leo学习系列之二——leo启动运行

leo启动的几种方式

1:在python shell 中启动

import leo
leo.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
在shell环境玩leo,算了,不管

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值