diff options
author | 2022-05-07 18:30:56 +0100 | |
---|---|---|
committer | 2022-05-07 18:34:56 +0100 | |
commit | f3d9bf70794a7bed776b6e951ac2f10c9ca1b2f3 (patch) | |
tree | 0689363f9f5e4ce1e669416e2e68aac5c2601582 | |
parent | 8f8e283c4efd3ea76cce0bd2b58e3176593a7914 (diff) | |
download | notes_cli-f3d9bf70794a7bed776b6e951ac2f10c9ca1b2f3.tar.gz notes_cli-f3d9bf70794a7bed776b6e951ac2f10c9ca1b2f3.tar.bz2 notes_cli-f3d9bf70794a7bed776b6e951ac2f10c9ca1b2f3.zip |
added readme & screenshot
-rw-r--r-- | README.md | 21 | ||||
-rw-r--r-- | screenshot.jpg | bin | 0 -> 35602 bytes |
2 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..dd8dd30 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Notes CLI +This app is a terminal client for the Notes app. +To use it you need to first create account on the [apps.pruss.it](https://apps.pruss.it) website. + +Key bindings (press [h] to view from the script): + +> [q] - Quit +> [h] - Help +> [up/k] - Previous note +> [down/j] - Next note +> [enter/o] - Open note + +Options that will be added: + +> [c] - Create note +> [r] - Rename note +> [s] - Sort note + +Screenshot: + + diff --git a/screenshot.jpg b/screenshot.jpg Binary files differnew file mode 100644 index 0000000..9736779 --- /dev/null +++ b/screenshot.jpg |