This website requires JavaScript.
Explore
Help
Sign In
extern
/
atuin
Watch
1
Star
0
Fork
0
You've already forked atuin
mirror of
https://github.com/atuinsh/atuin.git
synced
2024-11-07 08:54:35 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dcfad9a90d
atuin
/
.gitignore
6 lines
38 B
Plaintext
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-05 01:59:28 +02: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 22:53:07 +02:00
*/target
Ignore env file
2021-04-09 13:42:43 +02:00
.env
ignore JetBrains IDEs, tidy-up imports (#348) * ignore JB IDEs * tidy-up imports * add rustfmt config
2022-04-28 19:53:59 +02: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 16:49:27 +02:00
.vscode/
Reference in New Issue
Copy Permalink