★ pancake: potpourri scripts
• 105 words • 1 min
I’ve been meaning to create a git repository to host a collection of miscellaneous scripts / binaries that are too big to fit in shell aliases / functions, or text snippets.
This started today: https://github.com/thiagowfx/pancake
There’s no particular reason to call it “pancake”, just like there’s no special reason to suffix my first name with “wfx”. Sometimes it is just what it is.
I am still fleshing out a project structure, it shall become clearer as more scripts are added over time.
For now:
% z pancake
thiago@MacBook-Pro ~/Workspace/pancake (git)-[master]
% tree
.
├── LICENSE
├── op_login_all
│ ├── op_login_all.sh
│ └── README.md
└── README.mdBacklinks
- pancake workflow (OR: how to solve problems only once) (Apr 06, 2026)
- new script: PDF remove password (Nov 16, 2025)
- Distributing my own scripts via homebrew (Oct 17, 2025)