Files
bash-goodies/README.md
T
2026-05-30 17:09:42 +03:00

15 lines
815 B
Markdown

# 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
* [bmux](./bmux): a simple, dmux-like session manager in Bash on top of just dtach
* [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))
* [YouStore](./ys): a way to securely store any set of files/directories inside a video
* [1DLife](./1dlife): Jon Millen's 1D Game of Life in pure Bash
* [Elem](./elem): Stephen Wolfram's elementary cellular automatons in pure Bash
* [Scoundrel](./scoundrel): A Bash port of the Scoundrel roguelike solitaire game