watch
addon for todotxt-cli
Clear terminal and repeat a todo command whenever the todo.txt file changes.
sudo apt install entr
git clone https://github.com/kynda/todo.txt-watch.git
ln -s todo.txt-watch/watch $TODOTXT_ACTIONS_DIR/watch
ln -s todo.txt-watch/w $TODOTXT_ACTIONS_DIR/w
Usage
$ todo.sh watch [COMMAND]
Examples
$ todo.sh watch ls project
$ todo.sh watch lsp @context
GPL3