Learn about the top 5 zsh plugins that can enhance your CLI experience, including git aliases, auto suggestion, syntax highlighting, shortcut suggestions, and improved output with syntax highlighting.
2
Laravel News·3y
The Ultimate "git nah" Alias
A developer shares a 'git nah' alias that provides a fresh start by cleaning and aborting any potential rebase.
3
Hacker News·3y
microsoft/inshellisense: IDE style command line auto complete
inshellisense provides IDE style autocomplete for shells. It's a terminal native runtime for autocomplete which has support for 600+ command line tools. inshellisense supports Windows, Linux, & MacOS.
4
Hacker News·2y
The bash book to rule them all
A curated list of questions to determine if the bash book is suitable for the reader, covering topics such as 'cd' as a builtin command, redirect issues, and avoiding the 'Argument list too long' error.