sk

Fast fuzzy finder written in Rust for searching and filtering

brewmacoslinux
Try with needOr install directly
Source

About

Fuzzy Finder in rust!

Commands

sk

Examples

Search through command history interactively$ history | sk
Find and open a file in current directory$ sk -m | xargs vim
Search with preview of file contents$ sk --preview 'cat {}'