Tag: zsh


  • I’ve updated the Homebrew formula for Gather to use binaries instead of requiring Swift to compile. This will make it much, much easier for most users to install it using Homebrew. In case you missed it, Gather is a tool I built a little while ago that does Readability/Markdownification of web urls. It’s a local,…

  • This is currently a work in progress, but I have a 0.1.0 release of a “One Ring To Rule Them All” Markdown processor published. The goal of Apex is to make it possible to write in any Markdown processor’s syntax, be it Kramdown (with IALs), MultiMarkdown (with v6 extensions), CommonMark (with GFM extensions), or any…

  • I whipped up a script this morning to simulate Finder’s “Open With…” menu from the command line. It extends the macOS open command with a command line menu selection of apps able to open the file you specify. This script uses the macOS commands mdfind and open, along with the third-party utilities duti and fzf…

  • One more na update

    ,

    This week I pushed a set of focused improvements to NA that make interactive workflows a lot smoother and the codebase a little more robust — including first‑class time tracking. If you run na update without arguments you’ll now get an interactive menu that helps you pick the file(s) and actions to operate on, and…

  • Reiki refactored

    ,

    I’ve been putting in some time on side projects every morning while building up the motivation to work on more overwhelming things. Recently the focus was on Reiki, my tool for running Rake tasks with fuzzy matching and humane argument parsing. [paywall The details] ### Multi-Shell Support Automatic Shell Detection: Reiki now automatically detects your…