mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 18:55:20 +00:00
Update cheatsheets
This commit is contained in:
29
timew
Normal file
29
timew
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# timew
|
||||
|
||||
> A time tracking tool used to measure the duration of activities.
|
||||
> More information: <https://timewarrior.net/docs>.
|
||||
|
||||
- Start a new stopwatch, giving a tag name to the activity being tracked:
|
||||
|
||||
`timew start {{activity_tag}}`
|
||||
|
||||
- View running stopwatches:
|
||||
|
||||
`timew`
|
||||
|
||||
- Stop the stopwatch with a given tag name:
|
||||
|
||||
`timew stop {{activity_tag}}`
|
||||
|
||||
- Stop all running stopwatches:
|
||||
|
||||
`timew stop`
|
||||
|
||||
- View tracked items:
|
||||
|
||||
`timew summary`
|
||||
Reference in New Issue
Block a user