trizen / obbrowser

Recursively browse the filesystem through Openbox pipe menus (with icons).

Home Page:https://trizenx.blogspot.com/2012/12/obbrowser.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Recursively browse the filesystem through Openbox pipe menus (with icons).

https://trizenx.blogspot.com/2012/12/obbrowser.html

License:GNU General Public License v3.0


Languages

Language:Perl 100.0%