https://github.com/relrod/hed
A simple line-oriented editor in Haskell
https://github.com/relrod/hed
ed editor haskell hed text text-editor unix
Last synced: 9 months ago
JSON representation
A simple line-oriented editor in Haskell
- Host: GitHub
- URL: https://github.com/relrod/hed
- Owner: relrod
- License: bsd-3-clause
- Created: 2017-03-05T18:18:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T19:38:35.000Z (almost 9 years ago)
- Last Synced: 2025-02-05T09:17:22.578Z (over 1 year ago)
- Topics: ed, editor, haskell, hed, text, text-editor, unix
- Language: Haskell
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# `hed`
A simple line-oriented editor in Haskell.
`hed` is inspired by the `ed` command found on most *nix boxes.
It is just a toy, you probably shouldn't use it.