Show HN: notes – Manage your notes with bash, fd, fzf, and ripgrep

github.com

3 points by crap 5 hours ago

Wrote this a while ago, but I still use it to this day for maintaining a flat directory of markdown notes, so I thought I'd share :)

The entire thing is modelled around fzf. The main command is `enter`, which spawns a fuzzy file finder window on file names in your notes directory. You can also run a full-text search with ripgrep using the `search` subcommand.

It's a single bash script, and assumes a few dependencies (as mentioned) are installed on your system.