mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
594 B
Plaintext
34 lines
594 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# watson
|
|
|
|
> A wonderful CLI to track your time.
|
|
> More information: <https://github.com/jazzband/Watson/blob/master/docs/user-guide/commands.md>.
|
|
|
|
- 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`
|