From a2ed996102e630b86bdc5e8f87f9654f0aa80f53 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 18 Mar 2015 20:09:01 +0100 Subject: [PATCH] Man: Add task calc command to the task manpage --- doc/man/task.1.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index b3608b744..bc1dc1a37 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -379,6 +379,22 @@ time from the specified task. Miscellaneous subcommands either accept no command line arguments, or accept non-standard arguments. +.TP +.B task calc +Evaluates an algebraic expression. Can be used to test how TaskWarrior +parses and evaluates the expression given on the command line. + +Examples: + + task calc 1 + 1 + 2 + + task calc now + 8d + 2015-03-26T18:06:57 + + task calc eom + 2015-03-31T23:59:59 + .TP .B task config [name [value | '']] Add, modify and remove settings directly in the taskwarrior configuration.