summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cd2cb3e)
raw | patch | inline | side by side (parent: cd2cb3e)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 21 Mar 2007 06:51:31 +0000 (06:51 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 21 Mar 2007 06:51:31 +0000 (06:51 +0000) |
Updating for --verb and --select along with --verb-list.
inkscape.pod | patch | blob | history |
diff --git a/inkscape.pod b/inkscape.pod
index 5b23dfd9b29bed95ee9109ee3fd9df74156e7538..b989fbe0e2367fc40d0920b889e6956912e5b024 100644 (file)
--- a/inkscape.pod
+++ b/inkscape.pod
options:
- -?, --help
+ -?, --help
--usage
-V, --version
-H, --query-height
-x, --extension-directory
+ --verb-list
+
+ --verb=VERB-ID
+ --select=OBJECT-ID
-p, --print=PRINTER
@@ -167,12 +171,35 @@ show in export even if they overlay the exported object. Without --export-id, th
Export document(s) to plain SVG format, without sodipodi: or inkscape: namespaces and without RDF metadata.
-=item B<-l>, B<--extension-directory>
+=item B<-x>, B<--extension-directory>
Lists the current extension directory that Inkscape is configured to use and
then exits. This is used for external extension to use the same configuration
as the original Inkscape installation.
+=item B<--verb-list>
+
+Lists all the verbs that are available in Inkscape by ID. This ID can be
+used in defining keymaps or menus. It can also be used with the --verb
+command line option.
+
+=item B<--verb>=I<VERB-ID>, B<--select>=I<OBJECT-ID>
+
+These two options work together to provide some basic scripting for
+Inkscape from the command line. They both can occur as many times as
+needed on the command line and are executed in order on every document that
+is specified.
+
+The --verb command will execute a specific verb like it
+was called from a menu or button. Dialogs will appear if that is part
+of the verb. To get a list of the verb IDs available use the --verb-list
+command line option.
+
+The --select command will cause objects that have the ID
+specified to be selected. This allows various verbs to act upon them. To
+remove all the selections use --verb=EditDeselect. The object IDs
+available are dependent on the document specified to load.
+
=item B<-p> I<PRINTER>, B<--print>=I<PRINTER>
Print document(s) to the specified printer using `lpr -P PRINTER'.