1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 18:22:08 +02:00
tldr/pages/common/timetrap.md
Matthias (~talfus-laddus) 75a19d64d7
timetrap: add command to edit last entry (#10608)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-20 16:38:30 +02:00

400 B

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

  • Edit the last entry's end time:

timetrap edit --end {{time}}