A fuzzy search oriented file browser.
This basically tries to resemble what it would be like if helix implemented something like telescope-file-browser.nvim.
This package installs a command fb
that opens the filebrowser.
It optionally takes a path to open which defaults to the current working
directory.
If the supplied path is a file it will open the directory instead and select
the file by default.
escape
closes the applicationup
moves the cursor updown
moves the cursor downenter
selects the item under the cursor, if its a directory it will change to this directory, otherwise it will open the item in$EDITOR
tab
marks the item under the cursor and then moves the cursor downshift+tab
marks the item under the cursor and then moves the cursor upalt+a
marks all items, if everything is already marked it unmarks everything insteadalt+h
toggles the display of hidden filesalt+c
creates a file or directory, if the name endswith a / its assumed to be a directory, otherwise a file, parent directories are also created automaticallyalt+r
renames the item under the cursoralt+m
moves all marked items to the current pathalt+y
copies all marked items to the current pathalt+d
deletes all marked items, if there are none it deletes the item under the cursoralt+p
goes back in historyalt+n
goes forward in history- any other form of typing changes the current fuzzy search
FiBro is on PyPI as fibro
. The recommended way to install it is with uv
by running uv tool install fibro
.
Since this filebrowser is very much aimed at helix users it reuses the config from helix. It takes the following things from the helix config:
- theme