ttrackr

CI

A terminal app for tracking time spent on working on tasks.

  1. About
  2. Installation

About

ttrackr is used to track time spent on any tasks that you are doing. You provide a list of tasks that will be tracked, then mark it as started when you begin working on it, and mark it stopped after you stop or finish working.

Installation

Install using cargo:

bash cargo install ttrackr

or by cloning this repo:

bash git clone https://github.com/michaeldvr/ttrackr.git cd ttrackr cargo install --path .

If you don't have sqlite3 on your system, pass --all-features flag when calling cargo install to include bundled SQLite.