22 lines
1.6 KiB
Markdown
22 lines
1.6 KiB
Markdown
# 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
|
|
* [Multicities](./cities.sh): Neocities static site manager with multiple account support
|
|
* [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)
|
|
* [Image Transfer](./it.sh): a more convenient wrapper around dd for writing and reading removable media images
|
|
* [Mount Manager](./mm.sh): a simple script to mount/unmount removable media partitions
|
|
* [PNGizer](./pngizer.sh): an utility (and a shell library) to convert any file or directory to/from a PNG image
|
|
* [BitShade](./bitshade.sh): a steganographic tool for hiding any data file inside a PNG image
|
|
* [BlueShift](./blueshift.sh): a high-density steganographic tool for hiding any data file inside a PNG image
|
|
* [abmux](./abmux.sh): a simple terminal session switcher on top of abduco, fzf and expect
|
|
* [dmux](./dmux.sh): a simple terminal session switcher on top of dtach and fzf
|
|
* [Musmaster](./mus.sh): a simple fzf-based music catalog wrapper
|