importleoleo.run()# runs Leo, opening a new outline or,leo.run(fileName=aFileName)# runs Leo, opening the given file name.
2:到leo下载目录启动
cd <path-to-launchLeo.py>
python launchLeo.py %*
3:当然,你也可以写成shell脚本
#!/bin/sh
python <leopath>launchLeo.py $1
leo启动时的参数:
Usage: launchLeo.py [options]
Options:
-h, --help show this help message and exit
--fullscreen start fullscreen (Qt only)
--ipython enable ipython support
--gui=GUI gui to use (qt/qttabs)
--maximized start maximized (Qt only)
--minimized start minimized
--no-cache disable reading of cached files
--no-plugins disable all plugins
--no-splash disable the splash screen
--screen-shot=SCREENSHOT_FN
take a screen shot and then exit
--script=SCRIPT execute a script and then exit
--script-window=SCRIPT_WINDOW
open a window for scripts
--select=SELECT headline or gnx of node to select
--session-restore restore previously saved session tabs at startup
--session-save save session tabs on exit
--silent disable all log messages
-v, --version print version number and exit
--window-size=WINDOW_SIZE
initial window size in height x width format