X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=README.md;h=8fcfea6f2e579ade36350f978412205fc4204762;hb=fe606f6a0769e27ffd4b6889231f561d417e23f4;hp=b40947d0cf667041ae50335368ca497a942e9dbc;hpb=034ff3ebf31689a41c5fc5bc46312e5243ce04c2;p=bash-notes.git diff --git a/README.md b/README.md index b40947d..8fcfea6 100644 --- a/README.md +++ b/README.md @@ -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]`