fzf

Command-line fuzzy finder. Similar to sk. More information: <https://github.com/junegunn/fzf>.

Debian Debian
RUN apt-get update && \ apt-get install -y fzf
Ubuntu
RUN apt-get update && \ apt-get install -y fzf
Alpine
RUN apk add fzf
Arch Arch Linux
RUN pacman -S --noconfirm fzf
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y fzf
Fedora
RUN dnf install -y fzf
click the source code to copy install fzf on any operating system with command-not-found.com