All Projects → TailorDev → Watson

TailorDev / Watson

Licence: mit
⌚ A wonderful CLI to track your time!

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Watson

Utt
Ultimate Time Tracker - A simple command-line time tracker written in Python
Stars: ✭ 175 (-90.79%)
Mutual labels:  command-line-app, timetracker
Pageres Cli
Capture website screenshots
Stars: ✭ 1,378 (-27.47%)
Mutual labels:  command-line-app
Kimai
Kimai v1 open source time-tracking - please switch to Kimai v2
Stars: ✭ 583 (-69.32%)
Mutual labels:  timetracker
Hopp Doc Gen
📔 API documentation generator CLI for https://hoppscotch.io
Stars: ✭ 70 (-96.32%)
Mutual labels:  command-line-app
Fb Messenger Cli
fb-messenger-cli, console Facebook messenger
Stars: ✭ 665 (-65%)
Mutual labels:  command-line-app
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (-36%)
Mutual labels:  timetracker
Vim Ide
VIM configured as powerful IDE (Integrated Development Environment)
Stars: ✭ 441 (-76.79%)
Mutual labels:  command-line-app
Gitlab Time Tracker Taskbar
🦊🕘 A crossplatform menubar/taskbar application for GitLabs time tracking feature. Currently in BETA!
Stars: ✭ 127 (-93.32%)
Mutual labels:  timetracker
Swiff
💁 Command line tools for common local ↔ remote server tasks.
Stars: ✭ 87 (-95.42%)
Mutual labels:  command-line-app
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (-39.42%)
Mutual labels:  command-line-app
Verticalize
Simple tool to verticalize text delimited files.
Stars: ✭ 32 (-98.32%)
Mutual labels:  command-line-app
Terjira
Terjira is a very interactive and easy to use CLI tool for Jira.
Stars: ✭ 713 (-62.47%)
Mutual labels:  command-line-app
Bartlett
A simple Jenkins command line client to serve your needs.
Stars: ✭ 81 (-95.74%)
Mutual labels:  command-line-app
Certigo
A utility to examine and validate certificates in a variety of formats
Stars: ✭ 662 (-65.16%)
Mutual labels:  command-line-app
Simple Console
Add an elegant command-line interface to any page
Stars: ✭ 107 (-94.37%)
Mutual labels:  command-line-app
Activitywatch
The goal of ActivityWatch is simple: Enable the collection of as much valuable lifedata as possible without compromising user privacy.
Stars: ✭ 5,927 (+211.95%)
Mutual labels:  timetracker
Timed Backend
Django API for the Timed application
Stars: ✭ 15 (-99.21%)
Mutual labels:  timetracker
Parallel
This project now lives on in a rewrite at https://gitlab.redox-os.org/redox-os/parallel
Stars: ✭ 1,181 (-37.84%)
Mutual labels:  command-line-app
Xcode Time Tracker
Stars: ✭ 131 (-93.11%)
Mutual labels:  timetracker
Elixir cli spinners
Spinnig Animations for Command Line Applications
Stars: ✭ 117 (-93.84%)
Mutual labels:  command-line-app

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 or pip3, depending on which one is available:

$ pip install td-watson

or:

$ pip3 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].