diff options
author | Martin McConnell <bancensorshipfriends@hotmail.com> | 2014-01-13 06:46:59 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:00 -0600 |
commit | 444729b3deef904dfec2a3862d48530b57675141 (patch) | |
tree | 412a232a6d5bbeb77ba6d7011d932d50ce5e695c /development/diakonos/README | |
parent | 6209cf0706fd85537c8fe5528cea5ab54f2c635c (diff) | |
download | slackbuilds-444729b3deef904dfec2a3862d48530b57675141.tar.gz |
development/diakonos: Added (advanced console text editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/diakonos/README')
-rw-r--r-- | development/diakonos/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/development/diakonos/README b/development/diakonos/README new file mode 100644 index 0000000000..3b814bb9f7 --- /dev/null +++ b/development/diakonos/README @@ -0,0 +1,18 @@ +Diakonos is a customizable, usable console-based text editor written in Ruby. +It has been made with the intention of being easier to configure and use than +emacs, more powerful than pico and nano, and not as cryptic as vi or ex. + +Features + * scripting in any language + * macro recording and playback + * multi-element clipboard + * multi-level undo + * parsed ("smart") indentation + * customizable multilingual syntax highlighting + * bookmarking, named and unnamed + * regular expression searching + * a customizable status line + * limited ctags support + * hooks + * code block selection and navigation modes + * line numbering |