diary

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

commit 78c2654e129c5a246fd362135067daa634d5b9b2
parent 47c430fe6a3a5c9912bb887d6cafb0aaf5725325
Author: in0rdr <andreas.gruhler@uzh.ch>
Date:   Thu, 17 Nov 2016 23:23:17 +0800

Update README.md
Diffstat:
MREADME.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -10,7 +10,7 @@ This is a text based diary, inspired by [khal](https://github.com/pimutils/khal) 2. Compile the diary with ncurses library: ``` - gcc diary.c -o diary -lncurses -std=gnu11 + gcc diary.c -o diary -lncurses ``` 3. Run the diary with the folder for the text files as first argument: @@ -23,3 +23,6 @@ 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)