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-22 08:13:57 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93ab4e7842
atuin
/
.gitignore
7 lines
47 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
# JetBrains IDEs
.idea/
Reference in New Issue
Copy Permalink