mirror of
https://github.com/awesome-lists/awesome-bash.git
synced 2026-07-11 10:34:30 -05:00
[PR #84] [MERGED] Add Bashmatic #3794
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:kig/bashmatic📝 Commits (2)
9ead415Add Bashmatic30daf5eAdd Bashmatic📊 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:
minicubeandk8s${BASHMATIC_HOME}/bin/dev-setupAt 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.