mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Merge branch 'master' into 2.4.0
This commit is contained in:
commit
cd6067a39f
31 changed files with 139 additions and 219 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH task-color 5 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-color 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-color \- A color tutorial for the taskwarrior command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-faq 5 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-faq 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-faq \- A FAQ for the task(1) command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-sync 5 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-sync 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-sync \- A discussion and tutorial for the various task(1) data
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-tutorial 5 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-tutorial 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task 1 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task 1 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task \- A command line todo manager.
|
||||
|
@ -214,7 +214,7 @@ Applies the filter then extracts only the task IDs and presents them as
|
|||
a range, for example: 1-4,12. This is useful as input to a task command,
|
||||
to achieve this:
|
||||
|
||||
task $(task project:Home ids) modify priority:H
|
||||
task $(task project:Home ids) modify priority:H
|
||||
|
||||
This example first gets the IDs for the project:Home filter, then sets
|
||||
the priority to H for each of those tasks. This can also be achieved directly:
|
||||
|
@ -230,7 +230,7 @@ then extracts only the task UUIDs and presents them as
|
|||
a comma-separated list. This is useful as input to a task command, to achieve
|
||||
this:
|
||||
|
||||
task $(task project:Home status:completed uuids) modify status:pending
|
||||
task $(task project:Home status:completed uuids) modify status:pending
|
||||
|
||||
This example first gets the UUIDs for the project:Home and status:completed
|
||||
filters, then makes each of those tasks pending again.
|
||||
|
@ -893,17 +893,17 @@ task ... due:fri
|
|||
|
||||
.TP
|
||||
Predictable holidays
|
||||
task ... due:goodfriday
|
||||
task ... due:goodfriday
|
||||
.br
|
||||
task ... due:easter
|
||||
task ... due:easter
|
||||
.br
|
||||
task ... due:eastermonday
|
||||
task ... due:eastermonday
|
||||
.br
|
||||
task ... due:ascension
|
||||
task ... due:ascension
|
||||
.br
|
||||
task ... due:pentecost
|
||||
task ... due:pentecost
|
||||
.br
|
||||
task ... due:midsommar
|
||||
task ... due:midsommar
|
||||
.br
|
||||
task ... due:midsommarafton
|
||||
.RE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH taskrc 5 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH taskrc 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
taskrc \- Configuration file for the task(1) command
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH tasksh 1 2013-03-09 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH tasksh 1 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
tasksh \- Interactive taskwarrior shell
|
||||
|
|
BIN
doc/ref/task-ref.pages/Data/tw-l.png
Normal file
BIN
doc/ref/task-ref.pages/Data/tw-l.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
BIN
doc/ref/task-ref.pages/Data/tw-xl-small.png
Normal file
BIN
doc/ref/task-ref.pages/Data/tw-xl-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
BIN
doc/ref/task-ref.pages/Index.zip
Normal file
BIN
doc/ref/task-ref.pages/Index.zip
Normal file
Binary file not shown.
15
doc/ref/task-ref.pages/Metadata/BuildVersionHistory.plist
Normal file
15
doc/ref/task-ref.pages/Metadata/BuildVersionHistory.plist
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<array>
|
||||
<string>pages-trunk-20080703_5</string>
|
||||
<string>pages-trunk-20080829_1</string>
|
||||
<string>pages-trunk-20080921_1</string>
|
||||
<string>local build-Jul 1 2011</string>
|
||||
<string>local build-Nov 15 2011</string>
|
||||
<string>local build-Jul 1 2011</string>
|
||||
<string>local build-Jun 29 2012</string>
|
||||
<string>local build-Oct 16 2012</string>
|
||||
<string>M5.0.1-1478-1</string>
|
||||
</array>
|
||||
</plist>
|
1
doc/ref/task-ref.pages/Metadata/DocumentIdentifier
Normal file
1
doc/ref/task-ref.pages/Metadata/DocumentIdentifier
Normal file
|
@ -0,0 +1 @@
|
|||
714E6D35-304F-4CB0-BD91-DD74C9A9979E
|
BIN
doc/ref/task-ref.pages/Metadata/Properties.plist
Normal file
BIN
doc/ref/task-ref.pages/Metadata/Properties.plist
Normal file
Binary file not shown.
BIN
doc/ref/task-ref.pages/preview-micro.jpg
Normal file
BIN
doc/ref/task-ref.pages/preview-micro.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
doc/ref/task-ref.pages/preview-web.jpg
Normal file
BIN
doc/ref/task-ref.pages/preview-web.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
BIN
doc/ref/task-ref.pages/preview.jpg
Normal file
BIN
doc/ref/task-ref.pages/preview.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 175 KiB |
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue