summaryrefslogtreecommitdiffstats
path: root/fish2024/functions/tworkprojects.fish
blob: 2890978dc30857484b45925b1191bde37d66d9c5 (plain) (blame)
1
2
3
4
function tworkprojects --wraps=task\ _unique\ project\|grep\ \"w\\.\" --description alias\ tworkprojects=task\ _unique\ project\|grep\ \"w\\.\"
  task _unique project|grep "w\." $argv
        
end