A collection of code snippets and scripts in various languages designed for task automation, workflow enhancement, and other miscellaneous/experimental or fun purposes.
- Official Bash Manual - Bash Reference Manual.
- Pure Bash Bible - A collection of pure bash alternatives to external processes.
- Pure Shell Bible - A collection of pure POSIX sh alternatives to external processes.
- BashSheet - Bash Reference Sheet.
- ABS Guide - Advanced Bash Scripting Guide.
- Shellcheck Wiki - Shellcheck wiki list.
- Shellcheck - Finds bugs in shell scripts.
- Shellharden - The corrective bash syntax highlighter.
- mvdan/sh - Contains a tool called
shfmt
, which can be used to format shell scripts. - neurobin/shc - Shell script compiler.
- typeish - A runtime type checker for bash functions, implemented entirely in bash.
- BASH F.A.Q. - Answers to frequently asked questions on channel
#bash
on theirc.libera.chat
IRC network. - Bash Reference Sheet - Bash Reference Sheet by wooledge.
- Bash Programming and Bash Guide - Bash Programming guide by wooledge.
- Devhints' bash cheatsheet
- Amber (homepage) - A high level programming language that compiles to Bash.
- google/zx - A tool by Google for writing better scripts.
-
alejandra - The Uncompromising Nix Code Formatter. It applies the feedback of developers who have used Nix at scale for several years, producing a very well-grounded style guide.
-
statix - lints and suggestions for the nix. Able to highlight anti-patterns in Nix code and fix them.
-
deadnix - Scan Nix files for dead code. Able to automatically remove unused code.
- black - The uncompromising Python code formatter. It makes code review faster by producing the smallest diffs possible.
- rufo - An opinionated ruby formatter. It offers little in the way of configuration.
- nph - An opinionated code formatter for Nim, following the great tradition of black, prettier, clang-format and more.
- StyLua - An opinionated code formatter for Lua, inspired by by the likes of prettier.
- magika - A novel AI powered file type detection tool that relies on the recent advance of deep learning to provide accurate detection.