dotfiles/home/bin/executable_tof

11 lines
178 B
Plaintext
Raw Normal View History

2022-12-10 17:09:35 -08:00
#!/bin/bash
if [[ $(task "$1" +fleeting 2>&1) == "No matches." ]];
then
task "$1" modify +fleeting
task "$1" annotate fleeting
taskopen $1
else
taskopen $1
fi