Simple File Explorer in 1 Line of Bash
The idea is to build a simple tool that allows for quick exploration of the filesystem. The file list can be navigated using arrow keys and filtered with fuzzy-search. It's rather an overhauled cd tool than a real file explorer, but it served as a co...
yrwehere.hashnode.dev
Lee Wei Yeong
h4xx0r
and zsh + prezto provides similar functionality via tab-completion, even over remote directory listings, but your post is cool nonetheless