1
0
Fork
You've already forked obbrowser
0
Recursively browse the filesystem through Openbox pipe menus (with icons). https://trizenx.blogspot.com/2012/12/obbrowser.html
  • Perl 100%
Find a file
2023年11月16日 20:45:48 +02:00
.gitignore Initial commit 2014年04月08日 14:35:55 -07:00
LICENSE Changed links from HTTP to HTTPS 2021年08月23日 01:14:39 +03:00
obbrowser Store the cache files in XDG_CACHE_HOME and config file in XDG_CONFIG_HOME. 2023年11月16日 20:45:48 +02:00
README.md README.md: specify Gtk3 instead of Gtk2 2021年11月16日 14:48:14 +02:00

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/