nvTagNavigator: A Tag Panel for nvALT

If you’ve used nvALT for a while, you know that tagging in it is, well, broken. There’s no unified place to see all your tags, and tags can’t be searched exclusively. The nice thing that Zachary built into it is OpenMeta tagging, so if you store your notes as plain text files, you can search tags with Spotlight and any OpenMeta app. This, combined with the url handler, leads to some interesting possibilities. nvalt, tagging

→ Continue reading

Triggering Tasks Remotely With Notifyutil and Launchd

Let me start this by saying that I’m fully aware that there are multiple ways to accomplish this feat, and that my choice may not have been the perfect one. It happens to work around some frustrations I found with other solutions, but I kind of got on a kick of really wanting to make this work. It works (though it killed my Sunday). It’s pretty complex to describe, though, so I’ll probably end up leaving some holes in the story. If something doesn’t make sense, point it… jekyll, launchd, macos, notifyutil

→ Continue reading

Quick Tip: Jumping to the Finder Location in Terminal

I’d been meaning to write a script to do this for a while, and a post by Dr. Drang inspired me to whip it up. Dr. Drang’s is a TextExpander snippet (which also works fine in shell if you use “quoted form of” to be safe). This method is just a tad more convenient for Terminal usage. It’s a two-line bash function for quickly -ing to the location of the front Finder window with a simple command (). macos, terminal

→ Continue reading