watson-next


Namewatson-next JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/lkiesow/watson-next
SummaryA wonderful CLI to track your time!
upload_time2024-05-31 16:27:15
maintainerNone
docs_urlNone
authorLars Kiesow
requires_python>=3.6
licenseMIT
keywords watson time-tracking time tracking monitoring report
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ![watson-next logo](watson-next.svg)

A wonderful CLI to track your time.
===================================

ℹ️ `watson-next` is a fork of the seemingly abandoned [TailorDev/Watson](https://github.com/TailorDev/Watson).

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?

[![asciicast](https://asciinema.org/a/35918.svg)](https://asciinema.org/a/35918)

Nice isn't it?

Installation
------------

Install watson-next using pip:

```
$ pip install watson-next
```

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]
```

To list all available commands:

```
$ watson help
```

License
-------

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lkiesow/watson-next",
    "name": "watson-next",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "watson time-tracking time tracking monitoring report",
    "author": "Lars Kiesow",
    "author_email": "lkiesow@uos.de",
    "download_url": "https://files.pythonhosted.org/packages/0d/bc/862fc1737b4bef94bf7304f9bf8b96221b39f80ef30819aaeaedb86f4c9d/watson-next-2.1.0.tar.gz",
    "platform": null,
    "description": "![watson-next logo](watson-next.svg)\n\nA wonderful CLI to track your time.\n===================================\n\n\u2139\ufe0f `watson-next` is a fork of the seemingly abandoned [TailorDev/Watson](https://github.com/TailorDev/Watson).\n\nWatson is here to help you manage your time. You want to know how\nmuch time you are spending on your projects? You want to generate a nice\nreport for your client? Watson is here for you.\n\nWanna know what it looks like?\n\n[![asciicast](https://asciinema.org/a/35918.svg)](https://asciinema.org/a/35918)\n\nNice isn't it?\n\nInstallation\n------------\n\nInstall watson-next using pip:\n\n```\n$ pip install watson-next\n```\n\nUsage\n-----\n\nStart tracking your activity via:\n\n```\n$ watson start world-domination +cats\n```\n\nWith this command, you have started a new **frame** for the *world-domination* project with the *cats* tag. That's it.\n\nNow stop tracking you world domination plan via:\n\n```\n$ watson stop\nProject world-domination [cats] started 8 minutes ago (2016.01.27 13:00:28+0100)\n```\n\nYou can log your latest working sessions (aka **frames**) thanks to the ``log`` command:\n\n```\n$ watson log\nTuesday 26 January 2016 (8m 32s)\n      ffb2a4c  13:00 to 13:08      08m 32s   world-domination  [cats]\n```\n\nTo list all available commands:\n\n```\n$ watson help\n```\n\nLicense\n-------\n\nWatson-next is released under the MIT License.\nSee the bundled LICENSE file for details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A wonderful CLI to track your time!",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://github.com/lkiesow/watson-next"
    },
    "split_keywords": [
        "watson",
        "time-tracking",
        "time",
        "tracking",
        "monitoring",
        "report"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0dbc862fc1737b4bef94bf7304f9bf8b96221b39f80ef30819aaeaedb86f4c9d",
                "md5": "7fbf20ae545e52a2d4fc186f41d639ae",
                "sha256": "c1c9b3f21fce63e8318e9ca70d2edbbaaae31fdf283b8ba16695d017955c0783"
            },
            "downloads": -1,
            "filename": "watson-next-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7fbf20ae545e52a2d4fc186f41d639ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 8902852,
            "upload_time": "2024-05-31T16:27:15",
            "upload_time_iso_8601": "2024-05-31T16:27:15.778794Z",
            "url": "https://files.pythonhosted.org/packages/0d/bc/862fc1737b4bef94bf7304f9bf8b96221b39f80ef30819aaeaedb86f4c9d/watson-next-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-31 16:27:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lkiesow",
    "github_project": "watson-next",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "watson-next"
}
        
Elapsed time: 0.25134s