1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/common/watson.md
2021-08-15 19:59:09 +02:00

28 lines
462 B
Markdown

# watson
> A wonderful CLI to track your time.
> More information: <https://github.com/TailorDev/Watson>.
- Start monitoring time in project:
`watson start {{project}}`
- Start monitoring time in project with tags:
`watson start {{project}} +{{tag}}`
- Stop monitoring time for the current project:
`watson stop`
- Display the latest working sessions:
`watson log`
- Edit most recent frame:
`watson edit`
- Remove most recent frame:
`watson remove`