p00f / fzx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 82.4%Language:Lua 11.8%Language:CMake 5.7%