About 16 results
https://hboon.com/setting-up-a-telegram-bot-for-system-notifications/ · 28 Mar 2026
I use a Telegram bot to send myself notifications from scripts, cron jobs, and deploy pipelines. It's free, takes five minutes to set up, and the
https://hboon.com/auto-renaming-tmux-windows-for-ai-coding-agents/ · 14 Feb 2026
I run multiple Droid and Claude Code instances in tmux, each in its own window. The problem: every Droid window starts named "droid" and every Claude
https://hboon.com/automatically-copy-macos-screenshot-path-for-claude-code/ · 16 Oct 2025
How I copy macOS screenshot file paths into Claude Code's terminal CLI automatically, first with a fish function and now with my shotpath CLI tool.
https://bruce.leaflet.pub/3mmvzzdm7hk2x · 15 Aug 2025
Automatically perform all the standard steps you do on new servers in under 50 lines of yaml
https://bruce.leaflet.pub/3mmvzrtbezc2s · 23 Mar 2025
NixOS is great, but it is a bit tedious to always type out vim /etc/nixos/... etc to make changes to your system, nor do I want a complicated setup for my nix configuration files. So I devised a little script to speed up the progress, which I saved to conf...
https://hboon.com/wip-git-commit-shortcut/ · 7 Oct 2024
I was wrong; I thought I figured out the Git script I used the most everyday. Turns out, it is this: w It has a variation: w 'Some commit message' Running w alone uses WIP as the default commit message. I wrote it as a fish shell function, but it shou...
https://hboon.com/fix-gx-neovim-with-ruby-script/ · 20 Mar 2024
Maybe it's my setup, but I have always had problems with gx since ever since I started using vim/MacVim/Neovim. I also wrote about streamlining
https://hboon.com/the-git-script-i-use-everyday-all-the-time/ · 7 Mar 2024
My most-used git script is gs — an overloaded shell function that handles status, staging, and committing in a single command.
https://hboon.com/macbook-mobile-and-dock-low-high-power-battery-mode-scripts/ · 1 Mar 2024
I spend most of my time working at my desk, but occasionally I'll bring my MacBook out. It's mostly due to my habit from the older days before Apple
https://hboon.com/streamline-opening-neovim-from-the-shell/ · 26 Feb 2024
The mvim script included with MacVim is useful for launching the MacVim app from the shell. Sure, you can run Neovim from the shell with nvim . but I