diff --git a/.gitignore b/.gitignore index 2b36552..486a0b9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # Project *.db -config/config.yml +config/ build/ _old diff --git a/README.md b/README.md index 7a42359..0a84985 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ ## Summary Cave Logger is a basic SQLite database interface written in Go, and it allows cavers to track the caves that they have been to, who with, and when. -I indend to make the code more generic to allow other outdoorsy people to use this app with less fuss. - ## What It Looks Like
@@ -35,22 +33,3 @@ To run in docker: 2. Follow step 3 from above 3. `./docker/run.sh` -## Help - -### Keybindings - -| Key | Function | -|:---:|:--------:| -| q | quit | -| n | new | -| u | update | -| d | delete | -| j | down | -| k | up | -| g | end | -| G | home | -| Tab | see menu | -| Enter | inspect record | - -### Menu -In the Menu the Tab key will select the highlighted item, and hitting Tab again will navigate to the Menu. diff --git a/assets/screenshot.png b/assets/screenshot.png index 097b2b1..6b84395 100644 Binary files a/assets/screenshot.png and b/assets/screenshot.png differ