Skip to content

jazzband/Watson

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4bebae · Jun 18, 2020
Jun 18, 2020
Nov 29, 2019
Jun 18, 2020
Jun 18, 2020
Nov 16, 2019
Jun 12, 2019
Jun 18, 2020
Jan 28, 2016
Mar 20, 2015
Nov 1, 2016
Nov 29, 2019
Apr 3, 2019
Aug 27, 2019
Nov 26, 2019
Aug 27, 2019
Jun 10, 2020
Jan 20, 2016
Jun 12, 2019
Jun 12, 2019
Dec 10, 2019
Jul 15, 2019
Dec 3, 2019

Repository files navigation

https://tailordev.github.io/Watson/img/logo-watson-600px.png

Build Status PyPI Latest Version Requirements Status

Watson is here to help you manage your time. You want to know how much time you are spending on your projects? You want to generate a nice report for your client? Watson is here for you.

Wanna know what it looks like? Check this below.

Watson screenshot

Nice isn't it?

Quick start

Installation

On OS X, the easiest way to install watson is using Homebrew:

$ brew update && brew install watson

On other platforms, install watson using pip:

$ pip install td-watson

If you need more details about installing watson, please refer to the documentation.

Usage

Start tracking your activity via:

$ watson start world-domination +cats

With this command, you have started a new frame for the world-domination project with the cats tag. That's it.

Now stop tracking you world domination plan via:

$ watson stop
Project world-domination [cats] started 8 minutes ago (2016.01.27 13:00:28+0100)

You can log your latest working sessions (aka frames) thanks to the log command:

$ watson log
Tuesday 26 January 2016 (8m 32s)
      ffb2a4c  13:00 to 13:08      08m 32s   world-domination  [cats]

Please note that, as the report command, the log command comes with projects, tags and dates filtering.

To list all available commands, either read the documentation or use:

$ watson help

Contributor Code of Conduct

If you want to contribute to this project, please read the project Contributor Code of Conduct

License

Watson is released under the MIT License. See the bundled LICENSE file for details.