grex
CLIGenerate regular expressions from test cases.
Generate regex from examples~95% est.
grex foo1 foo2 foo3+1 more matching recipedev-tools2 recipes
openssl
CLIGenerate random secrets, encode/decode base64, and hash files. Preinstalled on macOS and Linux.
Generate a random secret (base64, 32 bytes)Verified macOS · Linux
openssl rand -base64 32+1 more matching recipesecurity5 recipes · 5 verified
mkcert
CLIMake locally trusted development certificates with any names.
Generate cert for localhost~99% est.
mkcert localhost 127.0.0.1 ::1+1 more matching recipesecurity3 recipes
age
CLISimple, modern file encryption with small explicit keys.
Generate a new age key pair~99% est.
age-keygen -o key.txtsecurity3 recipes
starship
CLIMinimal, blazing-fast, infinitely customizable prompt for any shell.
Generate default config~99% est.
starship print-config > ~/.config/starship.tomlshell2 recipes