httpie
CLIModern, user-friendly command-line HTTP client for the API era.
GET request with JSON response~98% est.
http GET api.example.com/users+2 more matching recipesnetworking3 recipes
wget
CLINetwork downloader supporting HTTP, HTTPS, and FTP.
Download a file~98% est.
wget https://example.com/file.tar.gz+2 more matching recipesnetworking3 recipes
curl
CLITransfer data from or to a server using various protocols.
Get only the HTTP status codeVerified macOS · Linux
curl -s -o /dev/null -w '%{http_code}\n' https://example.com/+7 more matching recipesnetworking8 recipes · 7 verified
xh
CLIFriendly and fast HTTP tool, reimplementation of HTTPie.
networking3 recipes
Chrome headless
CLIScreenshot or print any web page (local file or URL) to PNG/PDF with the browser you already have.
Screenshot a page (macOS, Google Chrome)Verified macOS
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --headless=new --disable-gpu --hide-scrollbars --window-size=1280,800 --screenshot=shot.png "http://localhost:3000/"+1 more matching recipedev-tools4 recipes · 4 verified
chezmoi
CLIManage your dotfiles across multiple diverse machines securely.
Initialize chezmoi on a new machine~95% est.
chezmoi init --apply https://github.com/user/dotfiles.gitshell3 recipes
jq
CLILightweight and flexible command-line JSON processor.
Pretty-print JSON from an API response~99% est.
curl -s https://api.example.com/data | jq '.'text-processing7 recipes · 6 verified
nushell
CLIA new type of shell that understands structured data.
Parse JSON from command~93% est.
http get https://api.github.com/repos/nushell/nushell | get stargazers_countshell3 recipes
mkcert
CLIMake locally trusted development certificates with any names.
security3 recipes