summaryrefslogtreecommitdiffstats
path: root/share/extensions/webbrowser_commandline.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/webbrowser_commandline.py')
-rwxr-xr-xshare/extensions/webbrowser_commandline.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/extensions/webbrowser_commandline.py b/share/extensions/webbrowser_commandline.py
new file mode 100755
index 000000000..5f91e4372
--- /dev/null
+++ b/share/extensions/webbrowser_commandline.py
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+import webbrowser
+webbrowser.open("http://inkscape.org/doc/inkscape-man.html")