Today I’m releasing an initial version of my latest tool, CurlyQ. It’s a work in progress, though should be immediately useful to those who need it. I need your input on where it goes next, what’s missing, and what you’d like to do with it that it can’t handle yet. Join me in the forum to discuss1!
browser, cli, curlyq, scripting, source, tools
I’m excited to offer the next giveaway, a license ($36 value) for Keyboard Maestro. Keyboard Maestro is an insanely powerful app for automation on your Mac that no power user should be without. It can automate literally everything. Power users will love it, but everyday users can greatly benefit from the shortcuts and triggers that Keyboard Maestro offers with a simple drag-and-drop configuration.
automator, giveaway, keyboard, macos
I’m excited to offer the next giveaway, 2 licenses ($14.95 value each) for App Tamer. Got unruly applications? App Tamer helps you take control of your CPU by controlling how much access your apps have to it. Throttle apps that take up too much CPU, speeding up the apps you’re using most.
giveaway, macos
Another silly little rabbit hole I’ve gone down… The Lyrics plugin for SearchLink can now embed the JavaScript version of lyrics from Genius.com, complete with annotations.
javascript, searchlink
It’s unseasonably warm for Christmas here in Minnesota. It’s 50° out. To mark the weird occasion, I created a quick plugin for SearchLink that lets you run a search like:
plugin, search, searchlink, weather
🎄 Merry Christmas! I’m excited to offer the next giveaway, a Pro license ($119 value) for Curio. Curio is the perfect app for managing your brainstorms, your research, your projects, and your digital life. A Curio “space” is a blank canvas on which you can add notes, web pages, pdfs, images, mind maps, outlines, and more. All searchable and linkable, and even shareable. Version 27 is freshly out and ready to take it to the next level. It even includes multiple AI integrations to assist…
giveaway, macos, productivity
I do most of my automation and string manipulation scripting using Ruby. I know it’s not the most popular language these days, but it’s the one I know the best (thanks to my days of hacking on TextMate bundles) and it’s usually the fastest way for me to solve a problem. I have reams of snippets saved (and easily accessible with Snibbets) and thought I’d share a few that are useful for everyday scripting on macOS.
ruby, scripting, shell
Ok, this one will probably wrap up this little run of key binding tricks. It’s been fun, though, and I’d love to answer any questions I can in the forum.
keybindings, keyboard, markdown, searchlink, shortcuts
I guess it’s keybinding week this week. I’ve talked about the kill ring and repeat binding, but I’ve been digging in and revamping my own file, so I keep wanting to share some of the cooler things it can do because I know the file in the project is pretty massive and hard to parse.
keybindings, shortcuts, sublimetext, textmate, tips
Thanks to HoudahSpot for sponsoring BrettTerpstra.com this week! I’ve been using it for years and swear by it as a way to find files that Spotlight can’t, quickly and easily.
search, sponsor, spotlight
In Vim, most operations have can have a count specified in the keystrokes for the command, e.g. to delete 3 lines. You can do similar in any Cocoa text field (all Apple apps, plus most native apps). You just need to specify a keyboard shortcut to use before the count. Then you can hit that keyboard shortcut, type a number (X) and then hit a key or key combination to have that event repeated X times.
keybindings, keyboard, shortcuts, tricks