#editor #standard #经典

app ned

Ned是新的标准文本编辑器

2个版本

0.1.1 2019年7月21日
0.1.0 2019年7月21日

#399文本编辑器

MIT 许可证

12KB
249

NED

名称

ned - 以行为导向的文本编辑器

概述

ned[选项] [文件]

描述

Ned是新的标准文本编辑器。

示例

$ ned
> a
Ed is the standard text editor.
.
> w example.txt
> p
Ed is the standard text editor.
> %s/standard/venerable/
> %g/venerable/p
Ed is the venerable text editor.
> 1i
Ned is the new standard text editor.
.
> 2d
> ,p
Ned is the new standard text editor.
> wq

另见

ed(1), sed(1)

版权所有 (c) 2019 Vincent Ollivier。在MIT许可证下发布。

依赖项

~5–14MB
~158K SLoC