dotfiles/user/fish/.config/fish/functions/ts.fish

4 lines
91 B
Fish
Raw Normal View History

2022-09-20 23:19:10 +00:00
function ts --description 'Taskwarriror project summary'
command task summary $argv;
end