Managing Ruby Gems Using Homebrew

Whenever I publish a gem like doing, howzit, or na, I always suggest that if you have any trouble installing with , you should use . This is because the preferred way is to do it without (for multiple reasons), but those who don’t do anything else with Ruby and just want to use tools distributed as gems are almost definitely using the system Ruby, which won’t allow updating its gem folder without . I was recently turned onto another option, though, which is perfect for people who… homebrew, ruby, scripting

→ Continue reading

Homebrew and /usr/local/bin on M1 Macs

I have a tip for M1 Mac users (who spend time in the terminal). You know how up until you got your new Mac, you could always count on your command line utilities being in ? But now Homebrew installs to instead? And all of those scripts that hardcoded have to be updated, and the PKG installer for tools like Gather leave it outside of your PATH? Never fear, symlinks are here. homebrew, terminal

→ Continue reading

Revamping Na (Next Action CLI)

I have a friend (hi Jeff) who has really dug into using some of my command line tools like Howzit and na. Working with him on setting them up in his own environment has inspired some refactoring of both tools. I mentioned some major updates to Howzit last month, but had only made minor fixes to na up until this week. cli, na, productivity, prompt, ruby, scripting, search, tagging, taskpaper, terminal, tools

→ Continue reading

Gather, Shortcuts, Bookmarklets, and Paywalled Content

Gather is constantly improving at this point, and a lot of its rough edges have already been polished. I’m loving all the feedback I’m getting, both for fixing bugs and for adding new features. It’s hard to test something like Gather on every possible permutation of a web layout, so I appreciate hearing about edge cases (even if I do have to weigh how much effort they’re worth). bookmarklet, gather, shortcuts

→ Continue reading

Read2Text Is Now Gather, Your New Markdownifier

As promised, I’ve updated Read2Text as a standalone binary using the Swift versions of Readability and HTML2Text. In the process I made it a whole new tool called Gather. You may recall that name from a little utility I made a while back. This does the exact same thing, just without the GUI, and I liked that name enough to revive it. gather, html, macos, markdown, shortcuts, swift, tools

→ Continue reading