Skip to content

ted - text editor (developed in Go and termbox)

License

Notifications You must be signed in to change notification settings

robdelacruz/ted

Repository files navigation

About ted

ted is a console-based text editor developed in Go and termbox.

  • Load, edit, and save plain text files.
  • Select text and copy/cut/paste.
  • Search text.
  • Keyboard interface
  • MIT License

Can be used as teaching tool on programming a text editor from scratch.

Technical details

Build and Install

$ make dep
$ make

Commands

Open a file:

$ ted <file.txt>

Press CTRL-H to see the list of keyboard shotcuts.

Screenshots

ted screen 3 ted screen 1 ted screen 2

Download

Debian/Ubuntu

Windows

About

ted - text editor (developed in Go and termbox)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published