diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-25 15:08:49 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:14 -0600 |
commit | bb29f4b1f43812437f60cba81f8a428e8fcf0b85 (patch) | |
tree | 34e8ba4ecc2b3dca860ce89b03195adfed5d8a93 /development/kaaedit/README | |
parent | cb4c552056b6c90723f76f8378e9f4dba8ffe88b (diff) |
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/README | 20 |
1 files changed, 20 insertions, 0 deletions
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. |