From 80502f02de129de1f646ef2f3c2c143538b1574f Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 26 Mar 2015 17:39:07 +0100 Subject: calcurse.1.txt: Split out filter and formatting options Move those options into separate subsections. Signed-off-by: Lukas Fleischer --- doc/calcurse.1.txt | 104 ++++++++++++++++------------------------------------- 1 file changed, 31 insertions(+), 73 deletions(-) (limited to 'doc') diff --git a/doc/calcurse.1.txt b/doc/calcurse.1.txt index ddcdcb2..78dbae1 100644 --- a/doc/calcurse.1.txt +++ b/doc/calcurse.1.txt @@ -104,75 +104,6 @@ appointments can be specified using the *-c* flag. Specify the data directory to use. If not specified, the default directory is *~/.calcurse/*. -*--filter-type* :: - Ignore any items that do not match the type mask. See 'FILTERS' for details. - -*--filter-pattern* :: - Ignore any items with a description that does not match the pattern. See - 'FILTERS' for details. - -*--filter-start-from* :: - Ignore any items that start before a given date. See 'FILTERS' for details. - -*--filter-start-to* :: - Ignore any items that start after a given date. See 'FILTERS' for details. - -*--filter-start-after* :: - Only include items that start after a given date. See 'FILTERS' for details. - -*--filter-start-before* :: - Only include items that start before a given date. See 'FILTERS' for details. - -*--filter-start-range* :: - Only include items within a given range. See 'FILTERS' for details. - -*--filter-end-from* :: - Ignore any items that end before a given date. See 'FILTERS' for details. - -*--filter-end-to* :: - Ignore any items that end after a given date. See 'FILTERS' for details. - -*--filter-end-after* :: - Only include items that end after a given date. See 'FILTERS' for details. - -*--filter-end-before* :: - Only include items that end before a given date. See 'FILTERS' for details. - -*--filter-end-range* :: - Only include items within a given range. See 'FILTERS' for details. - -*--filter-priority* :: - Only include items with a given priority. See 'FILTERS' for details. - -*--filter-completed*:: - Only include completed TODO items. See 'FILTERS' for details. - -*--filter-uncompleted*:: - Only include uncompleted TODO items. See 'FILTERS' for details. - -*--format-apt* :: - Specify a format to control the output of appointments in non-interactive - mode. See the 'FORMAT STRINGS' section for detailed information on format - strings. - -*--format-recur-apt* :: - Specify a format to control the output of recurrent appointments in - non-interactive mode. See the 'FORMAT STRINGS' section for detailed - information on format strings. - -*--format-event* :: - Specify a format to control the output of events in non-interactive mode. See - the 'FORMAT STRINGS' section for detailed information on format strings. - -*--format-recur-event* :: - Specify a format to control the output of recurrent events in non-interactive - mode. See the 'FORMAT STRINGS' section for detailed information on format - strings. - -*--format-todo* :: - Specify a format to control the output of todo items in non-interactive mode. - See the 'FORMAT STRINGS' section for detailed information on format strings. - *--from* :: Specify the start date of the range when used with *-Q*. @@ -182,7 +113,7 @@ appointments can be specified using the *-c* flag. *-G*, *--grep*:: Print appointments and TODO items using the calcurse data file format. The filter interface can be used to further restrict the output. See also: - 'FILTERS'. + 'Filter Options'. *-h*, *--help*:: Print a short help text describing the supported command-line options, @@ -205,7 +136,8 @@ the *-c* flag. Print all appointments inside a given query range, followed by all TODO items. The query range defaults to the current day and can be changed by using the *--from* and *--to* (or *--days*) parameters. The filter interface - can be used to further restrict the output. See also: 'FILTERS'. + can be used to further restrict the output. See also: 'Filter Options', + 'Formatting Options'. *-r*[num], *--range*[=num]:: Print events and appointments for the 'num' number of days and exit. If no @@ -264,8 +196,8 @@ $ calcurse --export > my_data.dat 'Note:' The *-N* option has been removed in calcurse 3.0.0. See the 'FORMAT STRINGS' section on how to print note along with appointments and events. -Filters -------- +Filter Options +~~~~~~~~~~~~~~ Filters can be used to restrict the set of items which are loaded from the appointments file when using calcurse in non-interactive mode. The following @@ -323,6 +255,32 @@ filters are currently supported: *--filter-uncompleted*:: Only include uncompleted TODO items. +Formatting Options +~~~~~~~~~~~~~~~~~~ + +*--format-apt* :: + Specify a format to control the output of appointments in non-interactive + mode. See the 'FORMAT STRINGS' section for detailed information on format + strings. + +*--format-recur-apt* :: + Specify a format to control the output of recurrent appointments in + non-interactive mode. See the 'FORMAT STRINGS' section for detailed + information on format strings. + +*--format-event* :: + Specify a format to control the output of events in non-interactive mode. See + the 'FORMAT STRINGS' section for detailed information on format strings. + +*--format-recur-event* :: + Specify a format to control the output of recurrent events in non-interactive + mode. See the 'FORMAT STRINGS' section for detailed information on format + strings. + +*--format-todo* :: + Specify a format to control the output of todo items in non-interactive mode. + See the 'FORMAT STRINGS' section for detailed information on format strings. + Format strings -------------- -- cgit v1.2.3-54-g00ecf