#pc - Change Calculator for the Terminal

1 messages · Page 1 of 1 (latest)

copper plover
#

A simple tool for calculating the changes between numbers. A lot of my time is spent comparing and reporting output sizes and speeds for different programs and this tool saves me so much time. It is simple but incredibly useful if you find yourself doing percentage calculations a few times a day.

Some of my favorite features:

  • human readable number sizes
  • percent changes and multiples change
  • formatting, padding, and alignment for output table
  • automatic precision based on the reported delta

Link to project: https://github.com/cgbur/pc

copper plover
#

Added format support. JSON and csv. JSON module in zig was one of the easiest json packages I’ve used. Comptime is amazing!

outer aurora
#

Looks like a nice tool