diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2024-04-19 11:38:50 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2024-04-19 11:38:50 +0200 |
| commit | ab5c2a08c793decc450d2c2803008f0f3c43791b (patch) | |
| tree | 6e6fc11e7b311806542e532d9a0c12ded1d41e10 /README.md | |
| parent | 9b55d1a2495b843411c5185b9035a837328bdf67 (diff) | |
Update pnote version
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 |
