1 pointby noumi0k7 hours ago1 comment
  • noumi0k7 hours ago
    Author here.

      I built this for "vibe coding" — when you're in the flow with AI pair
      programming and just need to quickly browse files without context switching.
    
      Existing file managers like yazi and ranger are great, but they're designed
      for file management (copy, move, delete). I only needed viewing + fuzzy search.
    
      What makes vfv different:
      - Zero config: fuzzy search built-in (nucleo, same engine as Helix editor)
      - ~3MB single binary, starts instantly
      - CLI mode for AI assistants: `vfv find "config" ~/dev -q -j`
    
      Would love feedback, especially from folks using AI coding assistants daily.