mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
8 lines
138 B
Bash
Executable file
8 lines
138 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
. bash_tap_tw.sh
|
|
|
|
task add first project:someday
|
|
task add second project:bar
|
|
|
|
task project:someday list | grep first
|