summaryrefslogtreecommitdiffstats
path: root/development/kaaedit/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-01-25 09:08:49 +0100
committer Erik Hanson2014-01-30 06:21:14 +0100
commitbb29f4b1f43812437f60cba81f8a428e8fcf0b85 (patch)
tree34e8ba4ecc2b3dca860ce89b03195adfed5d8a93 /development/kaaedit/README
parentcb4c552056b6c90723f76f8378e9f4dba8ffe88b (diff)
downloadslackbuilds-bb29f4b1f43812437f60cba81f8a428e8fcf0b85.tar.gz
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 <willysr@slackbuilds.org>
Diffstat (limited to 'development/kaaedit/README')
-rw-r--r--development/kaaedit/README20
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.