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

trizen e61c9eeb37 Version 0.15 1 年間 前
.gitignore c93a2c170a Initial commit 10 年 前
LICENSE 1f64ec87d4 Changed links from HTTP to HTTPS 2 年 前
README.md cc3fa23401 README.md: specify Gtk3 instead of Gtk2 2 年 前
obbrowser e61c9eeb37 Version 0.15 1 年間 前

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/