productivity

Timetrap - A Command Line Time Tracking App

Today I played with Timetrap, a command line time tracking app. It allows you to track the time you spend doing specific tasks with ease. To install the app you can run the command. gem install timetrap To create a timesheet you type: t sheet blogging and it will create/switch to that timesheet. Type this to start the timer. t in And to stop the timer t out t list will show a list of timesheets, t display will show the timed sessions for that document and more.