Skip to content

daanvdk/fibro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiBro

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.

Usage

Launching

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.

Keybindings

  • escape closes the application
  • up moves the cursor up
  • down moves the cursor down
  • enter 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 down
  • shift+tab marks the item under the cursor and then moves the cursor up
  • alt+a marks all items, if everything is already marked it unmarks everything instead
  • alt+h toggles the display of hidden files
  • alt+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 automatically
  • alt+r renames the item under the cursor
  • alt+m moves all marked items to the current path
  • alt+y copies all marked items to the current path
  • alt+d deletes all marked items, if there are none it deletes the item under the cursor
  • alt+p goes back in history
  • alt+n goes forward in history
  • any other form of typing changes the current fuzzy search

Installation

FiBro is on PyPI as fibro. The recommended way to install it is with uv by running uv tool install fibro.

Configuration

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages