From d9bfeac6326e2472b2437ce7be406db36658a855 Mon Sep 17 00:00:00 2001 From: Arun Sojan Parolikkal Date: Tue, 25 May 2021 17:20:44 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4e4a92c..bccef69 100644 --- a/README.md +++ b/README.md @@ -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 From 57fb0b311dd8ed8175fd9df17742f3e646810e33 Mon Sep 17 00:00:00 2001 From: Arun Sojan Parolikkal Date: Wed, 26 May 2021 11:34:41 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bccef69..39a16bc 100644 --- a/README.md +++ b/README.md @@ -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