mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Added more to the movie script.
This commit is contained in:
parent
3302a30145
commit
c95a55128a
2 changed files with 33 additions and 12 deletions
|
@ -73,7 +73,11 @@ task rc:x 1 annotate the 12th looks good
|
||||||
sleep 1
|
sleep 1
|
||||||
task rc:x 1 annotate or the 13th
|
task rc:x 1 annotate or the 13th
|
||||||
task rc:x list
|
task rc:x list
|
||||||
|
task rc:x list rc.annotations:full
|
||||||
|
task rc:x list rc.annotations:sparse
|
||||||
|
task rc:x list rc.annotations:none
|
||||||
task rc:x 1 denotate 13th
|
task rc:x 1 denotate 13th
|
||||||
|
task rc:x list
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
echo Configuration
|
echo Configuration
|
||||||
|
@ -97,7 +101,7 @@ echo 'y' | task rc:x config default.project
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
echo Aliases
|
echo Aliases
|
||||||
echo 'y' | task rc:x config alias.zzz=list
|
echo 'y' | task rc:x config alias.zzz list
|
||||||
taks rc:x zzz
|
taks rc:x zzz
|
||||||
|
|
||||||
# Color
|
# Color
|
||||||
|
@ -177,6 +181,10 @@ echo Shell
|
||||||
# Special tags
|
# Special tags
|
||||||
echo Special tags
|
echo Special tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Waiting
|
# Waiting
|
||||||
echo Waiting
|
echo Waiting
|
||||||
task rc:x add Look for new apartment due:eoy
|
task rc:x add Look for new apartment due:eoy
|
||||||
|
@ -194,6 +202,10 @@ task rc:x 11 rc.confirmation:no delete
|
||||||
# Dependencies
|
# Dependencies
|
||||||
echo Dependencies
|
echo Dependencies
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Reports
|
# Reports
|
||||||
echo Reports
|
echo Reports
|
||||||
task rc:x minimal
|
task rc:x minimal
|
||||||
|
@ -246,17 +258,19 @@ task rc:x all status:waiting
|
||||||
# Import/export
|
# Import/export
|
||||||
echo Import/export
|
echo Import/export
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Help
|
# Help
|
||||||
echo Help
|
echo Help
|
||||||
|
|
||||||
exit # <------------------------------------
|
|
||||||
|
|
||||||
task rc:x help
|
task rc:x help
|
||||||
man task
|
#man task
|
||||||
man taskrc
|
#man taskrc
|
||||||
man task-color
|
#man task-color
|
||||||
man task-tutorial
|
#man task-tutorial
|
||||||
man task-faq
|
#man task-faq
|
||||||
|
|
||||||
# Wrap up
|
# Wrap up
|
||||||
echo Wrap up
|
echo Wrap up
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[Make window 116x32]
|
||||||
|
|
||||||
Although currently incomplete, this is the script from which a 1.9.3-specific
|
Although currently incomplete, this is the script from which a 1.9.3-specific
|
||||||
movie will be made. On the left are the typed commands, and on the right is the
|
movie will be made. On the left are the typed commands, and on the right is the
|
||||||
|
@ -130,8 +131,8 @@ task undo could also have just deleted the task,
|
||||||
---------------------------------------- Info ------------------------------------------------------
|
---------------------------------------- Info ------------------------------------------------------
|
||||||
|
|
||||||
task 1 info During that undo operation, task displayed metadata that
|
task 1 info During that undo operation, task displayed metadata that
|
||||||
is associated with the task. You can display this with the
|
task 1 is associated with the task. You can display this with the
|
||||||
task 1 info command, and its shortcut.
|
info command, and its shortcut.
|
||||||
|
|
||||||
task stats There are also statistics that task gathers, which I can
|
task stats There are also statistics that task gathers, which I can
|
||||||
display.
|
display.
|
||||||
|
@ -141,8 +142,12 @@ task stats There are also statistics that task gat
|
||||||
task 1 annotate the 12th looks good Annotations are little notes that can be added to a task.
|
task 1 annotate the 12th looks good Annotations are little notes that can be added to a task.
|
||||||
task 1 annotate or the 13th There can be any number, and each has a time stamp.
|
task 1 annotate or the 13th There can be any number, and each has a time stamp.
|
||||||
task list
|
task list
|
||||||
|
task list rc.annotations:full You can choose to display annotations in different ways.
|
||||||
|
task list rc.annotations:sparse
|
||||||
|
task list rc.annotations:none
|
||||||
|
|
||||||
task 1 denotate 13th Annotations can be removed by providing a matching pattern.
|
task 1 denotate 13th Annotations can be removed by providing a matching pattern.
|
||||||
|
task list
|
||||||
|
|
||||||
---------------------------------------- Configuration ---------------------------------------------
|
---------------------------------------- Configuration ---------------------------------------------
|
||||||
|
|
||||||
|
@ -185,7 +190,7 @@ task config default.project
|
||||||
|
|
||||||
---------------------------------------- Aliases ---------------------------------------------------
|
---------------------------------------- Aliases ---------------------------------------------------
|
||||||
|
|
||||||
task config alias.zzz=list You can create aliases to effectively rename task commands.
|
task config alias.zzz list You can create aliases to effectively rename task commands.
|
||||||
task zzz
|
task zzz
|
||||||
|
|
||||||
---------------------------------------- Color -----------------------------------------------------
|
---------------------------------------- Color -----------------------------------------------------
|
||||||
|
@ -436,7 +441,9 @@ task help You'll find a quick reference page buil
|
||||||
man task or perhaps you'll want to take a look at the several man
|
man task or perhaps you'll want to take a look at the several man
|
||||||
man taskrc pages installed with task.
|
man taskrc pages installed with task.
|
||||||
man task-color
|
man task-color
|
||||||
man task-tutorial
|
|
||||||
|
man task-tutorial This screencast is a recording of me going through the
|
||||||
|
tutorial.
|
||||||
man task-faq
|
man task-faq
|
||||||
|
|
||||||
---------------------------------------- Wrap up ---------------------------------------------------
|
---------------------------------------- Wrap up ---------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue