Resources on learning bash scripting

This page summarizes the projects mentioned and recommended in the original post on /r/bash

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. ShellCheck

    ShellCheck, a static analysis tool for shell scripts

    no you can’t integrate within vim but you if you want to work straight on the terminal without using external IDE or text editors, I suggest you to install shellcheck from GitHub repo (https://github.com/koalaman/shellcheck) and run the command directly:

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

    Actually you can with coc.nvim & coc-sh. So long as shellcheck is also installed and in PATH, it'll integrate with coc/vim just fine.

  4. coc-sh

    SH language server extension using bash-language-server for coc.nvim.

    Actually you can with coc.nvim & coc-sh. So long as shellcheck is also installed and in PATH, it'll integrate with coc/vim just fine.

  5. dotfiles

    Multiplatform configuration files (by Stewie410)

    Can confirm that using bash is the best way to learn it; though shellcheck should be applied as a holy book, especially when starting out.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • TIL: Some surprising code execution sources in bash

    1 project | news.ycombinator.com | 22 Nov 2024
  • New shell scripting language, a new tablet, and in-product messaging

    2 projects | dev.to | 24 May 2024
  • Ask HN: Popular open source tool originally written in Haskell?

    3 projects | news.ycombinator.com | 10 Feb 2024
  • Ask HN: A Bash guide for Posix programmers?

    1 project | news.ycombinator.com | 17 Dec 2023
  • Regex support to list modules in .cabal?

    1 project | /r/haskell | 4 Dec 2023

Did you know that Haskell is
the 25th most popular programming language
based on number of references?