A Linux command line tool to track tasks/work and display the historic number of hours, and percentage of a specified timeframe that tasks/work take.
Table of Contents
The things you need before installing the software.
- A Linux Disto
- Rust
- git
A step by step guide that will tell you how to get the development environment up and running.
$ git clone https://github.com/IvyCap/wlb-cli.git
$ cd wlb-cli
$ cargo build
A few examples of useful commands and/or tasks.
$ wlb-cli
$ wlb-cli task --add
$ wlb-cli task --edit
$ wlb-cli review --ytd
$ wlb-cli review --month
Distributed under the MIT License. See LICENSE.txt
for more information.