aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/ttoday.fish
blob: 115f3040a7caab843d03d9daac0aeb9ee16e5e5b (plain) (blame)
1
2
3
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