Ruby Notes
About
Usage
- --add-note, -a: Adds a new note with the parameters specified
- --remove-note, -r: Removes the specified note
- --find-note, -f: Finds the specified note
- --update-note, -u: Updates the specified note
- --tag, -t
: Specified action only takes effect on notes with the tag given - --description, -d
: Specify the description for the note - --due-date, -e
: Specify the due date for the note - --token, -o
: Specified action is only applied to the note with the id given - --html, -h
: The result of this operation(if any) will be saved into the file given in html format - --csv, -c
: The result of this operation(if any) will be printed in the file specified in csv format - --console, -n: The result of this operation(if any) will be printed in the console
- --current: Specified action will only be applied to notes with due date that is after or coincides with the current day. Currently not supported.
- --all, -l: Specified action is applied to all the matching notes
- --help, -p: Show this message
Author
email: asenov.m@gmail.com