Skip to content

Commit

Permalink
Updated readme and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
IdlePhysicist committed Aug 19, 2020
1 parent 85ca2c5 commit 4080b1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Project
*.db
config/config.yml
config/
build/
_old

Expand Down
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<p align="center"><img src="assets/screenshot.png"></p>

Expand Down Expand Up @@ -35,22 +33,3 @@ To run in docker:
2. Follow step 3 from above
3. `./docker/run.sh`

## Help

### Keybindings

| Key | Function |
|:---:|:--------:|
| <kbd>q</kbd> | quit |
| <kbd>n</kbd> | new |
| <kbd>u</kbd> | update |
| <kbd>d</kbd> | delete |
| <kbd>j</kbd> | down |
| <kbd>k</kbd> | up |
| <kbd>g</kbd> | end |
| <kbd>G</kbd> | home |
| <kbd>Tab</kbd> | see menu |
| <kbd>Enter</kbd> | inspect record |

### Menu
In the Menu the <kbd>Tab</kbd> key will select the highlighted item, and hitting <kbd>Tab</kbd> again will navigate to the Menu.
Binary file modified assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4080b1d

Please sign in to comment.