Skip to content

kittyteggie/quecto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Quecto: An extremely simple text editor

This is a really simple text editor written in C, you can only write and save. That's it ;-;

If there is an issue please report it :)

Compiling

Compiling is extremely simple, just use gcc, a command like this:
gcc main.c -o quecto

And then just run it:
./quecto file.txt

TO-DO

  • Add line deletion
  • Add line insertion
  • Display current line contents when using :f
  • Warn before quitting unsaved changes
  • Add configurable max line count
  • Improve handling long lines
  • Add help command (--help / -h)

About

Extremely simple text editor

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages