Update pnote version

This commit is contained in:
Loïc Guégan 2024-04-19 11:38:50 +02:00
parent 9b55d1a249
commit ab5c2a08c7
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
__version__ = "0.0.25"
__version__ = "0.0.26"
from pnote.__main__ import main