Skip to content

lonyelon/rdiary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple diary tool for the Linux CLI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published