mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
333 B
Markdown
17 lines
333 B
Markdown
![]() |
# 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`
|