Please add fzf bundle

Back to Clear after a long time and surprised that this great tool isn’t available yet.

Rather than wait for packaging to knit it into a release, one can always run it like so with docker:
docker run --rm -it --volume "$(pwd):/work" "backplane/fzf" --help

Similarly, one can add fzf as an alias in .bashrc
alias fzf='docker run --rm -it --volume "$(pwd):/work" "backplane/fzf" "$@"'

Please put the request in github - New Issue · clearlinux/distribution (github.com) so that it can be better tracked.

Thanks