diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 98bec6e1d7d136570a47e5547ab2c7face3ca90c
parent 78c2654e129c5a246fd362135067daa634d5b9b2
Author: in0rdr <andreas.gruhler@uzh.ch>
Date:   Fri, 18 Nov 2016 00:27:33 +0800

Update README.md
Diffstat:
MREADME.md | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -2,6 +2,8 @@ This is a text based diary, inspired by [khal](https://github.com/pimutils/khal). Diary entries are stored in raw text. You may say C & ncurses are old, I say paper is older.. +![Diary Demo](https://raw.githubusercontent.com/in0rdr/diary/master/demo.gif) + ## Usage 1. Set the EDITOR environment variable to your favourite text editor: ``` @@ -23,6 +25,3 @@ This is a text based diary, inspired by [khal](https://github.com/pimutils/khal) (Optionally create an alias for convencience: `alias diary="~/.bin/diary ~/.diary")` 4. Use the keypad or VIM-like shortcuts to move between dates. Type 't' for today and 'e' to edit. That's it that's all. - -## Demo -![Diary Demo](https://raw.githubusercontent.com/in0rdr/diary/master/demo.gif)