From 27b9a9430518c071a2a7de7f46dfd8aac3cead80 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 5 Oct 2020 00:59:28 +0100 Subject: 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 --- src/local/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/local/mod.rs (limited to 'src/local/mod.rs') 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; -- cgit v1.3.1