idanpa / whereismytime

Simple time management CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is my time? ⌚

Find out where is your time. Simple time management CLI.

Installation

pip install wmt

On first usage you will be asked to configure your setup. Supported configuration are using local sqlite database file or hosting it automatically on OneDrive.

Usage

$ wmt start -n project_a,task_b,initial_work
$ wmt end
$ wmt start -n project_b,task_c -t "yesterday at 10:00"
$ wmt end -t "yesterday at 12:15"

or you can just use wmt, it would start a session and end it if it found a running session:

$ wmt
Please type session name:project x, task 2
project x, task 2 2018-12-21 13:05:42
$ wmt
project x, task 2 ended (45 minutes)

Time arguments may be relative time in minutes (e.g. -4) or human readable time (and date) which will be parsed by dateparser.

For more information see help.

About

Simple time management CLI

License:MIT License


Languages

Language:Python 100.0%