You have to parse it to extract the directories without all the metadata it spits out.
Then you probably need to write a shell function in your preferred shell to tie the pieces together, as well as assign it to a keybinding. It's not too hard.
I use xonsh for my shell, so my config probably won't help. And doing it in xonsh is probably a lot messier than doing it in Bash.
- Combine it with autojump[1] and quickly navigate to any directory you've navigated to before (sorted by frequency). This is crazy helpful.
- Use it for git branch names
- Use it for ssh locations
[1] https://github.com/wting/autojump