[PR #84] [MERGED] Add Bashmatic #3794

Closed
opened 2026-07-10 17:49:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-lists/awesome-bash/pull/84
Author: @kigster
Created: 11/11/2022
Status: Merged
Merged: 11/11/2022
Merged by: @aloisdg

Base: masterHead: kig/bashmatic


📝 Commits (2)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 readme.md (+1 -0)

📄 Description

New App Submission

Repo or homepage link:

https://github.com/kigster/bashmatic

Description:

Bashmatic is a rich BASH library consisting of nearly 900 BASH functions, and yet it takes about 80ms to load all 900 of them. The library includes helpers covering a wide range of functionality, such as array functions, database, color, UI elements (try h1 "hello"), and many many more.

Bashmatic comes with easy-to-read PDF documentation. Please take a quick look.

Bashmatic's programming style is heavily influenced by the DSL languages that are similar to those of popular Ruby projects.

Why I think it's awesome:

When writing BASH-based installers or a glue script, one of the most frustrating experiences is not knowing what is running, where it broke, and so on. Bashmatic prints every command it runs, including the time it took and the exit code. This is called the "runtime" sub-system of Bashmastic.

Take a look at a couple of examples:

  1. A simple example that installs minicube and k8s
  2. A much more complete example is this one: ${BASHMATIC_HOME}/bin/dev-setup

At least several dozen of dev-environment setup projects use Bashmatic with huge success.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awesome-lists/awesome-bash/pull/84 **Author:** [@kigster](https://github.com/kigster) **Created:** 11/11/2022 **Status:** ✅ Merged **Merged:** 11/11/2022 **Merged by:** [@aloisdg](https://github.com/aloisdg) **Base:** `master` ← **Head:** `kig/bashmatic` --- ### 📝 Commits (2) - [`9ead415`](https://github.com/awesome-lists/awesome-bash/commit/9ead4155cd0127843e02e0cfcfd26c5127f9a43a) Add Bashmatic - [`30daf5e`](https://github.com/awesome-lists/awesome-bash/commit/30daf5e431a3d0b48052e0e4b7c5eda528d51b2a) Add Bashmatic ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `readme.md` (+1 -0) </details> ### 📄 Description #### New App Submission - [X] I've read the [contribution guidelines](https://github.com/awesome-lists/awesome-bash/blob/master/contributing.md). **Repo or homepage link:** [https://github.com/kigster/bashmatic](https://github.com/kigster/bashmatic) **Description:** Bashmatic is a rich BASH library consisting of nearly 900 BASH functions, and yet it takes about 80ms to load all 900 of them. The library includes helpers covering a wide range of functionality, such as array functions, database, color, UI elements (try `h1 "hello"`), and many many more. Bashmatic comes with easy-to-read [PDF documentation](https://github.com/kigster/bashmatic/blob/main/README.pdf). Please take a quick look. Bashmatic's programming style is heavily influenced by the DSL languages that are similar to those of popular Ruby projects. **Why I think it's awesome:** When writing BASH-based installers or a glue script, one of the most frustrating experiences is not knowing what is running, where it broke, and so on. Bashmatic prints every command it runs, including the time it took and the exit code. This is called the "runtime" sub-system of Bashmastic. Take a look at a couple of examples: 1. [A simple example that installs `minicube` and `k8s`](https://github.com/kigster/bashmatic#example-ii-download-and-install-binaries) 2. [A much more complete example is this one: `${BASHMATIC_HOME}/bin/dev-setup`](https://github.com/kigster/bashmatic#63-example-iii-developer-environment-bootstrap-script) At least several dozen of dev-environment setup projects use Bashmatic with huge success. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-10 17:49:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-bash#3794