Show HN: Anchor.nvim – Harpoon for Directories

(github.com)

1 points | by zachyarbro 7 hours ago ago

1 comments

  • zachyarbro 7 hours ago

    I built Anchor because I wanted the functionality of Harpoon, but for fuzzy searching through directories instead.

    My notes, documentation, scripts, and source code often live in different folders. I already had fuzzy search, but I found myself repeatedly navigating to the same handful of directories while working on a project.

    Anchor lets you define project-specific directory bookmarks and jump into any of them with a single keypress, opening your preferred fuzzy finder at that location.

    Currently supports: fzf-lua, telescope, mini.pick, snacks.picker, oil.nvim, and netrw if you don't have any of the above!

    This is my first plugin and any feedback is appreciated, good or bad!