changed: readme

This commit is contained in:
quenousimporte 2023-09-18 09:14:41 +02:00
parent d949373329
commit 8985683bb9
1 changed files with 8 additions and 1 deletions

View File

@ -15,7 +15,7 @@ you can use remote mode with your own php server to access your notes from the c
* launch command "edit pgp keys" and paste your public and private keys as a single file (passphrase is not supported)
* switch to remote mode: ctrl+shift+V
your data file will always be pgp encrypted and will never reach the server unencrypted.
your data file will never reach the server unencrypted.
to protect your data file access by a password, edit settings.php and change `$password` variable.
@ -27,6 +27,13 @@ your password will be sent from browser to server through a post http query with
* notes list: ctrl+p
* command palette: ctrl+shift+p
## cli tool
```
cd cli
python3 app.py
```
## reclaim your data
download your notes in a single json file with ctrl+shift+s.