- Name shamelessly stolen from the GUI file browser Thunar
- Spiritual successor to a previous project of mine, a command line file browser
A video demo showing off some of the major features
I will not be making further updates to this project except to fix any issues I notice.
- Basic folder navigation (
n e
for down and up,Return
to select) - Also supports selecting files, for now always opens them via
code $file
- Search mode:
/
opens a recursive directory search viaignore::Walk
- Zoxide mode:
z
opens interactivezoxide
search - For either mode exit via
Esc
or select an entry viaReturn
- Zoxide mode:
- Hint mode:
f
opens hint mode. A 1-2 character string will be assigned to each entry on screen, enter the string to jump your selection to this file- Similar to
hop.nvim
/leap.nvim
, or the browser extensionVimium (C)
- Similar to