Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/actuday6418/Diary
Browse files Browse the repository at this point in the history
  • Loading branch information
actuday6418 committed May 26, 2021
2 parents 1517734 + 57fb0b3 commit 8e25f93
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Diary [![Latest version]][crates.io]
Encrypted memories
# Diary - Encrypted memories [![Latest version]][crates.io]
Diary is a TUI program written in Rust for GNU/Linux / \*BSD / Android (It probably works on other platforms too, but who cares) that helps you write a digital journal from the comfort of a TUI. It ecrypts both text and file data, and can decrypt and build a rich HTML representation of your diary when required.

[Latest Version]: https://img.shields.io/crates/v/diary.svg
[crates.io]: https://crates.io/crates/diary
Expand Down Expand Up @@ -44,3 +44,7 @@ OPTIONS:
1. AES-128 encryption for text and file data.
2. TUI interface without sacrificing functionality or usability
3. Decrypts the whole database only when required (```-g``` flag), and into rich HTML5.

# Running

https://user-images.githubusercontent.com/56124831/119493025-5d5efd00-bd7d-11eb-93bf-3178bf35d821.mp4

0 comments on commit 8e25f93

Please sign in to comment.