This editor is used as a tool to write and edit encrypted journal logs stored in the local hard drive. It's meant to be used in a local computer disconnected from the internet.
Used this guide to build a text editor and edited it as required.
# Create release build
cargo build --release
Ctrl-c
to leave the program at anytime.
- Create a new user
- Add a new log
- Edit/Read a previous log
Ctrl-s
to save.
Ctrl-q
to leave the editor.
This project is distributed under the MIT License.