We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To convert an encrypted journal to a decrypted one (and vice versa),
jrnl --encrypt
should read the journal, encrypt it (asking for a password), save it and change ~/.jrnl_conf so that config['encrypt'] = true.
~/.jrnl_conf
config['encrypt'] = true
The text was updated successfully, but these errors were encountered:
4c7ea45
#6 allowing template interpreter to interpret common Python commands
d413a6b
Merge pull request #8 from micahellison/travis-tests
0ba518c
#5, #6 fixing failing tests
ccf0b7e
Bump pytz from 2020.5 to 2021.1 (#6)
a51db6c
Bumps [pytz](https://github.com/stub42/pytz) from 2020.5 to 2021.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2020.5...release_2021.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No branches or pull requests
To convert an encrypted journal to a decrypted one (and vice versa),
should read the journal, encrypt it (asking for a password), save it and change
~/.jrnl_conf
so thatconfig['encrypt'] = true
.The text was updated successfully, but these errors were encountered: