https://github.com/trizen/obbrowser
Recursively browse the filesystem through Openbox pipe menus (with icons).
https://github.com/trizen/obbrowser
file-browser openbox pipe-menus
Last synced: about 1 year ago
JSON representation
Recursively browse the filesystem through Openbox pipe menus (with icons).
- Host: GitHub
- URL: https://github.com/trizen/obbrowser
- Owner: trizen
- License: gpl-3.0
- Created: 2014-04-08T21:35:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T08:17:48.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T00:07:53.010Z (about 1 year ago)
- Topics: file-browser, openbox, pipe-menus
- Language: Perl
- Homepage: https://trizenx.blogspot.com/2012/12/obbrowser.html
- Size: 74.2 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
obbrowser
=========
A very fast dynamic file browser that allows quick searching and launching of user directories and files.

----
### Dependencies:
* [Gtk3](https://metacpan.org/pod/Gtk3)
* [Data::Dump](https://metacpan.org/pod/Data::Dump)
* [File::MimeInfo](https://metacpan.org/pod/File::MimeInfo)
### Set-up:
* To use this script with Openbox, insert the following line in your `menu.xml` file:
```xml
```
* If you're using it with [obmenu-generator](https://github.com/trizen/obmenu-generator), insert the following line in your `schema.pl` file:
```perl
{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/