1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 11:35:24 +02:00
tldr/pages/common/timetrap.md
Managor d1fa35edf6
common/*: reduce usage of "command-line" (part 2) (#16950)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:47:23 +03:00

20 lines
387 B
Markdown

# timetrap
> Simple 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`
- Edit the last entry's end time:
`timetrap edit --end {{time}}`