Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

37
moro Normal file
View File

@@ -0,0 +1,37 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# moro
> Track work time.
> More information: <https://moro.js.org>.
- 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`