ned

Crates.ioned
lib.rsned
version0.1.1
sourcesrc
created_at2019-07-21 09:04:39.802153
updated_at2019-07-21 11:54:36.000968
descriptionNed is the new standard text editor.
homepage
repositoryhttps://github.com/vinc/ned
max_upload_size
id150510
size12,972
Vincent Ollivier (vinc)

documentation

README

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

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

Commit count: 52

cargo fmt