mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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.
|
||||
|
||||
echo
|
||||
echo $ task add project:Cake Buy the ingredients
|
||||
task rc:x add project:Cake Buy the ingredients
|
||||
echo $ task add project:Cake Mix the ingredients
|
||||
task rc:x add project:Cake Mix the ingredients
|
||||
|
||||
echo
|
||||
echo $ task add project:Cake Warm the oven depends:1
|
||||
task rc:x add project:Cake Warm the oven depends:1
|
||||
echo $ task add project:Cake Bake the cake depends:1
|
||||
task rc:x add project:Cake Bake the cake depends:1
|
||||
|
||||
echo
|
||||
echo $ task add project:Cake Mix the ingredients depends:2
|
||||
task rc:x add project:Cake Mix the ingredients 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 $ task add project:Cake Eat the cake depends:2
|
||||
task rc:x add project:Cake Eat the cake depends:2
|
||||
|
||||
echo
|
||||
echo $ task 2 info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue