2026-05-26 15:12:47 +03:00
# Bash goodies: a useful collection of single-file, Bash shell scripts
This is a set of Bash-specific scripts for quality-of-life improvement.
For POSIX shell compatible scripts, see the [sh-goodies ](https://codeberg.org/luxferre/sh-goodies ) repo.
## List
2026-05-30 10:12:15 +03:00
* [bmux ](./bmux ): a simple, dmux-like session manager in Bash on top of just dtach
2026-05-30 17:09:42 +03:00
* [Musmaster ](./mus ): find and play music quickly in any directory (bash port of [mus.sh ](https://codeberg.org/luxferre/sh-goodies/src/branch/master/mus.sh ))
2026-05-27 07:45:23 +03:00
* [YouStore ](./ys ): a way to securely store any set of files/directories inside a video
2026-05-28 07:02:36 +03:00
* [1DLife ](./1dlife ): Jon Millen's 1D Game of Life in pure Bash
2026-05-29 09:21:49 +03:00
* [Elem ](./elem ): Stephen Wolfram's elementary cellular automatons in pure Bash
2026-05-30 10:12:15 +03:00
* [Scoundrel ](./scoundrel ): A Bash port of the Scoundrel roguelike solitaire game