summaryrefslogtreecommitdiff
path: root/plugins/link.py
AgeCommit message (Collapse)Author
2012-10-22Make the Executor class reliable.Florent Le Coz
Plugins do not need to escape the command arguments or remove the line breaks and care about how the will get parsed anymore, they just need to pass a list of args. Do not spawn an additional shell, for more clarity, simplicity and possibly security.
2012-07-30Use pipes.quote instead of a string.replace in the link plugin.Florent Le Coz
2012-05-13Use add_tab_command in the link pluginmathieui
2012-03-30Fixes #2348mathieui
2011-10-29Fix the url matching in the link pluginFlorent Le Coz
2011-10-29Remove the information() call in the link pluginFlorent Le Coz
2011-10-29add the link pluginFlorent Le Coz