From a11869186c63db0848badf89aaecd8917fbac84e Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 9 Sep 2017 13:50:41 +0100 Subject: [PATCH] moro: minor tweaks (#1470) --- pages/common/moro.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/pages/common/moro.md b/pages/common/moro.md index 202acdaf3e..447eb736c8 100644 --- a/pages/common/moro.md +++ b/pages/common/moro.md @@ -1,23 +1,31 @@ -# Moro +# moro > Track work time. -- Run moro once right after starting the working day, and once more before leaving work: +- Invoke `moro` without parameters, to set the current time as the start of the working day: `moro` -- To adjust the start of the working day: +- Specify a custom time for the start of the working day: `moro hi {{09:30}}` -- To adjust the end of the working day: +- Invoke `moro` without parameters a second time, to set the current time at the end of the working day: + +`moro` + +- Specify a custom time for the end of the working day: `moro bye {{17:30}}` -- To add a note on the working day: +- Add a note on the current working day: `moro note {{3 hours on project Foo}}` -- To see the full report of all records and notes: +- Show a report of time logs and notes for the current working day: + +`moro report` + +- Show a report of time logs and notes for all working days on record: `moro report --all`