2025-10-19 11:55:24 +03:00
|
|
|
# sh-goodies: a useful collection of single-file, POSIX-compatible shell scripts
|
|
|
|
|
|
|
|
|
|
## List
|
|
|
|
|
|
|
|
|
|
* [DaemonTamer V2](./dt): local service manager to daemonize any command
|
|
|
|
|
* [Outport](./outport): expose reverse tunnels via SSH
|
|
|
|
|
* [shee.sh](./shee.sh): simple LLM chat application for OpenAI-compatible endpoints
|
|
|
|
|
* [ShellFlow](./flow.sh): simple workflow orchestration script
|
|
|
|
|
* [LShar](./lshar.sh): create self-extracting archives in the form of shell scripts
|
|
|
|
|
* [ShellBeat](./shellbeat.sh): a [bytebeat](https://stellartux.github.io/websynth/guide.html) audio formula player in pure shell (also depends on xxd)
|
|
|
|
|
* [GHMD](./ghmd.sh): a command suite to set up your own self-hosted Git repositories
|
2025-12-14 12:46:20 +02:00
|
|
|
* [Multicities](./cities.sh): Neocities static site manager with multiple account support
|
2026-01-30 11:57:46 +02:00
|
|
|
* [Rusty Checker](./rusty-checker.sh): quickly check if a public FOSS project is written in Rust (or another language that you pass to the script)
|
2026-02-01 14:45:28 +02:00
|
|
|
* [Image Transfer](./it.sh): a more convenient wrapper around dd for writing and reading removable media images
|
2026-02-02 14:09:03 +02:00
|
|
|
* [Mount Manager](./mm.sh): a simple script to mount/unmount removable media partitions
|