Skip to content

draychev/ged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ged is a Go (re)implementation of the venerable ed text editor

Implemented Commands

  • a - append lines
  • c - not implemented (yet)
  • d - delete line(s)
  • p - print line(s)
  • n - print line(s) with line number
  • w - write file
  • q - quit
  • i - insert line
  • t - transfer (copy) line(s)
  • m - move line(s)
  • x - not implemented
  • = - show current line number

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published