Update pnote version
This commit is contained in:
parent
9b55d1a249
commit
ab5c2a08c7
2 changed files with 8 additions and 2 deletions
|
@ -34,11 +34,17 @@ Tag files:
|
||||||
> pnote ~/mynotes tag -h
|
> pnote ~/mynotes tag -h
|
||||||
```
|
```
|
||||||
|
|
||||||
Administrate your project:
|
Manage your project:
|
||||||
```
|
```
|
||||||
> pnote ~/mynotes admin -h
|
> 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*:
|
For more information on *pnote*:
|
||||||
```
|
```
|
||||||
> pnote -h
|
> pnote -h
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
__version__ = "0.0.25"
|
__version__ = "0.0.26"
|
||||||
|
|
||||||
from pnote.__main__ import main
|
from pnote.__main__ import main
|
||||||
|
|
Loading…
Add table
Reference in a new issue