Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 600 Bytes

File metadata and controls

33 lines (22 loc) · 600 Bytes

WhatProgress

A command-line tool that displays progress through time periods as visual progress bars.

Installation

just install

Installs to ~/.local/bin/whatprogress (ensure ~/.local/bin is in your PATH).

Usage

Show progress through preset time periods:

whatprogress -p day
whatprogress -p week
whatprogress -p month
whatprogress -p year
whatprogress -p life -b 1990-01-15

Show progress through a custom range:

whatprogress -s 0 -c 50 -e 100 -t "Download"

Development

See CLAUDE.md for architecture and development commands.