fuzzy_file_finder VS ffipf

Compare fuzzy_file_finder vs ffipf and see what are their differences.

fuzzy_file_finder

A (slightly enhanced) implementation of TextMate's cmd-T lookup functionality, in Ruby, for embedding in other projects (by jamis)

ffipf

Fuzzy Find in Project Fast (by piotrklibert)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fuzzy_file_finder ffipf
1 2
143 8
- -
0.0 3.9
almost 10 years ago about 3 years ago
Ruby Nim
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.

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.

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.

What are some alternatives?

When comparing fuzzy_file_finder and ffipf 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