HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

timetrap — Simple time tracker written in Ruby. More information: <https://github.com/samg/timetrap>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
simplerubycommandwrittenclitrackertimetimetrap

Problem

How to use the timetrap command: Simple time tracker written in Ruby. More information: <https://github.com/samg/timetrap>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/timetrap

Revisions (0)

No revisions yet.