mattorb Stay curiousTighten Feedback LoopsIterate, Measure, LearnFan of Science, Design, and Systems Thinking

command line

5 entries 4 posts · 1 thought

  1. Adventures in TUIs

    TUIs are fun again. Here's what AI agents, modern terminals, and new frameworks are making possible.

  2. Fuzzy Find a Github Repository - Part Deux

    The repo finder worked. It just wasn't fast enough. A disk cache, named pipes, and a non-adjacent deduplication filter to keep FZF feeling instant even with large repo lists.

  3. The Many Faces of FZF

    FZF is a tool that useful and easy to weave in to your needs. Shell history, files, git stash, branch checkout, repo clone, Docker entry — all faster with fzf in the mix.

  4. Fuzzy Find a Github Repository

    Popping open a browser to find a repo breaks the command-line flow. A Go + FZF tool that fuzzy-searches and clones private GitHub repos — built up through three API iterations.