fozzie

Build Status

fozzie is a simple and quick fuzzy text selector for the terminal.

Installation

macOS and Linux

Go to the releases page, download the tar file, and place the executable in your path.

From source

cargo build --release fd | ./target/release/fozzie

Usage

Pipe a list of items to fozzie and start searching:

find . -type f | fozzie

Scoring

fozzies scoring algorithm is currently heavily based on fzy's implementaion which can be found here. It favors consecutive letters and start of word matches

file matches file over filter

amp matches app/models/posts.rb

abce matches abcdef over abc de

test matches tests over testing