Difference between revisions of "Command-line options and configuration"

From Freeplane - free mind mapping and knowledge management software
(Created page with 'TODO <pre> Use: freeplane [options] [file1 [file2 ...]] -X<menukey>: execute menu item with key <menukey>. Use devtools add-on to find the menu keys -S: stop after ex...')
 
m (almost done)
Line 1: Line 1:
TODO
+
= Command-line options =
 +
Call freeplane like this:
 +
freeplane [options] [file1 [file2 ...]]
  
 +
* -h|--help: list available options
 +
* -X<menukey>: execute menu item with key <menukey>. Use devtools add-on to find the menu keys
 +
* -S: stop after executing menu items
 +
* -N: set the 'nonInteractive' system property to 'true'
 +
* -U<userdir>: set the freeplane user config directory ('''only since version 1.3.3!!!''')
  
<pre>
+
Batch execution of menu items (e.g. scripts) is described in a [[Batch Jobs|special wiki article]].
Use:
 
        freeplane [options] [file1 [file2 ...]]
 
-X<menukey>: execute menu item with key <menukey>. Use devtools add-on to find the menu keys
 
-S: stop after executing menu items
 
-N: set the 'nonInteractive' system property to 'true'
 
-U<userdir>: set the freeplane user config directory (only since version 1.3.3!!!)
 
-h|--help: print this help
 
</pre>
 
  
Batch execution of menu items (e.g. scripts) is described in a [[Batch Jobs|special wiki article]].
+
= Environment variables =

Revision as of 10:20, 24 March 2013

Command-line options

Call freeplane like this:

freeplane [options] [file1 [file2 ...]]
  • -h|--help: list available options
  • -X<menukey>: execute menu item with key <menukey>. Use devtools add-on to find the menu keys
  • -S: stop after executing menu items
  • -N: set the 'nonInteractive' system property to 'true'
  • -U<userdir>: set the freeplane user config directory (only since version 1.3.3!!!)

Batch execution of menu items (e.g. scripts) is described in a special wiki article.

Environment variables