Victor Loux Bookmarks Tag: cli

24 bookmarks tagged “cli

UX patterns for CLI tools

lucasfcosta.com/2022/06/01/ux-patterns-cli-tools.html
Most technical people choose GUIs not because GUIs are the best tool for the job. People choose GUIs because the CLI alternatives usually suck.

Commands.dev - Find commands at the speed of thought

commands.dev/
Commands.dev is a searchable, templated catalog of popular terminal commands curated from across the internet.

World's best introduction to sed - good coders code, great coders reuse

catonmat.net/blog/worlds-best-introduction-to-sed/
This is the world's best introduction to sed. It explains the four spaces of sed, various sed command line arguments, sed addresses, sed ranges, basic sed commands, and command grouping.