API Discovery: Can we do better? https://blog.apis.guru/api-discovery-can-we-do-better-2336706d5407 (Google provides more useful info when searching for restaurants than APIs!)
miniblog.
Related Posts
I'm increasingly treating terminal sessions as short lived: starting a fresh terminal tab keeps scrollback short and easy to search.
I'd love to have a terminal emulator that allows me to skip over output of specific verbose commands when searching.
I'm experimenting with Atuin for searching my terminal history: https://atuin.sh/
Previously I'd just used fzf to find items, which does work nicely. Occasionally I *really* want to search "commands which were run in this directory" though, which Atuin offers.
I've written an #emacs plugin for searching for text with ripgrep: https://github.com/Wilfred/deadgrep
rg is a fantastic search tool, and deadgrep.el includes everything I've learnt with several hundred users of ag.el!
