https://github.com/mtimkovich/em_c
A remake of the ed text editor made by me, Max
https://github.com/mtimkovich/em_c
ed text-editor
Last synced: 10 months ago
JSON representation
A remake of the ed text editor made by me, Max
- Host: GitHub
- URL: https://github.com/mtimkovich/em_c
- Owner: mtimkovich
- License: bsd-2-clause
- Created: 2017-02-13T22:26:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T20:21:48.000Z (over 9 years ago)
- Last Synced: 2025-08-23T05:33:09.884Z (10 months ago)
- Topics: ed, text-editor
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# em
A remake of the [ed text editor](https://www.gnu.org/software/ed/manual/ed_manual.html) made by me, Max.
- [Actually Using ed](https://sanctum.geek.nz/arabesque/actually-using-ed/)
### Done:
- [number]
- [range]
- p
- n
- d
- e
- Line shortcuts [.$-+,]
- w
- a
- c
- i
### Todo:
- g
- s
- m
- t