Merge branch 'master' into 1.8.0
This commit is contained in:
@@ -111,7 +111,7 @@ Shows a monthly calendar with due tasks marked.
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B active
|
.B active
|
||||||
Shows all tasks that are started but not comleted.
|
Shows all tasks that are started but not completed.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B overdue
|
.B overdue
|
||||||
@@ -220,7 +220,7 @@ Specify alternate configuration file.
|
|||||||
.SH SPECIFYING DATES AND FREQUENCIES
|
.SH SPECIFYING DATES AND FREQUENCIES
|
||||||
|
|
||||||
.SS DATES
|
.SS DATES
|
||||||
Task reads dates from the commandline and displays dates in the
|
Task reads dates from the command line and displays dates in the
|
||||||
reports. The expected and desired date format is determined by the
|
reports. The expected and desired date format is determined by the
|
||||||
configuration variable
|
configuration variable
|
||||||
.I dateformat
|
.I dateformat
|
||||||
@@ -252,7 +252,7 @@ task ... due:eom
|
|||||||
task ... due:eoy
|
task ... due:eoy
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
Next occuring weekday
|
Next occurring weekday
|
||||||
task ... due:fri
|
task ... due:fri
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
@@ -272,15 +272,15 @@ Mondays, Tuesdays, Wednesdays, Thursdays, Fridays and skipping weekend days.
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
weekly, 1w, 2w, ...
|
weekly, 1w, 2w, ...
|
||||||
Eery week or a number of weeks.
|
Every week or a number of weeks.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
biweekly, fortnight
|
biweekly, fortnight
|
||||||
Every two weeks.
|
Every two weeks.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
quaterly, 1q, 2q, ...
|
quarterly, 1q, 2q, ...
|
||||||
Every three months, a quarter, or a number of quaters.
|
Every three months, a quarter, or a number of quarters.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
semiannual
|
semiannual
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ obtains its configuration data from a file called
|
|||||||
$HOME/.taskrc
|
$HOME/.taskrc
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
The default location can be overriden using the
|
The default location can be overridden using the
|
||||||
.I rc:
|
.I rc:
|
||||||
attribute when running task:
|
attribute when running task:
|
||||||
|
|
||||||
@@ -49,9 +49,9 @@ is the value the variable is to be set to.
|
|||||||
.RE
|
.RE
|
||||||
|
|
||||||
and set a configuration variable to a certain value. The equal sign ("=") is used to separate the variable
|
and set a configuration variable to a certain value. The equal sign ("=") is used to separate the variable
|
||||||
name from the value to be set.
|
name from the value to be set.
|
||||||
|
|
||||||
The hash mark, or pounf sign ("#") is used as a "comment" character. It can be used to annotte the
|
The hash mark, or pound sign ("#") is used as a "comment" character. It can be used to annotate the
|
||||||
configuration file. It is placed at the beginning of a line and all text after the character to the
|
configuration file. It is placed at the beginning of a line and all text after the character to the
|
||||||
end of the line is ignored.
|
end of the line is ignored.
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ Valid variable names and their default values are:
|
|||||||
.TP
|
.TP
|
||||||
.B data.location=$HOME/.task
|
.B data.location=$HOME/.task
|
||||||
This is a path to the directory containing all the task files. By default, it is set up to be ~/.task,
|
This is a path to the directory containing all the task files. By default, it is set up to be ~/.task,
|
||||||
for example: /Users/paul/.task
|
for example: /Users/paul/.task
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B confirmation=yes
|
.B confirmation=yes
|
||||||
@@ -75,7 +75,7 @@ May be "yes" or "no", and causes task to display the ID and description of any t
|
|||||||
.B next=2
|
.B next=2
|
||||||
Is a number, defaulting to 2, which is the number of tasks for each project that are shown in the
|
Is a number, defaulting to 2, which is the number of tasks for each project that are shown in the
|
||||||
.B task next
|
.B task next
|
||||||
command.
|
command.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B dateformat=m/d/Y
|
.B dateformat=m/d/Y
|
||||||
@@ -112,16 +112,16 @@ m-d-y would output 07-24-09
|
|||||||
.B monthsperline=99
|
.B monthsperline=99
|
||||||
Determines how many months the "task calendar" command renders across the screen.
|
Determines how many months the "task calendar" command renders across the screen.
|
||||||
Defaults to however many will fit. If more months that will fit are specified,
|
Defaults to however many will fit. If more months that will fit are specified,
|
||||||
task will only show as many that will fit.
|
task will only show as many that will fit.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B defaultwidth=80
|
.B defaultwidth=80
|
||||||
The width of tables used when ncurses support is not available. Defaults to 80.
|
The width of tables used when ncurses support is not available. Defaults to 80.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B curses=on
|
.B curses=on
|
||||||
Determines whether task uses ncurses to establish the size of the window you are
|
Determines whether task uses ncurses to establish the size of the window you are
|
||||||
using, for text wrapping.
|
using, for text wrapping.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B fontunderline=on
|
.B fontunderline=on
|
||||||
@@ -131,7 +131,7 @@ headers.
|
|||||||
.TP
|
.TP
|
||||||
.B due=7
|
.B due=7
|
||||||
This is the number of days into the future that define when a task is considered due,
|
This is the number of days into the future that define when a task is considered due,
|
||||||
and is colored accordingly. Defaults to 7.
|
and is colored accordingly. Defaults to 7.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B nag=You have higher priority tasks.
|
.B nag=You have higher priority tasks.
|
||||||
@@ -158,7 +158,7 @@ to using "vi".
|
|||||||
.TP
|
.TP
|
||||||
.B color=on
|
.B color=on
|
||||||
May be "on" or "off". Determines whether task uses color. When "off", task will
|
May be "on" or "off". Determines whether task uses color. When "off", task will
|
||||||
use dashes (-----) to underline column headings.
|
use dashes (-----) to underline column headings.
|
||||||
|
|
||||||
Task has a number of coloration rules. They correspond to a particular attribute
|
Task has a number of coloration rules. They correspond to a particular attribute
|
||||||
of a task, such as it being due, or being active, and specifies the automatic
|
of a task, such as it being due, or being active, and specifies the automatic
|
||||||
@@ -211,7 +211,7 @@ Certain attributes like tags, projects and keywords can also have their own colo
|
|||||||
.RE
|
.RE
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
.TP
|
.TP
|
||||||
.B color.tag.X=yellow
|
.B color.tag.X=yellow
|
||||||
Colors any task that has the tag X.
|
Colors any task that has the tag X.
|
||||||
|
|
||||||
@@ -221,49 +221,49 @@ Colors any task assigned to project X.
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B color.keyword.X=on_blue
|
.B color.keyword.X=on_blue
|
||||||
Colors any task where the description contains X.
|
Colors any task where the description contains X.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
shadow.file=$HOME/.task/shadow.txt
|
shadow.file=$HOME/.task/shadow.txt
|
||||||
If specified, designates a file path that will be autoamtically written to by task,
|
If specified, designates a file path that will be automatically written to by task,
|
||||||
whenever the task database changes. In other words, it is automatically kept up to date.
|
whenever the task database changes. In other words, it is automatically kept up to date.
|
||||||
The shadow.command configuration variable is used to determine which report is written
|
The shadow.command configuration variable is used to determine which report is written
|
||||||
to the shadow file. There is no color used in the shadow file. This feature can be useful
|
to the shadow file. There is no color used in the shadow file. This feature can be useful
|
||||||
in maintaining a current file for use by programs like GeekTool, Conky or Samurize.
|
in maintaining a current file for use by programs like GeekTool, Conky or Samurize.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
shadow.command=list
|
shadow.command=list
|
||||||
This is the command that is run to maintain the shadow file, determined by the
|
This is the command that is run to maintain the shadow file, determined by the
|
||||||
.I shadow.file
|
.I shadow.file
|
||||||
configuration variable. The format is identical to that of
|
configuration variable. The format is identical to that of
|
||||||
.I default.command
|
.I default.command
|
||||||
\&. Please see the corresponding documentation for that command.
|
\&. Please see the corresponding documentation for that command.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
shadow.notify=on
|
shadow.notify=on
|
||||||
When this value is set to "on", task will display a message whenever the shadow
|
When this value is set to "on", task will display a message whenever the shadow
|
||||||
file is updated by some task command.
|
file is updated by some task command.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
default.project=foo
|
default.project=foo
|
||||||
Provides a default project name for the
|
Provides a default project name for the
|
||||||
.I task add
|
.I task add
|
||||||
command.
|
command.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
default.priority=M
|
default.priority=M
|
||||||
Provides a default priority for the
|
Provides a default priority for the
|
||||||
.I task add
|
.I task add
|
||||||
command.
|
command.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
default.command=list
|
default.command=list
|
||||||
Provides a default command that is run every time task is invoked with no arguments.
|
Provides a default command that is run every time task is invoked with no arguments.
|
||||||
For example, if set to:
|
For example, if set to:
|
||||||
|
|||||||
Reference in New Issue
Block a user