From ab5c2a08c793decc450d2c2803008f0f3c43791b Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 19 Apr 2024 11:38:50 +0200 Subject: Update pnote version --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0e72507..a8bed45 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3