Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trizen/fbrowse-tray

A file-browser through a GTK+ tray status icon.
https://github.com/trizen/fbrowse-tray

file-browser gtk perl tray

Last synced: 8 days ago
JSON representation

A file-browser through a GTK+ tray status icon.

Awesome Lists containing this project

README

        

fbrowse-tray
============

A file-browser through a Gtk3 tray status icon.

![fbrowse-tray](https://3.bp.blogspot.com/-J3sjyKKTRQw/U3U3UpTBmZI/AAAAAAAAQ8g/yIJXgEYBa8U/s1600/2014-05-16-005138_1920x1080_scrot.png)

----

## USAGE

```
usage: fbrowse-tray [options] [dir]

options:
-r : order files before directories
-d : display only directories
-T : set the path of files as tooltips
-e : get the mimetype by extension only (faster)
-i [name] : name of the status icon (default: system-file-manager)
-f [command] : command to open the files with (default: pcmanfm)
-t [command] : terminal command for "Open in terminal" (default: xterm)
-m [type] : type of menu icons (default: menu)
more: dnd, dialog, button, small-toolbar, large-toolbar

example:
fbrowse-tray -f thunar -t tilix -m dnd /my/dir
```