2021-01-04 18:42:21 +00:00
|
|
|
# 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 latest working sessions:
|
|
|
|
|
|
|
|
`watson log`
|
2021-03-09 21:09:28 +00:00
|
|
|
|
|
|
|
- Edit most recent frame:
|
|
|
|
|
|
|
|
`watson edit`
|
|
|
|
|
|
|
|
- Remove most recent frame:
|
|
|
|
|
|
|
|
`watson remove`
|