[Vimprobable-users] [PATCH 0/3] add external file handlers
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
|
From: Steffen S. <ste...@gm...> - 2012-03-03 17:35:53
|
Hey Guys,
I just implemented a feature that will e.g. automatically open your pdf viewer
when you click on a pdf file. Also refactored the external URI handlers to be
able to reuse most of their code.
Cheers, Steffen
Steffen Schuldenzucker (3):
utilities: add spawn_command_on; add is_prefix_of; refactor
open_handler
external file handlers by MIME type. (e.g. auto-open a file when
download is complete)
fix compiler warnings: add some 'const'.
config.h | 11 ++++++
main.c | 18 +++++++++
utilities.c | 112 +++++++++++++++++++++++++++++++++++---------------------
utilities.h | 5 +++
vimprobable.h | 5 +++
5 files changed, 109 insertions(+), 42 deletions(-)
--
1.7.9.1
|