aze

Crates.ioaze
lib.rsaze
version0.1.1
sourcesrc
created_at2023-01-03 08:52:56.419159
updated_at2023-01-03 10:29:47.342424
descriptionA time tracking tool heavenly inspired by watson
homepagehttps://github.com/kreemer/aze
repositoryhttps://github.com/kreemer/aze
max_upload_size
id749979
size122,823
kreemer (kreemer)

documentation

README

aze

A time tracking tool heavenly inspired by watson.

Quickstart

Installation

Simply download the binary from the Release page.

Usage

Start tracking your time analogous to watson:

$ aze start universe-domination +dog

With this command you started a new activity universe-domination with the tag dog.

You can stop your tracked project with:

$ aze stop

You can view your tracked projects with:

$ aze log

Please read the additional documentation with:

$ aze help

Internals

The tracked projects will be tracked in a sqlite database.

Commit count: 31

cargo fmt