Bug #1388
- #1388 Updated task(1) man pages with import/export script examples (thanks to Benjamin Weber).
This commit is contained in:
@@ -76,6 +76,8 @@ Bugs
|
|||||||
Ivan Freitas, XTaran).
|
Ivan Freitas, XTaran).
|
||||||
+ #1356 Command reference now mentions /from/to/g.
|
+ #1356 Command reference now mentions /from/to/g.
|
||||||
+ #1387 ZSH Auto-Completion dates are not current (thanks to Benjamin Weber).
|
+ #1387 ZSH Auto-Completion dates are not current (thanks to Benjamin Weber).
|
||||||
|
+ #1388 Updated task(1) man pages with import/export script examples (thanks to
|
||||||
|
Benjamin Weber).
|
||||||
+ Fixed bug so that 'limit:page' now considers footnote messages.
|
+ Fixed bug so that 'limit:page' now considers footnote messages.
|
||||||
+ Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks
|
+ Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks
|
||||||
(thanks to greenskeleton).
|
(thanks to greenskeleton).
|
||||||
|
|||||||
@@ -173,7 +173,18 @@ Displays only a count of tasks matching the filter.
|
|||||||
Exports all tasks in the JSON format. Redirect the output to a file, if you
|
Exports all tasks in the JSON format. Redirect the output to a file, if you
|
||||||
wish to save it, or pipe it to another command or script to convert it to
|
wish to save it, or pipe it to another command or script to convert it to
|
||||||
another format. The standard task release comes with a few example scripts,
|
another format. The standard task release comes with a few example scripts,
|
||||||
such as export-yaml.pl.
|
such as:
|
||||||
|
|
||||||
|
export-csv.pl
|
||||||
|
export-sql.py
|
||||||
|
export-xml.py
|
||||||
|
export-yaml.pl
|
||||||
|
export-html.pl
|
||||||
|
export-tsv.pl
|
||||||
|
export-xml.rb
|
||||||
|
export-ical.pl
|
||||||
|
export-xml.pl
|
||||||
|
export-yad.pl
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B task <filter> ghistory.annual
|
.B task <filter> ghistory.annual
|
||||||
@@ -335,7 +346,10 @@ provided for exceptional circumstances. Use carefully.
|
|||||||
.TP
|
.TP
|
||||||
.B task import <file> [<file> ...]
|
.B task import <file> [<file> ...]
|
||||||
Imports tasks in the JSON format. The standard task release comes with a few
|
Imports tasks in the JSON format. The standard task release comes with a few
|
||||||
example scripts, such as import-yaml.pl.
|
example scripts, such as:
|
||||||
|
|
||||||
|
import-todo.sh.pl
|
||||||
|
import-yaml.pl
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B task log <mods>
|
.B task log <mods>
|
||||||
|
|||||||
Reference in New Issue
Block a user