nim-emacs-module VS ffipf

Compare nim-emacs-module vs ffipf and see what are their differences.

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
nim-emacs-module ffipf
1 2
10 8
- -
0.0 3.9
almost 6 years ago about 3 years ago
Nim Nim
- -
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.

nim-emacs-module

Posts with mentions or reviews of nim-emacs-module. 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 nim-emacs-module and ffipf you can also consider the following projects:

fzf.el - A front-end for fzf

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.

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