ffipf VS fuzzy_file_finder

Compare ffipf vs fuzzy_file_finder and see what are their differences.

ffipf

Fuzzy Find in Project Fast (by piotrklibert)

fuzzy_file_finder

A (slightly enhanced) implementation of TextMate's cmd-T lookup functionality, in Ruby, for embedding in other projects (by jamis)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ffipf fuzzy_file_finder
2 1
8 143
- -
3.9 0.0
about 3 years ago almost 10 years ago
Nim Ruby
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ffipf

Posts with mentions or reviews of ffipf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-10.
  • ffipf: Fuzzy Find in Project Fast
    1 project | /r/planetemacs | 10 Jan 2021
  • ffipf - quickly jump to file in a project with a native module
    5 projects | /r/emacs | 10 Jan 2021
    Thanks :) Judging by the upvotes there is some interest in the module like this, so I'll keep working on it. It'll take some time before it's usable by others, I think I should be able to clean up the code and write a better Elisp wrapper in a week or two. I used Ivy for displaying candidates because it was by far the easiest integration: literally 1 line of code (https://github.com/piotrklibert/ffipf/blob/master/elisp/ffip.el#L41), but I'm more used to Helm, so integration with it will definitely come next. I don't use Selectrum/Prescient/Embark/etc. personally, but I don't think writing integration with them would be hard. The main selling point of this module is that it's synchronous yet still fast enough, so there's no need for implementing async behavior when integrating it with a framework.

fuzzy_file_finder

Posts with mentions or reviews of fuzzy_file_finder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-10.

What are some alternatives?

When comparing ffipf and fuzzy_file_finder you can also consider the following projects:

c2nim - c2nim is a tool to translate Ansi C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand before and after the translation process.

fzf.el - A front-end for fzf

nim-emacs-module