Crates.io | ned |
lib.rs | ned |
version | 0.1.1 |
source | src |
created_at | 2019-07-21 09:04:39.802153 |
updated_at | 2019-07-21 11:54:36.000968 |
description | Ned is the new standard text editor. |
homepage | |
repository | https://github.com/vinc/ned |
max_upload_size | |
id | 150510 |
size | 12,972 |
ned - line-oriented text editor
ned [options] [file]
Ned is the new standard text editor.
$ 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)
Copyright (c) 2019 Vincent Ollivier. Released under the MIT License.