Best Free and Open Source Navigation Tools

fzy – simple, fast fuzzy finder for the terminal

fzy is a fast, simple fuzzy text selector for the terminal with an advanced scoring algorithm.

fzy reads a list of newline-separated items from stdin to be displayed as a menu in the terminal. Upon pressing ENTER, the currently selected item is printed to stdout.

Most other fuzzy matchers sort based on the length of a match. fzy tries to find the result the user intended. It does this by favoring matches on consecutive letters and starts of words. This allows matching using acronyms or different parts of the path.

fzy is designed to be used both as an editor plugin and on the command line. Rather than clearing the screen, fzy displays its interface directly below the current cursor position, scrolling the screen if necessary.

  • Sorting follows this process:
    • Prefers consecutive characters: file will match file over filter.
    • Prefers matching the beginning of words: amp is likely to match app/models/posts.rb.
    • Prefers shorter matches: abce matches abcdef over abc de.
    • Prefers shorter candidates: test matches tests over testing.

Website: github.com/jhawthorn/fzy
Support:
Developer: John Hawthorn
License: MIT License

fzy is written in C. Learn C with our recommended free books and free tutorials.


Related Software

Shell tools
fzfCommand-line fuzzy finder for your shell
zoxideSmarter cd command, inspired by z and autojump
brootReviewed under our Excellent Utilities series
McFlyAlso reviewed under our Excellent Utilities series
zMaintains a jump-list of the directories you actually use
autojumpOffers a fast way to navigate your filesystem
z.luaHelps you navigate faster by learning your habits
HSTRBash and zsh shell history suggest box
enhancdNext-generation cd command
fzySimple, fast fuzzy finder for the terminal
NavitaRapid directory traversal
JumpQuick and fuzzy directory jumper
walkSimple and minimalistic terminal navigator
lacycd alternative that makes navigating much more efficient
DF-SHOWDirectory File Show
fzAdds fuzzy search to tab completion of z
vz for vim
paziFast autojump helper
jumperFiles/directories jumper
cdhistLinux shell cd history directory stack
icdShell utility that makes changing directories quicker and more convenient
fasdCommand-line productivity booster. It seeks inspiration from autojump, z and v
knNavigate folders quickly
DongleMove around deep directory trees
cdwecd with env vars
slingshotLightweight tool to browse files in the terminal
ffManage favourite folders
fastdiractQuick shell navigation and command execution
zmcd for lazy people
qcdQuickly change directory
pmSwitch between projects
navQuickly navigate through directories
menucdDirectory browser and changer
jmpThe superior cd
gumpSmarter cd command

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments