Discussion:
[vimb-users] Pentadactyl's :execute for vimb?
klaus schilling
2016-06-22 19:19:27 UTC
Permalink
Hello,

is it possible to implement the command ":execute" of Pentadactyl for
vimb? It takes its argument and evaluates it as javascript, and
thereupon it executes the result, if a string, as an ex-command. This
allows e.g. for an easy way (when compared to the socket feature) to
save data calculated from a website to disk. On the other hand,
it could cause severe safety problems if not handled carefully.

greetings,
Klaus Schilling

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
vimb-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users
Daniel Carl
2016-06-24 21:24:42 UTC
Permalink
Post by klaus schilling
Hello,
is it possible to implement the command ":execute" of Pentadactyl for
vimb? It takes its argument and evaluates it as javascript, and
thereupon it executes the result, if a string, as an ex-command. This
allows e.g. for an easy way (when compared to the socket feature) to
save data calculated from a website to disk. On the other hand,
it could cause severe safety problems if not handled carefully.
At the moment I see only already mentioned security issues, because this
would allow the viewed page do get data into vimb ex commands and that
are the most powerful way of managing vimb and the system (think of the
:sh command).

Daniel

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
vimb-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users

Loading...