F
F

FFF.nvim

FFF stands for freakin fast fuzzy file finder (pick 3) and it is an opinionated fuzzy file picker for Neovim. Just for files, but we'll try to solve file picking completely.

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Neovim
0likes
0comments
0alternatives
0articles

Features

  1.  Image Preview
  2.  Fuzzy Finder
  3.  File Search
  4.  Zero configuration
  5. Git icon  Git integration

FFF.nvim News & Activities

Highlights All activities

Recent activities

FFF.nvim information

  • Developed by

    UA flagDmitriy Kovalenko
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentFile ManagementOnline Services

GitHub repository

  •  1,544 Stars
  •  70 Forks
  •  33 Open Issues
  •   Updated  
View on GitHub
FFF.nvim was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is FFF.nvim?

FFF stands for freakin fast fuzzy file finder (pick 3) and it is an opinionated fuzzy file picker for Neovim. Just for files, but we'll try to solve file picking completely.

It comes with a dedicated rust backend runtime that keep tracks of the file index, your file access and modifications, git status, and provides a comprehensive typo-resistant fuzzy search experience.

Features:

  • Works out of the box with no additional configuration
  • Typo resistant fuzzy search
  • Git status integration allowing to take advantage of last modified times within a worktree
  • Separate file index maintained by a dedicated backend allows <10 milliseconds search time for 50k files codebase
  • Display images in previews (for now requires snacks.nvim)
  • Smart in a plenty of different ways hopefully helpful for your workflow
  • This plugin initializes itself lazily by default

Official Links