Our great sponsors
-
Related tools:
TLDR community managed man pages https://tldr.sh/
Cheat Sheet access to community driven docs http://cht.sh/
Bro pages (like TLDR, but without the great name) http://bropages.org/
-
And here's a command that tries to fix up a mistake after you type it. Like this one, it's also named like what you might say afterwards.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
You might enjoy the fzf (fuzzy finder) tool configured for your shell's history search keybinding (most likely Ctrl+R). I can't elaborate at the moment, but essentially you type Ctrl+R, start typing roughly what you want and fzf searches your shell history based on what you typed. It works extremely well for me.
Link: https://github.com/junegunn/fzf
In particular, shell key bindings for fzf: https://github.com/junegunn/fzf#key-bindings-for-command-lin...
-
-
Slightly related is https://cheat.sh/, which returns real-world examples of how to use a given command.
The results are nicely formatted and color-coded. Give it a try in your terminal:
curl https://cheat.sh/rsync
Related posts
- I wrote a program that fixes your errors in the command line
- TIL: “sudo” is shorthand for “Superuser do” [command] in linux. Am I a complete idiot for not getting this until today?
- code pukes
- Thefuck - Magnificent app which corrects your previous console command.
- What’s new in HTTPie for Terminal 3.2