#editor #standard #venerable

app ned

Ned is the new standard text editor

2 releases

0.1.1 Jul 21, 2019
0.1.0 Jul 21, 2019

#349 in Text editors

MIT license

12KB
249 lines

NED

NAME

ned - line-oriented text editor

SYNOPSIS

ned [options] [file]

DESCRIPTION

Ned is the new standard text editor.

EXAMPLE

$ 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

SEE ALSO

ed(1), sed(1)

Copyright (c) 2019 Vincent Ollivier. Released under the MIT License.

Dependencies

~5–15MB
~163K SLoC