Operation Wordlists
How I built the wordlists that power Codename.py — and where this project might expand next.
How I built the wordlists that power Codename.py — and where this project might expand next.
Generate fun, memorable project names from the terminal—military operations, Ubuntu-style animals, and more.
A quick Bash function for timestamped Markdown notes in your Obsidian vault.
A fuzzy-search manpage browser for your terminal—preview, zoom, and never get lost in man pages again.
A lightweight CLI tool for peeking at Python objects and files.
A suite of powerful CLI scripts to analyze files, processes, packages, and your LAN—right from your shell.
A living typography, style, and shortcode playground for adminjitsu.com. Copy anything you like.
A simple Bash function to repeat commands-perfect for testing variable output
A simple Bash function to combine mkdir and cd, with safety checks built in.
In my work, I often jump between a variety of machines. I have increasingly begun to rely on simple interfaces that work cross-platform in my environment. It makes these scriptable and usable no matter where you are. notify() One such example is this notify function. It allows you to call one function to display system notifications. Your mileage may vary, but it’s worked well for me. Just add the following to your shell startup files and reload.. ...