snippetbashTip
moro — Track work time. More information: <https://github.com/getmoro/moro/blob/master/DOCUMENTATION.md>.
Viewed 0 times
commandmoroworkcliinformationtimemoretrack
Problem
How to use the
moro command: Track work time. More information: <https://github.com/getmoro/moro/blob/master/DOCUMENTATION.md>.Solution
moro — Track work time. More information: <https://github.com/getmoro/moro/blob/master/DOCUMENTATION.md>.Invoke
moro without parameters, to set the current time as the start of the working day:moroSpecify a custom time for the start of the working day:
moro hi {{09:30}}Invoke
moro without parameters a second time, to set the current time at the end of the working day:moroSpecify a custom time for the end of the working day:
moro bye {{17:30}}Add a note on the current working day:
moro note {{3 hours on project Foo}}Show a report of time logs and notes for the current working day:
moro reportShow a report of time logs and notes for all working days on record:
moro report --allCode Snippets
Invoke `moro` without parameters, to set the current time as the start of the working day
moroSpecify a custom time for the start of the working day
moro hi {{09:30}}Invoke `moro` without parameters a second time, to set the current time at the end of the working day
moroSpecify a custom time for the end of the working day
moro bye {{17:30}}Add a note on the current working day
moro note {{3 hours on project Foo}}Context
tldr-pages: common/moro
Revisions (0)
No revisions yet.