A file-browser through a Gtk2 tray status icon. http://trizenx.blogspot.com/2014/05/fbrowse-tray.html

trizen aeeeb84a51 Use substr() instead of ord() 2 years ago
.gitignore 44201f6044 Initial commit 10 years ago
LICENSE 7e0025adb0 Changed links from HTTP to HTTPS 2 years ago
README.md 80942dc512 - Switched to Gtk3. 2 years ago
fbrowse-tray aeeeb84a51 Use substr() instead of ord() 2 years ago

README.md

fbrowse-tray

A file-browser through a Gtk3 tray status icon.

fbrowse-tray


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