Welcome to The Lab.

NiftyMenu Tahoe Edition

NiftyMenu is the little tool I use to dump a macOS app’s menu bar into an HTML page so I can search it, click through to items, and add callouts for screencasts and product documentation. The latest round of updates brings the UI in line with macOS Tahoe and cleans up a bunch of behavior and script logic. desktop, documentation, html, macos, menus, niftymenu, screenshot, scripting, webdesign, writing

→ Continue reading

Tween: Fish Function for Outputting Ranges of Text

I’ve been developing a Fish function called . It’s a simple, flexible utility for extracting ranges of lines from files or STDIN input, and it’s flexible enough to handle just about any scenario you can throw at it, from numeric ranges, array style position/length ranges, or even string matching with regex capabilities. command-line, fish, regex, shell, utilities, vim

→ Continue reading