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.59k stars 713 forks source link

Add default priority variable TODOTXT_PRIORITY_ON_ADD. #246

Closed tpikonen closed 6 years ago

tpikonen commented 6 years ago

This PR adds the config / env variable TODOTXT_PRIORITY_ON_ADD, which when set to one of the capital letters A to Z is given as a a priority to a new task, if a priority is not given on command line.