外饰文本编辑器

exofrills的Python项目详细描述


您可能正在寻求帮助,但我只能这样做:

usage: xo [-h] path

exofrills: your text has been edited...but you are still hungry.

positional arguments:
  path        path to file, may include colon separated line and col numbers,
              eg 'path/to/xo.py:10:42'

optional arguments:
  -h, --help  show this help message and exit

其他人做了一个video tutorial并发布了 发布0.1后一小时内就在YouTube上发布了。

获取xo

使用pipeasy_install从Cheese商店安装:

$ pip install exofrills
$ easy_install exofrills

叉子xo来自github

$ git clone https://github.com/scopatz/xo.git

关键命令

esc:get help
ctrl + o:save file (write-out)
ctrl + x:exit (does not save)
meta + s:select pygments style
ctrl + f:insert file at current position
ctrl + y:go to line & column (yalla, let’s bounce)
ctrl + k:cuts the current line to the clipboard
ctrl + u:pastes the clipboard to the current line
ctrl + t:clears the clipboard (these spell K-U-T)
ctrl + w:set regular expression and jump to first match
meta + w:jump to next match of current regular expression
ctrl + r:set substitution for regular expression and replace first match
meta + r:replace next match of current regular expression

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java以编程方式最小化JInternalFrame?   java使用JsonPath将不均匀列表提取为类型化对象   spring如何将java/resources文件获取到InputStream?   Java逻辑错误并不总是存在   java Firebase,更新特定字段   Java stream groupby并同时加入以进行csv导出   java安卓:如果出现任何声音,监听器将录制声音   java如何从多个文件中轮询最后修改的文件并发送到apache camel中的目标端点?   java是否返回多个比较器?   JavaBean IO:Date MMM在CAPS中不解析   当JButton从另一个类单击时,java正在更新JLabel   基类中子类的Java泛型初始化   jakarta ee Java ee制作一个以毫秒为间隔的计时器来发送数据包   json Windows Azure日期格式转换为Java日期