aboutsummaryrefslogblamecommitdiffstats
path: root/fish2024/functions/tcompweek.fish
blob: fdf93d3152175fbe0eeedae2b7cb7d6685cc8042 (plain) (tree)
1
2
3
4



                                                                                                                                
function tcompweek --wraps='task end.after:today-7d completed' --description 'alias tcompweek=task end.after:today-7d completed'
  task end.after:today-7d completed $argv
        
end