mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
8 lines
175 B
Bash
Executable file
8 lines
175 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source bash_tap_tw.sh
|
|
|
|
task add TW-1643 pro:YDKJS +work
|
|
task context define work +work
|
|
task context work
|
|
task pro:YDKJS mod prio:M
|
|
task all | grep TW-1643
|