mktodo/env.sample
2024-07-21 19:18:05 -06:00

11 lines
370 B
Plaintext
Executable File

# Where to store these todo lists
NOTES_DIR="/home/${USER}/todo"
# Where to archive completed lists
ARCHIVE_DIR="${NOTES_DIR}/archive/"
# Template for things to do each day
DAILY_TEMPLATE="${NOTES_DIR}/template.md"
# Template for things to do each month
MONTHLY_TEMPLATE="${NOTES_DIR}/monthly.md"
# What day each month to add the monthly list
MONTHLY_TEMPLATE_DATE='01'