Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 716 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 716 Bytes

RDiary

Simple diary writer for Linux.

This is a very personal app, as it is what I use to write it. I will add features as I need them.

How to use

You need to export the RDIARY_DIARY_DIR environment variable to specify the directory where the files will go, for example:

export RDIARY_DIARY_DIR=~/Documents/diary

Once that is done, the program can be run without problems.

You can also set up a template (like the one in basic-template.md) and tell the program to use it with the RDIARY_TEMPLATE_PATH:

export RDIARY_TEMPLATE_PATH=/path/to/your/template.md

Note: the editor for entries is taken from the EDITOR environment variable. If not set, RDiary will default to vim.