cliwaka

Cliwaka is an interactive command line utility for wakatime.com


Keywords
wakatime, cli, tool
License
GPL-3.0
Install
pip install cliwaka==0.1.1

Documentation

CLI Waka

A command-line interface for Wakatime.com. It logs user's durations, heartbeats, stats, summary and more.

Latest version released on PyPi GPLv3 License

Installation

$ pip install cliwaka

Or download from source, cd to it and build using python setup.py install

Requirements

Usage

cliwaka displays a help text when used with -h or --help.

$ cliwaka -h
usage: Cliwaka [-h] [-b] [-d] [-t] [-s] [--leaderboard] [-v] [-V]

A command line tool for wakatime.com.

optional arguments:
-h, --help       show this help message and exit
-b, --heartbeat  show user's latest heartbeat
-d, --duration   show user's logged time for a given day
-t, --stats      show user's current stats.
-s, --summary    show user's logged time.
--leaderboard    display the public leaderboard
-v, --verbose    toggle verbose on (default is off)
-V, --version    show program's version number and exit

For more information see http://github.com/shashankgroovy/cliwaka

Upgrade

$ pip install -U cliwaka

License

Cliwaka is released under the GNU GPL License v3