📜

Scripts Collection

Two growing libraries of everyday automation — Batch for Windows, Shell for macOS — built up over more than a year of "this should be one command."

2 linked repos
myscripts
Batchfile
myscripts_mac
Shell
Category
Automation
Active since
Apr 2025

The idea

Every developer accumulates a personal toolbox of small scripts for things they do often enough to resent doing manually. myscripts and myscripts_mac are mine — living, growing collections rather than a single finished tool, updated whenever a new repetitive task shows up in daily work.

Why two separate repos

Windows Batch and macOS Shell scripting are different enough — different shells, different system APIs, different conventions — that keeping them as separate collections made more sense than forcing a single cross-platform abstraction onto tasks that don't need one. Each repo just does what's native and simple for its platform.

What's in them

General day-to-day system automation — the kind of thing that doesn't warrant its own repo and README, but is genuinely useful enough to keep around and reuse rather than rewrite from scratch every time it comes up.

Repositories

myscripts (Windows) ↗ myscripts_mac (macOS) ↗
Batchfile Shell Automation
← Back to all projects