zf VS telescope-zf-native.nvim

Compare zf vs telescope-zf-native.nvim and see what are their differences.

zf

a commandline fuzzy finder designed for filtering filepaths (by natecraddock)

telescope-zf-native.nvim

native telescope bindings to zf for sorting results (by natecraddock)
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
zf telescope-zf-native.nvim
5 7
418 134
- -
8.1 4.0
3 months ago 10 days ago
Zig Lua
MIT License 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.

zf

Posts with mentions or reviews of zf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.
  • Is it too early to use Zig for CLI tooling ideas?
    3 projects | /r/Zig | 5 Jun 2023
    You can absolutely make CLI tools, but be prepared for breaking changes in the language with every release. I've been working on a fuzzy finder zf for a couple of years now, and with each Zig release there are a few things to fix. It's not a ton of work, but it is something to be aware of.
  • Zf: Command line fuzzy finder that prioritizes matches on filenames
    1 project | news.ycombinator.com | 4 Mar 2023
  • Zig's Curious Multi-Sequence for Loops
    10 projects | news.ycombinator.com | 27 Feb 2023
    I’ve absolutely had satisfaction with my several personal projects written in Zig. And based on an imperfect measurement (GitHub stars) I have also had moderate success in making something useful. It’s a terminal fuzzy finder [0]. I also maintain a Zig Lua bindings package [1], and I’m working on a port of an old Macintosh game [2].

    Zig is exactly what I want out of a language though, so take my opinion with a grain of salt :)

    [0]: https://github.com/natecraddock/zf

    [1]: https://github.com/natecraddock/ziglua

    [2]: https://github.com/natecraddock/open-reckless-drivin

  • nvim-bqf v0.3.0 has been released.
    5 projects | /r/neovim | 20 Feb 2022
    This looks awesome! As someone who is already pretty invested in trouble.nvim and native integrations with Telescope and GitSigns (to name just two), what do you feel are the selling points? I wonder how you see integrations evolving too? In example, I use zf via telescope-zf-native.nvim over fzf and have had to do little to let other plugins fallback into that.
  • telescope-zf-native.nvim - filename focused fuzzy finding
    5 projects | /r/neovim | 12 Feb 2022
    I have long preferred the strictness of the fzy algorithm over fzf for fuzzy finding both in my shell and in neovim. But there are things about fzy that have bothered me (like the inability to narrow down results with space-delimited query terms). So I have been working on zf and libzf (written in Zig if you care about that sort of thing) for the shell and integration with neovim.

telescope-zf-native.nvim

Posts with mentions or reviews of telescope-zf-native.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • Which one is better?
    3 projects | /r/neovim | 27 Jun 2023
  • Is there a way to make Telescope behave like tihs?
    2 projects | /r/neovim | 21 Nov 2022
    If i understand you right i think you want this https://github.com/natecraddock/telescope-zf-native.nvim
  • kickstart.nvim updated for neovim 0.7
    3 projects | /r/neovim | 15 Apr 2022
    Thanks a lot for your great work! Will zf-native be used to replace fzf-native as the repository of zf-native contains pre-compiled libzf binaries and still very small in repo size?
  • nvim-bqf v0.3.0 has been released.
    5 projects | /r/neovim | 20 Feb 2022
    This looks awesome! As someone who is already pretty invested in trouble.nvim and native integrations with Telescope and GitSigns (to name just two), what do you feel are the selling points? I wonder how you see integrations evolving too? In example, I use zf via telescope-zf-native.nvim over fzf and have had to do little to let other plugins fallback into that.
  • Telescope fzf not working with spaces
    2 projects | /r/neovim | 17 Feb 2022
    You probably want one of telescope-fzf-native.nvim or telescope-zf-native.nvim, which are both telescope extensions that replace the default fzy-like sorter. The default doesn't allow spaces in the query, but both fzf and zf should.
  • telescope-zf-native.nvim - filename focused fuzzy finding
    5 projects | /r/neovim | 12 Feb 2022
    I made an issue tracking this: https://github.com/natecraddock/telescope-zf-native.nvim/issues/3. Hopefully I can get it resolved quickly!

What are some alternatives?

When comparing zf and telescope-zf-native.nvim you can also consider the following projects:

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

fzy - :mag: A simple, fast fuzzy finder for the terminal

telescope-github.nvim - Integration with github cli

Odin - Odin Programming Language

nvim-pqf

zig-cli - A simple package for building command line apps in Zig

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

NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

open-reckless-drivin - A work-in-progress open source reimplementation of the classic Macintosh shareware game Reckless Drivin'

nvim-bqf - Better quickfix window in Neovim, polish old quickfix window.