tldr/pages/common/moro.md

33 lines
704 B
Markdown
Raw Normal View History

2017-09-09 13:50:41 +01:00
# moro
2017-08-09 20:17:54 +01:00
> Track work time.
2019-06-04 10:25:17 +01:00
> More information: <https://moro.js.org>.
2017-08-09 20:17:54 +01:00
2017-09-09 13:50:41 +01:00
- Invoke `moro` without parameters, to set the current time as the start of the working day:
2017-08-09 20:17:54 +01:00
`moro`
2017-09-09 13:50:41 +01:00
- Specify a custom time for the start of the working day:
2017-08-09 20:17:54 +01:00
`moro hi {{09:30}}`
2017-09-09 13:50:41 +01:00
- 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:
2017-08-09 20:17:54 +01:00
`moro bye {{17:30}}`
2017-09-09 13:50:41 +01:00
- Add a note on the current working day:
2017-08-09 20:17:54 +01:00
`moro note {{3 hours on project Foo}}`
2017-09-09 13:50:41 +01:00
- 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:
2017-08-09 20:17:54 +01:00
`moro report --all`