diff options
| author | danix <danix@danix.xyz> | 2023-03-25 20:20:53 +0100 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-03-25 20:20:53 +0100 |
| commit | fe606f6a0769e27ffd4b6889231f561d417e23f4 (patch) | |
| tree | b8382bfe2e6fb09d7fd094bbd5aea001b3f0138c | |
| parent | 034ff3ebf31689a41c5fc5bc46312e5243ce04c2 (diff) | |
| download | bash-notes-fe606f6a0769e27ffd4b6889231f561d417e23f4.tar.gz bash-notes-fe606f6a0769e27ffd4b6889231f561d417e23f4.zip | |
small README updates
| -rw-r--r-- | README.md | 3 | ||||
| -rwxr-xr-x[-rw-r--r--] | notes.sh | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,7 @@ And you'll have all your settings in `~/.config/bash-notes.rc`. This file will b You can change all these settings: -```Bash +``` # Binaries to use JQ=/usr/bin/jq EDITOR=/usr/bin/vim @@ -59,6 +59,7 @@ Special attention is needed when specifying the options, in my case, using [alac ### Functionalities bash-notes can: + * write a new note `--add "Your note title"` or in short `-a "Your note title"` * modify an existing note `--edit [note ID]`, short version `-e [note ID]` * delete a note `--delete [note ID]`, or `-d [note ID]` |
