Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
324 B

  1. function watson-add-fortnite
  2. set year_month "2020-08"
  3. set start_time "$year_month-$argv[1] $argv[2]"
  4. set end_time "$year_month-$argv[3] $argv[4]"
  5. if test (count $argv) -eq 4
  6. watson add -f $start_time -t $end_time fun +fortnite
  7. else
  8. watson add -f $start_time -t $end_time fun +fortnite +$argv[5]
  9. end
  10. end