Diakonos
From Wikipedia, the free encyclopedia
|
|
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
|
For the role in the Christian Church, see Deacon.
Diakonos 0.9.0 |
|
| Developer(s) | Pistos |
|---|---|
| Stable release | 0.9.0 / August 7, 2011 |
| Operating system | Unix |
| Type | Text editor |
| License | MIT License |
| Website | http://diakonos.pist0s.ca/ |
Diakonos is a customizable, usable curses-based (console-based, or text-based) text editor. It was developed 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.
Diakonos uses the common Macintosh/Windows keyboard shortcuts - Ctrl-C to copy, Ctrl-V to paste, Ctrl-O to open a file, Ctrl-S to save and so on, instead of the more idiosyncratic key combinations used by most other console-based editors.
Diakonos is a Ruby program, and hence needs Ruby installed.
[edit] Features
- scripting in any language
- macro recording and playback
- grep as you type
- multi-element clipboard
- multi-level undo
- parsed ("smart") indentation
- customizable multilingual syntax highlighting, with support for embedded languages (e.g. PHP, eRuby, Javascript)
- bookmarking, named and unnamed
- regular expression searching
- a customizable status line
- limited ctags support