Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphaelfournier/urxvt-perl
https://github.com/raphaelfournier/urxvt-perl
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raphaelfournier/urxvt-perl
- Owner: raphaelfournier
- Created: 2018-10-27T20:37:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T11:39:09.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T19:53:31.062Z (3 months ago)
- Language: Perl
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - raphaelfournier/urxvt-perl - (Perl)
README
# urxvt-perl
## open-filebrowser-imageviewer
This is a little extension that opens a GUI filebrowser (Thunar, Nautilus) at
the selection, or an image viewer (like gthumb). It is aimed at being the
converse of the "open terminal here" in such applications. It can be triggered
via a keyboard shortcut or with the CTRL-rightclick menu (selection popup in
urxvt language).The command can can be set via a resource:
URxvt.open-filebrowser.cmd: thunar
URxvt.open-imageviewer.cmd: thunar
The code is (very heavily) based on the code of the `selection-popup` extension.![](open-filebrowser.gif)