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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ea8c4bf7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target -- cgit v1.3.1