diff options
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*: |
