mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Samples
- Added a sample script to generate a dependencies screen shot.
This commit is contained in:
parent
0159cfde2f
commit
a921ea4ed6
1 changed files with 6 additions and 26 deletions
|
@ -19,36 +19,16 @@ echo 'report.list.sort=due+,priority_long-,project+' >> x
|
||||||
# Now the visible part.
|
# Now the visible part.
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo $ task add project:Cake Buy the ingredients
|
echo $ task add project:Cake Mix the ingredients
|
||||||
task rc:x add project:Cake Buy the ingredients
|
task rc:x add project:Cake Mix the ingredients
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo $ task add project:Cake Warm the oven depends:1
|
echo $ task add project:Cake Bake the cake depends:1
|
||||||
task rc:x add project:Cake Warm the oven depends:1
|
task rc:x add project:Cake Bake the cake depends:1
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo $ task add project:Cake Mix the ingredients depends:2
|
echo $ task add project:Cake Eat the cake depends:2
|
||||||
task rc:x add project:Cake Mix the ingredients depends:2
|
task rc:x add project:Cake Eat the cake depends:2
|
||||||
|
|
||||||
echo
|
|
||||||
echo $ task add project:Cake Bake the cake depends:3
|
|
||||||
task rc:x add project:Cake Bake the cake depends:3
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo $ task add project:Cake Eat the cake depends:3
|
|
||||||
task rc:x add project:Cake Eat the cake depends:3
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo $ task long
|
|
||||||
task rc:x long
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo $ task 5 depends:4,-3
|
|
||||||
task rc:x 5 depends:4,-3
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo $ task blocked
|
|
||||||
task rc:x blocked
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo $ task 2 info
|
echo $ task 2 info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue