diff options
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 |