An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

obbrowser
=========

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

![obbrowser](https://2.bp.blogspot.com/-JYbaONBw-1A/UN8O4Fog2UI/AAAAAAAAKYo/vr_XkJwfS78/s1600/obbrowser.png)

----

### 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/