Simple Text Editro a ncurses based text editor made for educational purposes
Go to file
2020-04-05 21:36:13 +02:00
.tup tupfiles 2020-04-05 21:36:13 +02:00
doc can properly open empty and create files 2019-12-26 23:06:45 +01:00
src tupfiles 2020-04-05 21:36:13 +02:00
.gitignore more configuration options 2019-12-06 16:11:32 +01:00
LICENSE.adoc concerted license to asciidoc for real this time 2019-12-05 20:05:19 +01:00
README.adoc changed readme 2019-11-23 01:08:50 +01:00
Tupfile.ini tupfiles 2020-04-05 21:36:13 +02:00
Tuprules.tup tupfiles 2020-04-05 21:36:13 +02:00

= STE (Simple Terminal Editor)
Doc Writer <alemauri001@gmail.com>
v0.1, 2019-11-23

ste is a simple terminal editor partly inspired by micro
and GNU-nano

The main focus is to make a good terminal text and code
editor without all the mode nonsense, providing just
enough to the end user to be useful but not too much.
Of course this is an open source project and as for myself
I take it as a learning ground, basically try not to set
your expectations too high.

As for contributing goes feel free to add features, best
if in your own fork and then submint a merge request, the
only caveat is __comment your code__, not just for good
but because, as I said, I mainly view this project as a
learning gorund that can be useful to many others joining
in the adventure of writing one of the most basic, yet
most complex, tool.

Last but not least: have fun.