todotxt / todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
GNU General Public License v3.0
5.58k stars 714 forks source link

Minimal config file / default filenames (todo.txt, done.txt, report.txt) #289

Closed eightyfive closed 4 years ago

eightyfive commented 4 years ago

Before submitting a pull request, please make sure the following is done:

Feel free to ignore if this has already been discussed (and please close & point to discussion if so).

It allows to simply create a minimal config file like so:

export TODO_DIR=.

Without explicitly specifying the widely accepted default file names: $TODO_DIR/todo.txt, etc...

karbassi commented 4 years ago

Love it. ❤️

Thanks @eightyfive for the PR and @inkarkat for the review.