tangled
alpha
login
or
join now
hyl.st
/
helm
2
fork
atom
nix config
2
fork
atom
overview
issues
pulls
pipelines
curve: taskwarrior-tui commands
Anish Lakhwara
2 years ago
b1ea99f2
efe6d46f
+9
3 changed files
expand all
collapse all
unified
split
home
profiles
task
bin
set-backlog.sh
set-focus.sh
set-idea.sh
+3
home/profiles/task/bin/set-backlog.sh
···
1
1
+
#!/usr/bin/env bash
2
2
+
3
3
+
task rc.bulk=0 rc.confirmation=off rc.dependency.confirmation=off rc.recurrence.confirmation=off "$@" modify -idea +backlog
+3
home/profiles/task/bin/set-focus.sh
···
1
1
+
#!/usr/bin/env bash
2
2
+
3
3
+
task rc.bulk=0 rc.confirmation=off rc.dependency.confirmation=off rc.recurrence.confirmation=off "$@" modify -idea -backlog
+3
home/profiles/task/bin/set-idea.sh
···
1
1
+
#!/usr/bin/env bash
2
2
+
3
3
+
task rc.bulk=0 rc.confirmation=off rc.dependency.confirmation=off rc.recurrence.confirmation=off "$@" modify +idea -backlog