Neo fuzzy finder
Find a file
2025-02-13 13:30:22 +00:00
.gitignore Initial commit 2025-02-13 10:44:46 +00:00
LICENSE Initial commit 2025-02-13 10:44:46 +00:00
Makefile Fix Makefile 2025-02-13 13:27:07 +00:00
neo.c Remove debug line 2025-02-13 10:48:51 +00:00
README.md Fix example 2025-02-13 13:30:22 +00:00

neo

neo is a fuzzy finder inspired by fnf and supports basic colours.

Usage

cat file | neo
echo -e "choice1\nchoice2\nchoice3" | neo

Dependencies

None

Building

You will need to run these with elevated privilages.

$ make
# make install

Contributions

Contributions are welcomed, feel free to open a pull request.

License

This project is licensed under the GNU Public License v3.0. See LICENSE for more information.