Command Line Bar Chart (for GeekTool, Et Al)

This is a script I’m using with GeekTool to output a bar chart of stats for my blog to my desktop. It’s specifically geared toward the data returned by FeedPress, but I’m posting it because it can pretty easily be modified to work with any date-based data set. The concept is actually easy enough to use with any sequential data, and can be modified to output horizontal bars as well. cli, geeklet, geektool, scripting

→ Continue reading

Bash Completion for Mac App Aliases

I have a slew of aliases that launch various apps. Quite a few of them launch apps that I generally only use with one type of file. Xcode and TaskPaper, for example. I wanted a completion system that would find just the applicable files in the directory. In most cases with these apps there’s only one file per project, so being able to type and hit tab to open the file for the current project is handy. scripting, terminal

→ Continue reading

Save Pocket Favorites to nvALT With IFTTT and Hazel

Here’s a quick script that works with an IFTTT recipe to put your Pocket favorites into nvALT as Markdown. It works well for me because I typically use Pocket to store articles that are more informational than time sensitive. If you star a lot of “newsy” articles, this is probably a bad idea, but for reference material it’s helpful. hazel, ifttt, markdown, nvalt, scripting

→ Continue reading

Mavericks Tags, Spotlight and Terminal

I’ve actually begun work on a book about tagging, and Mavericks in particular. It’s a subject I truly enjoy, and so far it’s kind of been writing itself. I hope to wrap it up faster than some of my other side projects. Bits that I think aren’t mass-consumable enough for publication will end up here, where my gentle readers can decide for themselves if they want to do anything with it. macos, tagging, terminal

→ Continue reading