funcoeszz

Collection of dozens of Portuguese command-line utilities for common tasks.

brewmacoslinux
Try with needOr install directly
Source

About

Dozens of command-line mini-applications (Portuguese)

Commands

funcoeszzzz

Examples

convert between different number systems and bases$ zz -base 255 10 16
check if a website or server is online$ zz -ping example.com
generate random passwords and secure strings$ zz -randpass 16
find and remove duplicate files in a directory$ zz -rmdup /path/to/files
convert text between uppercase and lowercase$ zz -lower 'HELLO WORLD'