files' sizes as a markdown table (CLI)
You'll need zlib to be able to compile the binary
# to build
make
# if you tty expansion for glob is disabled
filesizemd lib/*
# if it's enabled and the shell is expanding the glob
filesizemd "lib/*"
Output
|file|size|gzip|
|---|---|---|
|deflate.c|2.05KB|49B|
|deflate.h|132B|92B|
- Add compressed output from brotli