From bb29f4b1f43812437f60cba81f8a428e8fcf0b85 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 25 Jan 2014 15:08:49 +0700 Subject: development/kaaedit: Added (console text editor). I keep pysetuptools as a hard-dep because it needs to be rebuilt against python3 before installing other requirements. Signed-off-by: Willy Sudiarto Raharjo --- development/kaaedit/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 development/kaaedit/README (limited to 'development/kaaedit/README') diff --git a/development/kaaedit/README b/development/kaaedit/README new file mode 100644 index 0000000000000..8b1dfc0d709c4 --- /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. -- cgit v1.2.3