logoalt Hacker News

noisy_boylast Monday at 12:51 AM1 replyview on HN

Writing a go binary to act as a wrapper around ripgrep and fzf. Can be done in many ways but I wanted a simple binary that I can invoke from lf or the command line to search, so that I'm using the same keystrokes to search, inside or outside of editor.


Replies

bbkanelast Monday at 12:53 AM

I always get the most joy out of writing these "smaller" tools

show 1 reply