diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -34,11 +34,17 @@ Tag files: > pnote ~/mynotes tag -h ``` -Administrate your project: +Manage your project: ``` > pnote ~/mynotes admin -h ``` +Export your notes: +``` +> pnote ~/mynotes search --subpath | pnote ~/mynotes export --json +> pnote ~/mynotes search --subpath | pnote ~/mynotes export --template template.txt +``` + For more information on *pnote*: ``` > pnote -h |
