A command-line tool that displays progress through time periods as visual progress bars.
just installInstalls to ~/.local/bin/whatprogress (ensure ~/.local/bin is in your PATH).
Show progress through preset time periods:
whatprogress -p day
whatprogress -p week
whatprogress -p month
whatprogress -p year
whatprogress -p life -b 1990-01-15Show progress through a custom range:
whatprogress -s 0 -c 50 -e 100 -t "Download"See CLAUDE.md for architecture and development commands.