fuzzy
Go library that provides fuzzy string matching optimized for filenames and code symbols in the style of Sublime Text, VSCode, IntelliJ IDEA et al.
How to download and setup fuzzy
Open terminal and run command
git clone https://github.com/sahilm/fuzzy.git
git clone is used to create a copy or clone of fuzzy repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with fuzzy https://github.com/sahilm/fuzzy/archive/master.zip
Or simply clone fuzzy with SSH
[email protected]:sahilm/fuzzy.git