mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 20:35:25 +02:00
moro: add page (#1441)
This commit is contained in:
parent
57d6b05722
commit
6f55ac0dec
1 changed files with 23 additions and 0 deletions
23
pages/common/moro.md
Normal file
23
pages/common/moro.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Moro
|
||||
|
||||
> Track work time.
|
||||
|
||||
- Run moro once right after starting the working day, and once more before leaving work:
|
||||
|
||||
`moro`
|
||||
|
||||
- To adjust the start of the working day:
|
||||
|
||||
`moro hi {{09:30}}`
|
||||
|
||||
- To adjust the end of the working day:
|
||||
|
||||
`moro bye {{17:30}}`
|
||||
|
||||
- To add a note on the working day:
|
||||
|
||||
`moro note {{3 hours on project Foo}}`
|
||||
|
||||
- To see the full report of all records and notes:
|
||||
|
||||
`moro report --all`
|
Loading…
Add table
Reference in a new issue