Analysis updated 2026-07-06 · repo last pushed 2026-04-30
Convert video, audio, or image files between formats with a single short command.
Manage Docker containers faster with cleanup built in.
Put your Mac to sleep from the terminal.
List all available scripts in the collection.
| probablykasper/my-bash-scripts | foxtrotdev/codex-butler-bell | liushuyu/llk-linux-fork | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Shell | Shell | Shell |
| Last pushed | 2026-04-30 | — | 2023-03-06 |
| Maintenance | Maintained | — | Dormant |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 1/5 | 2/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
You need to add the scripts folder to your system PATH and have FFmpeg and ImageMagick installed for file conversions.
my-bash-scripts is a collection of small command-line tools created by a developer named Kasper for personal use on macOS. These are handy shortcuts that live in your terminal, designed to make common tasks a bit faster and less tedious. Think of them as custom power-ups for everyday computer chores. The collection includes a handful of utilities. One script, called to, is a file converter: you give it a file and tell it what format you want, and it handles the conversion for video, audio, and images. Another, called dco, is a shortcut for managing Docker containers, with a few quality-of-life tweaks like automatically cleaning things up after you're done. There's also sleepy, which simply puts your computer to sleep, and welp, which lists all the available scripts in the folder. At a high level, these scripts work by sitting in a folder your terminal knows to look in. Once you set that up, you can type a short command like to mp3 song.wav from anywhere on your computer, and the script takes care of the rest. The to script relies on existing tools like FFmpeg and ImageMagick under the hood, but it wraps them in a simpler interface so you don't have to remember all their complex commands. Someone might use this if they frequently work with media files, use Docker, or just want to automate small tasks without reaching for a mouse. For example, a podcaster could quickly convert an audio file to MP3, or a developer could spin up a test environment with a shorter command. It's practical for people who live in the terminal and appreciate a good shortcut. The project is straightforward and built for macOS. The README notes that some scripts may not work on other operating systems. It's a personal toolkit shared publicly, so it's very much "take what you need" rather than a polished product.
A personal collection of small command-line shortcuts for macOS that make everyday terminal tasks faster, like converting media files and managing Docker containers.
Mainly Shell. The stack also includes Shell, FFmpeg, ImageMagick.
Maintained — commit in last 6 months (last push 2026-04-30).
No license is specified, meaning default copyright applies and usage rights are unclear.
Setup difficulty is rated moderate, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.