From bd868cda5085934284b31a15695715ece317c3d2 Mon Sep 17 00:00:00 2001 From: Luc Gagan <134170834+lucgagan@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:12:00 -0600 Subject: [PATCH] Add Bash Command Formatter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b48ace5..9a82ebe 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ In addition to this list, you should read the list [awesome-shell](https://githu - [Bash One-Liners](http://www.bashoneliners.com/) - A collection of practical or just pure awesome bash one-liners ([repos](https://github.com/janosgyerik/bashoneliners) by @[janosgyerik](https://github.com/janosgyerik)) - [commandlinefu](http://www.commandlinefu.com/) - A repository for the most elegant and useful UNIX commands +- [Bash Command Formatter](https://ray.run/tools/bash-command-formatter) – A Bash command formatter tool takes in a Bash command and formats it, applying proper indentation, line breaks, and formatting to make it more readable and structured. ## Shell Package Management