DEV Community

Cover image for ๐Ÿ‘‹ Hey Dev.to โ€” I'm Raymon, and I Build Battle-Tested Bash CLIs (That Actually Do Stuff)
raymonepping
raymonepping

Posted on

๐Ÿ‘‹ Hey Dev.to โ€” I'm Raymon, and I Build Battle-Tested Bash CLIs (That Actually Do Stuff)

I'm a solutions engineer working in the HashiCorp ecosystem, but really, I'm just someone who enjoys turning chaos into clean automation โ€” especially with a Bash script or two.

Most of my tools start with a personal itch:

  • Too many stale Git repos? I built repository_audit
  • Lost in my own folder structure? That became folder_tree
  • Want backups that actually restore? Say hello to repository_backup
  • Need to simulate leaked secrets for Vault Radar? Thatโ€™s radar_love

All of these are Bash-based, Homebrew-installable CLIs โ€” modular, documented, and built for CI/CD from day one. Because automation should automate itself. And also look good doing it.


๐Ÿงฐ Why I'm Here

Dev.to has that rare mix: technical depth without gatekeeping, and devs who genuinely want to build smarter, not louder. Iโ€™m here to share tools, document tricks, and write in a way thatโ€™s more โ€œhereโ€™s what workedโ€ than โ€œlet me lecture you about infrastructure.โ€

My writing leans practical and conversational โ€” with a focus on:

  • ๐Ÿ”ง CLI tooling
  • ๐Ÿ“ฆ DevOps flows (Terraform, Vault, Nomad, etc.)
  • ๐Ÿง  Automation philosophy
  • ๐Ÿ—‚๏ธ Keeping your repos clean, backed up, and documented

๐ŸŒฑ Whatโ€™s Coming

In the next few posts, Iโ€™ll be sharing:

  • folder_tree โ€” a Brewable CLI that turns your folder layout into Markdown docs (with presets, ignore rules, and wizard mode)
  • repository_backup โ€” for Git-aware backups that wonโ€™t embarrass you when itโ€™s time to restore
  • Some meta tooling (sanity_check, generate_docs, etc.) that I use across all my CLIs to keep things clean and maintainable

๐ŸŽจ A Bit of Style

If my tools had a personality, it would be:

  • 90% helpful
  • 5% sarcastic
  • 5% โ€œletโ€™s make this look good tooโ€

โ€”-

๐Ÿ‘‰ Curious about the tools I mentioned? Head over to github.com/raymonepping and explore.

Expect emojis, Markdown, clear docs, and sometimes a cyborg image or two generated by AI for no good reason except vibes.


๐Ÿ“ซ Want to connect?

Youโ€™ll find me building DevOps demos, writing Medium articles, or overengineering my personal CLI tooling because I actually enjoy it.

Letโ€™s build cool stuff.

โ€” Raymon

Top comments (0)