diff options
| author | Ellie Huxtable <e@elm.sh> | 2020-10-05 00:59:28 +0100 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2020-10-05 00:59:28 +0100 |
| commit | 27b9a9430518c071a2a7de7f46dfd8aac3cead80 (patch) | |
| tree | 0551a4979606d7bf351149df10cf08f47dc9e665 /src/local/mod.rs | |
| download | atuin-27b9a9430518c071a2a7de7f46dfd8aac3cead80.zip | |
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
Diffstat (limited to 'src/local/mod.rs')
| -rw-r--r-- | src/local/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/local/mod.rs b/src/local/mod.rs new file mode 100644 index 00000000..8854aa8e --- /dev/null +++ b/src/local/mod.rs @@ -0,0 +1,2 @@ +pub mod history; +pub mod database; |
