aboutsummaryrefslogtreecommitdiff
path: root/development/kaaedit/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-01-25 15:08:49 +0700
committerErik Hanson <erik@slackbuilds.org>2014-01-29 23:21:14 -0600
commitbb29f4b1f43812437f60cba81f8a428e8fcf0b85 (patch)
tree34e8ba4ecc2b3dca860ce89b03195adfed5d8a93 /development/kaaedit/README
parentcb4c552056b6c90723f76f8378e9f4dba8ffe88b (diff)
downloadslackbuilds-bb29f4b1f43812437f60cba81f8a428e8fcf0b85.tar.xz
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 000000000000..8b1dfc0d709c
--- /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.