From f3d9bf70794a7bed776b6e951ac2f10c9ca1b2f3 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 7 May 2022 18:30:56 +0100 Subject: added readme & screenshot --- README.md | 21 +++++++++++++++++++++ screenshot.jpg | Bin 0 -> 35602 bytes 2 files changed, 21 insertions(+) create mode 100644 README.md create mode 100644 screenshot.jpg 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: + +![Game of life](screenshot.jpg) diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..9736779 Binary files /dev/null and b/screenshot.jpg differ -- cgit v1.2.3