mjnaderi / mtrack

Simple Time Tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MTrack is a simple time tracking tool that we use in our engineering team in Quera.

Installation

For installing or updating, run the following commands:

git clone git@github.com:mjnaderi/mtrack.git
cd mtrack
sudo pip3 install . 

Usage

Start timer:

$ mtr PROJECT_NAME

Press Ctrl+C to stop timer.

Getting report for a Jalali month:

$ mtr PROJECT_NAME --report 1398 1

Printing current installed version:

$ mtr --version

TODO

  • Display icon in systray

About

Simple Time Tracker


Languages

Language:Python 100.0%