Home » Automation and scripts
Cdist: Configuration Management That Stays Close to Unix Roots Cdist isn’t about flashy dashboards or enterprise plugins. It’s a minimalist configuration management system designed for people who already speak shell and want full control — without the overhead of agents, databases, or DSLs. It uses plain shell scripts and SSH. That’s it. Every configuration step — from setting a hostname to deploying a package — is done through type-based modules written in POSIX shell. No interpreters. No agent
Scoop: The Package Manager Windows Should Have Had from the Start Scoop is what happens when someone asks, “Why doesn’t Windows have something like `apt` or `brew`?” — and then just builds it. It’s a lightweight command-line installer for Windows programs, designed for power users who prefer scripts over setup wizards. With a single command, you can install hundreds of CLI tools, dev environments, GUI apps, and even fonts — without admin rights or clicking through installers.
Pulover’s Macro Creator: When You’d Rather Click Than Script, but Still Want Control There are times when you don’t want to write code — you just want things to happen. Open a window, click a few buttons, paste some text, close a form. Do it again tomorrow. And the next day. And maybe for 12 users. That’s where Pulover’s Macro Creator quietly proves its worth. It’s not trying to be fancy. What it offers is simple: record what you do with the mouse and keyboard, clean up the steps, maybe add a lo
Woodpecker CI: The No-Nonsense CI Tool That Just Builds and Moves On Let’s face it — most CI tools today feel like they were designed by committee. Too many menus, too much “magic,” and YAML that looks like a PhD thesis. Woodpecker CI is different. It’s self-hosted, dead simple, and doesn’t pretend to be anything more than a solid pipeline runner. You set it up once, wire it to your Git repo, write a readable YAML file, and that’s it. No agents sprawling across your cluster. No surprise API limi