this repo has no description
2
fork

Configure Feed

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

more task updates

+9 -7
+8 -6
users/profiles/cli/default.nix
··· 194 194 195 195 # task warrior 196 196 # TODO: make blocked a context? 197 - t = "task list -BLOCKED"; 197 + t = "task -BLOCKED"; 198 198 tin = "task in"; 199 199 tun = "task -BLOCKED -wait"; 200 - tb = "task +backlog"; 200 + tb = "task list +backlog"; 201 201 tr = "task newest limit:page"; 202 202 tu = "task unblocked -wait"; 203 203 tl = "task list"; 204 - ta = "task add +in"; 204 + ta = "task add"; 205 + tai = "task add +in"; 205 206 tn = "task-note"; 206 - tm = "task limit:page"; 207 + tp = "task limit:page"; 207 208 te = "task edit"; 208 209 ts = "task sync"; 209 210 210 - scrot = "flameshot screen -c -p ~/screenshots/"; 211 - scrotgui = "flameshot gui -p ~/screenshots/"; 211 + # keeping for posterity but now sxhkbd handles screenshot with <Super+O> 212 + # scrot = "flameshot screen -c -p ~/screenshots/"; 213 + # scrotgui = "flameshot gui -p ~/screenshots/"; 212 214 213 215 # git 214 216 g = "git";
+1 -1
users/profiles/task/taskrc
··· 47 47 48 48 # In 49 49 report.in.columns=id,project,tags,description 50 + report.in.labels=ID,Proj,Tags,Description 50 51 report.in.description=Inbox 51 52 report.in.filter=status:pending limit:page (+in) 52 - report.in.labels=ID,Description 53 53 54 54 # Unblocked 55 55 report.unblocked.labels=ID,Deps,Proj,Tags,Due,Active,Description