1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 22:24:55 +02:00
tldr/pages/common/moro.md
2017-09-09 12:50:41 +00:00

31 lines
661 B
Markdown

# moro
> Track work time.
- Invoke `moro` without parameters, to set the current time as the start of the working day:
`moro`
- Specify 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:
`moro`
- Specify 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 report`
- Show a report of time logs and notes for all working days on record:
`moro report --all`