Best of BashNovember 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    The Only 5 Zsh Plugins You Need

    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. 2
    Article
    Avatar of lnLaravel 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. 3
    Article
    Avatar of hnHacker 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. 4
    Article
    Avatar of hnHacker 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.