Skip to content

p00f/fzx

 
 

Repository files navigation

fzx

A fuzzy finder, based on fzy.

  • Streaming input
  • Improved performance, 2x-3x faster than fzy on x86_64 processors
  • Work in progress, things are subject to change

Build

Neovim plugin

cmake -B build
cmake --build build --target install-plugin

Add the local repository to your runtime path (or install with your plugin manager) and run :Fzx files.

TUI

TUI is still under development, and is disabled in the build system by default.

cmake -B build -D FZX_BUILD_EXECUTABLE=ON
cmake --build build
ls | ./build/bin/fzx

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.5%
  • Lua 11.8%
  • CMake 5.7%