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

4 lines
91 B
Fish

function ts --description 'Taskwarriror project summary'
command task summary $argv;
end