Replies: 1 comment 1 reply
-
The default todo.cfg comes shipped with three defaults: export TODO_FILE="$TODO_DIR/todo.txt"
export DONE_FILE="$TODO_DIR/done.txt"
export REPORT_FILE="$TODO_DIR/report.txt" My guess is they have customized their |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just wanted to know what is the standard?
I'm seeing different implementations using different file names. Is it part of a published standard?
Beta Was this translation helpful? Give feedback.
All reactions