Recursively browse the filesystem through Openbox pipe menus (with icons). https://trizenx.blogspot.com/2012/12/obbrowser.html

trizen e61c9eeb37 Version 0.15 před 2 roky
.gitignore c93a2c170a Initial commit před 10 roky
LICENSE 1f64ec87d4 Changed links from HTTP to HTTPS před 3 roky
README.md cc3fa23401 README.md: specify Gtk3 instead of Gtk2 před 2 roky
obbrowser e61c9eeb37 Version 0.15 před 2 roky

README.md

obbrowser

A very fast dynamic file browser that allows quick searching and launching of user directories and files.

obbrowser


Dependencies:

Set-up:

  • To use this script with Openbox, insert the following line in your menu.xml file:
        <menu id="obbrowser" label="Disk" execute="obbrowser"/>
  • If you're using it with obmenu-generator, insert the following line in your schema.pl file:
        {pipe => ["obbrowser", "Disk", "drive-harddisk"]},
  • Reconfigure openbox:
        openbox --reconfigure
  • For low-level options, see the configuration file:
          ~/.config/obbrowser/config.pl

Usage:

obbrowser [dir]

Availability:

AUR: https://aur.archlinux.org/packages/obbrowser/