Crates.io | jarida |
lib.rs | jarida |
version | 0.1.2 |
source | src |
created_at | 2021-04-07 03:34:53.7433 |
updated_at | 2022-02-27 21:59:07.647011 |
description | A minimalist, encrypted journaling tool |
homepage | |
repository | https://github.com/stphnt/jarida |
max_upload_size | |
id | 380200 |
size | 69,531 |
A minimalist, encrypted journaling tool. "Jarida" is Swahili for "journal."
Data is encrypted using ring's AES 256 GCM implementation with a key derived from a username and password pair.
jarida
is written in Rust so you'll need the Rust compiler. You can get it here.
cargo install jarida
to install jarida
on your systemjarida init
to setup some configuration data in your home directory.$HOME/.jarida/config.toml
file and update it as necessary. At the minimum you will need to specify the text editor you would like to use.jarida new
- create a new journal entryjarida list
- print a list of existing journal entriesjarida show
- view one or more journal entriesSee jarida --help
or jarida <subcommand> --help
for more details.
jarida
looks for a .jarida
folder containing configuration information first in parent folders and then in the user's home directory.
This allows multiple journals to be set up and used independently on the same system, similar to how you can use multiple repositories independently with git
.