diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2024-04-19 14:26:58 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2024-04-19 14:26:58 +0200 |
| commit | fd45b611986fdd36243099e6801b429eef75c2ca (patch) | |
| tree | 9d0158292536a86ea87f637576fc7c4dce23f714 /README.md | |
| parent | ab5c2a08c793decc450d2c2803008f0f3c43791b (diff) | |
Improve pnote API
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -13,36 +13,37 @@ Installation: Create a new project: ``` -> pnote ~/mynotes +> pnote -d ~/mynotes > # See configuration in ~/mynotes/config.json +> # If -d not specified, ${HOME}/.pnote will be used ``` Open and edit today's note file: ``` -> pnote ~/mynotes -t +> pnote -d ~/mynotes -t ``` ## Features Search for files: ``` -> pnote ~/mynotes search -h +> pnote -d ~/mynotes search -h ``` Tag files: ``` -> pnote ~/mynotes tag -h +> pnote -d ~/mynotes tag -h ``` Manage your project: ``` -> pnote ~/mynotes admin -h +> pnote -d ~/mynotes admin -h ``` Export your notes: ``` -> pnote ~/mynotes search --subpath | pnote ~/mynotes export --json -> pnote ~/mynotes search --subpath | pnote ~/mynotes export --template template.txt +> pnote -d ~/mynotes search --subpath | pnote -d ~/mynotes export --json +> pnote -d ~/mynotes search --subpath | pnote -d ~/mynotes export --template template.txt ``` For more information on *pnote*: |
