项目作者: pawnlord

项目描述 :
A Linux Nano-like Text Editor.
高级语言: Python
项目地址: git://github.com/pawnlord/vomer.git
创建时间: 2020-08-02T17:01:48Z
项目社区:https://github.com/pawnlord/vomer

开源协议:

下载


  1. __ __ ______ __________ _______ _____
  2. | || | || | __ || / _ _ \\ | ____|| / __ \\
  3. \ \\ / // | || | || / // \ // \ \\ | ||____ / // \_\\
  4. \ \\ / // | || | || | || | || | || | _____|| | ||
  5. \ \\/ // | |__| || | || | || | || | ||___ | ||
  6. \___// |______|| |_|| |_|| |_|| |______|| |_||

vomer text editor

A text editor in python. Based on nano

installation

  1. ./install.sh

this makes a symlink in /usr/local/bin

usage

  1. vomer [<filename>]

edit filename.
if filename doesn’t exist, it makes a new file.

keys

  • esc 3 times: exit editor
  • ctrl-S: save file
  • ctrl-F: find next text, go to that line