From 1e15c9cad322265dbd60d85b73abcd2cd0d915dc Mon Sep 17 00:00:00 2001 From: abactel Date: Sun, 23 Apr 2017 10:22:15 +0100 Subject: [PATCH] timew: add page (#1343) timew: add page --- pages/common/timew.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/common/timew.md diff --git a/pages/common/timew.md b/pages/common/timew.md new file mode 100644 index 000000000..8c983e8b8 --- /dev/null +++ b/pages/common/timew.md @@ -0,0 +1,23 @@ +# timew + +> A time tracking tool used to measure durations. + +- Start a new stopwatch, giving a tag name to the activity being tracked: + +`timew start {{activity_tag}}` + +- View running stopwatches: + +`timew` + +- Stop a specific stopwatch with a tag name: + +`timew stop {{activity_tag}}` + +- Stop all running stopwatches: + +`timew stop` + +- View tracked items: + +`timew summary`