Text editors like vim and emacs have plugins like ace jump, avy, that allow you to press a character, then it'll highlight every instance of that character with a temporary keybind, then you can press the keybind to jump directly to it
I wonder if something like that exists for shells (e.g. bash) to quickly navigate to a specific directory without having to cd through directories? Maybe something that will list directories to a certain depth, wait for an input character, highlight instances of character with a key sequence and cd into it when the sequence is pressed?
If something like that doesn't already exist, how easy would it be create?
