Skip to content

kamatmihir2002/ted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ted.

ted.

the tiny editor.

(or the terminal editor i guess, use whatever)

build.

you can use the Makefile.

make

or you can straight up just compile it with the compiler of your choice.

gcc ted.c -o ted -lncurses

use.

just

ted -file <name>

save with Ctrl+O.

exit with Ctrl+X.

warning.

  • ted does not read existing files as of now. if you provide an existing file, it will be replaced.
  • no way to select text as of now.

About

a tiny (terminal) editor

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors