2025-03-14 21:59:59 -06:00
|
|
|
# watson
|
|
|
|
|
|
|
|
|
|
> A wonderful CLI to track your time.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/jazzband/Watson/blob/master/docs/user-guide/commands.md>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|