hours

A minimalistic work time logger for the command line.

Downloads
71
Stars
2

⏳ Hours

A minimalistic work time logger for the command line.

Installation

pip install hours

Usage

Let's add a client first and set the hourly rate:

hours clients add -n BigCorporate --rate 100 --currencyhours clients list

Then log your work for today:

hours log -c BigCorporate -h 8.0 -p "ML pipeline" -t "fixing bugs"

Get a report for the current month (or any other period):

hours report 

Create a timesheet to Excel file:

hours export

For more information, see the documentation.