Build a Hugo site and force-push it to a Codeberg Pages branch in one command — no CI, no tokens.
Short scripts I reach for again. Each one solves a single thing and runs as-is. Copy what’s useful.
Find the largest objects in git history
Track down what’s bloating a repo — even files long since deleted.
Retry a command with exponential backoff
Wrap any flaky command so a transient failure doesn’t sink the whole script.
Read one secret from a SOPS file
Pull a single key out of an encrypted YAML file without dumping the whole thing.
Auto-load a Nix flake dev shell with direnv
Drop into a project’s pinned toolchain the moment you cd into it.