[Vimprobable-users] [Patch] External URI handlers
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2012-01-07 13:43:13
|
This is a followup to the ancient thread "Compile-time definition of external URI handlers". This new patch allows the definition of external handler applications on a protocol basis. E.g., to handle FTP links with wget, create a file called ~/.config/vimprobable/urihandlers and enter the following line: ftp:// xterm -e wget ftp://%s FTP and mailto links are defined in config.h by default. Other handlers can be defined at compile time in that file or at runtime as explained above. Testing appreciated, especially since I plan to include this into the next release. Hannes |