summaryrefslogtreecommitdiffstats
path: root/fish2024/functions/ttoday.fish
blob: e9c62fcdd2bce5a180943bfaf9dbb886ecb07bc9 (plain) (blame)
1
2
3
4
function ttoday --wraps='task ml_due_or_scheduled_today' --description 'alias ttoday=task ml_due_or_scheduled_today'
  task ml_due_or_scheduled_today $argv
        
end