mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
watson: add page (#5086)
This commit is contained in:
parent
f72524cdb2
commit
cd72232639
1 changed files with 20 additions and 0 deletions
20
pages/common/watson.md
Normal file
20
pages/common/watson.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue