From 8985683bb91fe4c86d2dc3b5395320306d649fcf Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 18 Sep 2023 09:14:41 +0200 Subject: [PATCH] changed: readme --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ae92971..e9ba423 100644 --- a/readme.md +++ b/readme.md @@ -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.