Crates.io | diary |
lib.rs | diary |
version | 0.1.1 |
source | src |
created_at | 2021-05-25 10:24:16.073838 |
updated_at | 2021-05-25 11:13:26.327674 |
description | A TUI based diary tool for Linux with encryption supported for files and text. |
homepage | |
repository | https://github.com/actuday6418/Diary |
max_upload_size | |
id | 401814 |
size | 786,801 |
Encrypted memories
cargo install diary
USAGE:
diary [FLAGS] [OPTIONS] --password <password>
FLAGS:
-g, --generate-page Assert this flag if you want the diary to built into an html file stored at $TEMPDIR.
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --database <database> This is the location of the database file. [default: .database]
-p, --password <password> This is the password to the database.
Ctrl+c
exits the application without saving. Alt+n
takes you to the next screen for adding files.Alt+n
. If the file doesn't exist, you get an alert.Ctrl+c
to exit without saving.-g
(--generate-page
) flag./tmp
. Open this file with a browser.
firefox /tmp/index.html
rm -rf /tmp/*
./.database
, but a custom database may be specified with the -d
flag.-g
flag), and into rich HTML5.