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.
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/diaryOnce 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.mdNote: the editor for entries is taken from the EDITOR environment variable.
If not set, RDiary will default to vim.