This website requires JavaScript.
Explore
Help
Sign in
myriation
/
atuin
Watch
1
Star
0
Fork
You've already forked atuin
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
2e79e73af3
atuin
/
.gitignore
7 lines
45 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit Currently writing shell history to a sqlite db :) Could do with: 1) store exit code 2) store duration 3) tidy up main 4) ...remote stuff
2020-10-04 17:59:28 -06:00
/target
Use cargo workspaces (#37) * Switch to Cargo workspaces Breaking things into "client", "server" and "common" makes managing the codebase much easier! client - anything running on a user's machine for adding history server - handles storing/syncing history and running a HTTP server common - request/response API definitions, common utils, etc * Update dockerfile
2021-04-20 14:53:07 -06:00
*/target
Ignore env file
2021-04-09 05:42:43 -06:00
.env
ignore JetBrains IDEs, tidy-up imports (#348) * ignore JB IDEs * tidy-up imports * add rustfmt config
2022-04-28 11:53:59 -06:00
.idea/
Adds stats summary (#384) * stat command parsing is handled without subcommands * Updates match clause based on PR review Co-authored-by: Conrad Ludgate <oon@conradludgate.com> * updates value returned by match based on PR review * adds vscode to gitignore * use an if statement instead of match Co-authored-by: Satyarth <satyarth.sampath@gojek.com> Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
2022-05-03 08:49:27 -06:00
.vscode/
Add nix files and install instructions (#477)
2023-02-15 02:04:07 -07:00
result
Reference in a new issue
Copy permalink