this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

curve: add more fzf task warrior commands

+4 -1
+4 -1
home/profiles/cli/default.nix
··· 240 240 ta = "task add"; 241 241 tai = "task add +in"; 242 242 tn = "task-note"; 243 - tp = "task limit:page"; 244 243 ts = "task sync"; 244 + # taskwarrior task lists 245 + tt = "task tags +PENDING | tail -n +4 | cut -d ' ' -f1 | fzf --preview 'task +{}'"; 246 + # task warrior projects list 247 + tp = "task projects +PENDING | tail -n +4 | head -n -2 | cut -d ' ' -f1 | fzf --preview 'task pro:{}'"; 245 248 246 249 # keeping for posterity but now sxhkbd handles screenshot with <Super+O> 247 250 # scrot = "flameshot screen -c -p ~/screenshots/";