commit a44d80e8d27e7c2daf7e592bf31b7ecf72b36449
parent 4be96a006b63ceb2489d6590d4a0e69a5a9f2444
Author: Alexey Shiklomanov <ashiklom@bu.edu>
Date: Tue, 3 Oct 2017 08:47:47 -0400
Tag API: Update "usage" in README
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -100,6 +100,10 @@ Usage:
< trash | untrash > - trash/untrash a note (specified by <key>)
< pin | unpin > - pin/unpin a note (specified by <key>)
< markdown | unmarkdown > - markdown/unmarkdown a note (specified by <key>)
+ tag get - retrieve the tags from a note (specified by <key>)
+ tag set <tags> - set the tags for a note (specified by <key>)
+ tag add <tags> - add tags to a note (specified by <key>)
+ tag rm <tags> - remove tags from a note (specified by <key>)
```
#### Configuration