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: 7 months ago
JSON representation
A file-browser through a GTK+ tray status icon.
- Host: GitHub
- URL: https://github.com/trizen/fbrowse-tray
- Owner: trizen
- License: gpl-3.0
- Created: 2014-05-15T20:15:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T18:38:22.000Z (over 3 years ago)
- Last Synced: 2025-01-13T13:50:00.666Z (9 months ago)
- Topics: file-browser, gtk, perl, tray
- Language: Perl
- Homepage: http://trizenx.blogspot.com/2014/05/fbrowse-tray.html
- Size: 29.3 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fbrowse-tray
============A file-browser through a Gtk3 tray status icon.

----
## 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-toolbarexample:
fbrowse-tray -f thunar -t tilix -m dnd /my/dir
```