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.
escapecloses the applicationupmoves the cursor updownmoves the cursor downenterselects the item under the cursor, if its a directory it will change to this directory, otherwise it will open the item in$EDITORtabmarks the item under the cursor and then moves the cursor downshift+tabmarks the item under the cursor and then moves the cursor upalt+amarks all items, if everything is already marked it unmarks everything insteadalt+htoggles the display of hidden filesalt+ccreates a file or directory, if the name endswith a / its assumed to be a directory, otherwise a file, parent directories are also created automaticallyalt+rrenames the item under the cursoralt+mmoves all marked items to the current pathalt+ycopies all marked items to the current pathalt+ddeletes all marked items, if there are none it deletes the item under the cursoralt+pgoes back in historyalt+ngoes 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