fzy-lua-native VS fzy

Compare fzy-lua-native vs fzy and see what are their differences.

fzy-lua-native

Luajit FFI bindings to FZY (by romgrk)

fzy

:mag: A simple, fast fuzzy finder for the terminal (by jhawthorn)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
fzy-lua-native fzy
6 8
116 2,898
- -
3.8 0.0
4 months ago 4 months ago
Lua C
- MIT License
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.

fzy-lua-native

Posts with mentions or reviews of fzy-lua-native. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-07.
  • kirby.nvim: design update
    4 projects | /r/neovim | 7 Jun 2023
    I don't think it would be a good idea to integrate with telescope, I don't like the design of that plugin too much. Kirby's filtering backend uses fzy-lua-native, which is faster than out-of-the-box telescope. That backend was originally wrote for telescrope tbh (& vim-clap), but they never made it the default so AFAIK they still use lua filtering for basic cases.
  • kirby.nvim - fuzzy picker based on kui.nvim
    5 projects | /r/neovim | 13 Feb 2023
    It uses fzy-lua-native for filtering, another of my creations in need of love. It filters on the main thread but should be responsive for repos up to maybe a few thousand files.
  • Looking for a neat Neovim config for wilder.nvim
    8 projects | /r/neovim | 11 Aug 2021
    fzy-lua-native similary doesn't use fzy, it's a matcher based on the algorithm that fzy uses. This is actually the same matcher used under the hood in telescope-fzy-native.
  • speeding up Telescope?
    9 projects | /r/neovim | 11 Aug 2021
    They really should make that extension the default. Besides, the backing fzy bindings also include a lua fallback, it would be much nicer for users to not have to mess around with tons of options to get a fast by default picker. (Disclaimer: I'm the author of the backing fzy bindings)
  • LSP Signature can be better
    4 projects | /r/neovim | 27 Apr 2021
    Anyway, if you're interested in doing the switch open an issue we can discuss further, but otherwise it's not a big deal.
  • Fuzzy.nvim [ Neovim plugin ]
    3 projects | /r/neovim | 18 Apr 2021
    I saw that you're spawning a new job for sorting things. If you're interested, fzy-lua-native is the standalone fzy lua bindings that telescope.nvim and other projects use. It comes with pre-compiled binaries for common OSes (included as-is, no install step needed; but just make otherwise), and fallbacks to a lua fzy implementation in case the binary fails to load.

fzy

Posts with mentions or reviews of fzy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-23.
  • GNOME 44
    3 projects | news.ycombinator.com | 23 Mar 2023
    > it supports my keystrokes

    You know that there is basically a standard set, imposed by Windows in about 1986 or something and also supported in GNOME 2, MATE, Xfce, LXDE, etc etc.? I am more interested in if it supports them. I mean, I don't know what your set are, and I am not for a moment saying there's anything wrong with them, but there are standards for this stuff, used heavily by millions of blind computer users for example.

    > Have you considered the possibility you are so set in your ways that you are neglecting new and useful tool?

    Could be. I am a professional assessor of, and commentator on, this stuff, though.

    I mainly use a desktop I switched to in 2011. :-) Before that, I changed in 2004, after a change in 2001, after a change in 1995, after a change in 1992, after one in 1989, etc. etc.

    I mean I am an old pharte, fair call, but I am a reasonably adaptable one, I think. :-D

    What is "fzy"?

    https://github.com/jhawthorn/fzy

    ...?

    > Then make the panel vertical instead of horizontal

    Why don't any of the screenshots show that, then?

    I see 6 horizontal panels in the screenies on the homepage and Github, and one with none. From that, I don't think it's unreasonable to conclude this is not a core feature or something.

  • Your favourite Rust CLI utilities this year?
    27 projects | /r/rust | 17 Sep 2022
    I've been mostly using fzy which is written in C. I hope skim's matching algorithm is as good as fzy's…
  • is there any reason why i had been blocked from a github repository for opening a issue about activity?
    2 projects | /r/commandline | 12 Jul 2022
    At the time of writing of this comment, the commit history shows that the latest commit 9aa19d3 was added on Jan 23, 2022, so I'd argue that changes are still being made, just at a slower pace.
  • fussy: A completion-style/fuzzy matching/scoring system for fido/icomplete/selectrum/vertico/ivy/helm/default completion systems [with flx, fzf, skim scoring backends]
    3 projects | /r/emacs | 4 Jun 2022
    https://github.com/jhawthorn/fzy/tree/master/src We'd just need to write a c binding to it similar to fzf-native but I don't know if anyone will be motivated enough to do it. Should take an afternoon for anyone interested and want to plug it into fussy.
  • What’s your favorite shell one liner?
    4 projects | /r/commandline | 17 Feb 2022
    Fzy: https://github.com/jhawthorn/fzy
  • telescope: which extension are you using? fzf-native or fzy-native?
    3 projects | /r/neovim | 21 Aug 2021
    Fzy claims to have a more refined algorithm so I switched to the telescope plugin to see if I noticed a difference before I switched my whole shell to use it. I found the native plugin to actually make my telescope unstable and lock up the editor, requiring me to nuke the entire shell so I'm back at fzf native. I'm actually planning to try telescope native since they apparently just merged a massive performance PR.
  • Looking for a neat Neovim config for wilder.nvim
    8 projects | /r/neovim | 11 Aug 2021
    A while ago there was a post on this sub about a plugin called wilder.nvim which looks absolutely awesome. Wilder seems super configurable and it's README has a bunch of different suggested configurations. However, it is designed to work with both Vim and Neovim, but does have a config for Neovim, but it depends on kinda odd plugins like cpsm (which uses ctrlp.vim) as well as fzy.

What are some alternatives?

When comparing fzy-lua-native and fzy you can also consider the following projects:

telescope-fzf-native.nvim - FZF sorter for telescope written in c

telescope-fzy-native.nvim - FZY style sorter that is compiled

emacs-history - Historical Emacs Software Preservation

vim-clap - :clap: Modern performant fuzzy picker, tree-sitter highlighting, and more, for both Vim and NeoVim

LeaderF - An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.

navigator.lua - Code analysis & navigation plugin for Neovim. Navigate codes like a breeze🎐 Exploring LSP and 🌲Treesitter symbols a piece of 🍰 Take control like a boss 🦍

cpsm - A CtrlP matcher, specialized for paths.

wilder.nvim - A more adventurous wildmenu

vimb - Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.

plenary.nvim - plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.

denite.nvim - :dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8