diff options
Diffstat (limited to 'development/kaaedit/README')
-rw-r--r-- | development/kaaedit/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/development/kaaedit/README b/development/kaaedit/README new file mode 100644 index 0000000000..8b1dfc0d70 --- /dev/null +++ b/development/kaaedit/README @@ -0,0 +1,20 @@ +Kaa is a small and easy CUI text editor for console/terminal emulator +environments. + +Kaa is an easy yet powerful text editor for console user interface, +providing numerous features like: + + - Macro recording. + - Undo/Redo. + - Multiple windows/frames. + - Syntax highlighting. + - Grep. + - Python console. + - Python debugger. + - Open source software(MIT). + - More to come! + +NOTE: +Please install python3 first before installing all other requirements. +If you have pysetuptools installed before installing python3, it +will need to be rebuilt against python3. |