Skip to content

Commit

Permalink
^ alias: taskwarrior: remove all taskwarrior aliases, now in taskwtools
Browse files Browse the repository at this point in the history
we wanted this moved completely from our own profile to a separate
project, and now that task is complete, see in particular
src/[email protected]
  • Loading branch information
smemsh committed Nov 1, 2024
1 parent b2dd58e commit f4d1199
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions init.d/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -222,20 +222,6 @@ alias mounts "findmnt -t nosquashfs" # snapd loopback mounts suck
alias sshr "ssh -ql root"
alias sshn "ssh -o controlpath=none"

### taskwarrior

alias taskn "task rc.hooks=0"
alias taskprjs "task _unique project"
alias taskredo "timew move @1 \`date -Iseconds\`"
alias taskann "taskcur annotate --"
alias cont "timecont"
alias alltimes "timew export " \
"| jq -r '[.[].tags] | flatten | .[]' " \
"| grep ^time/ " \
"| sort " \
"| uniq -c " \
"| sort -nrk 1,2"

### uncategorized / TODO

alias a "tmux attach"
Expand Down

0 comments on commit f4d1199

Please sign in to comment.