mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 14:55:44 +02:00
timetrap: add page (#6925)
This commit is contained in:
parent
47e42c6a41
commit
2a5185701b
1 changed files with 16 additions and 0 deletions
16
pages/common/timetrap.md
Normal file
16
pages/common/timetrap.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# timetrap
|
||||||
|
|
||||||
|
> Simple command-line time tracker written in Ruby.
|
||||||
|
> More information: <https://github.com/samg/timetrap>.
|
||||||
|
|
||||||
|
- Create a new timesheet:
|
||||||
|
|
||||||
|
`timetrap sheet {{timesheet}}`
|
||||||
|
|
||||||
|
- Check in an entry started 5 minutes ago:
|
||||||
|
|
||||||
|
`timetrap in --at "{{5 minutes ago}}" {{entry_notes}}`
|
||||||
|
|
||||||
|
- Display the current timesheet:
|
||||||
|
|
||||||
|
`timetrap display`
|
Loading…
Add table
Reference in a new issue