mcjones.ca

Python - Batteries included

Unzip

python -m gzip --decompress file.gz

Web Server

python -m http.server

Base64

python -m base64

JSON

python -m json.tool My favourite reason to use it - exits 1 if invalid

Cool Other Lists

Simon Willison used ripgrep to search Python: https://til.simonwillison.net/python/stdlib-cli-tools