- cross-posted to:
- kittyterminal
- linux@lemmy.ml
- cross-posted to:
- kittyterminal
- linux@lemmy.ml
cross-posted from: https://lemmy.world/post/12108185
https://gitlab.com/christosangel/basht
This tui file manager bash script, provides image preview, theme selection, smooth directory navigation, opening files with default and other programs and easy configuring of keybindings.
It uses fzf
to navigate to and select files and directories.
Image rendering can be done with the use of ueberzugpp, ueberzug, kitty terminal or chafa.
The script also provides content preview for directories, and text files:
As one can see in the screenshots, thanks to Nerd Fonts, each type of selection (directory, text file, office document, image file etc) is represented with the respective symbol.
Configuring of preferences can be done through editing a psv file.
Any feedback / suggestion will be appreciated.
Looks cool! How does it compare to Ranger
Edit: It’s written completely in bash and I can’t read!
The main difference is that the keybindings have nothing to do with the vim keybindings. In this script, these are totally configurable, and the default ones are quite easy and expected,
ctrl-c
for copying,ctrl-v
for pasting,ctrl-x
for cutting,ctrl-r
for renaming, etc. And the use of fuzzy finderfzf
.
looks nice
Thx, I think so, too!
Wow, looks cool, will have to try it out.