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.

basht_img_3.png

The script also provides content preview for directories, and text files:

basht_text.png

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.

  • @NateSwift
    link
    English
    3
    edit-2
    4 months ago

    Looks cool! How does it compare to Ranger

    Edit: It’s written completely in bash and I can’t read!

    • christosOP
      link
      44 months ago

      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 finder fzf.

    • christosOP
      link
      English
      14 months ago

      Thx, I think so, too!

  • @serpineslair
    link
    English
    24 months ago

    Wow, looks cool, will have to try it out.