public
Description: Diakonos is a Linux console text editor for the masses.
Homepage: http://purepistos.net/diakonos
Clone URL: git://github.com/Pistos/diakonos.git
name age message
file .gitignore Sun Apr 05 20:09:25 -0700 2009 Adjusted path of temp-file.rb in .gitignore. [Pistos]
file CHANGELOG Mon Jul 27 11:13:57 -0700 2009 Updated CHANGELOG. [Pistos]
file LICENCE Wed Nov 05 18:31:41 -0800 2008 Updated copyrights to year 2009. [Pistos]
file LICENSE Wed Jul 01 20:58:32 -0700 2009 Symlink LICENSE to LICENCE, to help Americans k... [Pistos]
file README Mon Jul 06 08:04:48 -0700 2009 Changed formatting of README to [ya]rdoc format... [Pistos]
file Rakefile Tue Jul 07 08:27:37 -0700 2009 Added :clean rake task. [Pistos]
file _diakonos_bash_completion Fri Jul 17 09:23:44 -0700 2009 Added bash completion. [Pistos]
file _diakonos_zsh_completion Tue Jul 14 10:40:58 -0700 2009 Added basic zsh completion. [Pistos]
file ansi-terminalcolours.txt Fri May 23 15:54:05 -0700 2008 Added a text file to use as reference for the 2... [Pistos]
directory bin/ Wed Feb 07 19:35:54 -0800 2007 Made diakonos.new object $diakonos.new, since m... [pistos]
file diakonos Wed Dec 06 13:08:47 -0800 2006 Changes for successful gem building. Ebuild for... [pistos]
file diakonos-256-colour.conf Wed Jul 29 04:54:29 -0700 2009 HTML and Java string formatting. [Pistos]
file diakonos.conf Tue Sep 15 12:42:45 -0700 2009 Added Ctrl-Left and -Right as sent by tmux. [Pistos]
file diakonos.gemspec Mon Jul 27 11:13:52 -0700 2009 Version bump. [Pistos]
directory ebuild/ Fri Jul 24 07:34:16 -0700 2009 Added ebuild for 0.8.11. [Pistos]
directory extensions/ Sun Jul 12 19:43:09 -0700 2009 Added 0.8.12 to tested versions of dk-hello-world. [Pistos]
directory gemspecs/ Sun Mar 08 03:56:20 -0700 2009 Crafted new "empty" gemspec for versions 0.8.8+... [Pistos]
directory help/ Fri Nov 20 10:55:42 -0800 2009 Added "selection" tag to clipboard help file, a... [Pistos]
file install.rb Sun Jul 12 19:44:50 -0700 2009 Use check_ruby_version to prevent installation ... [Pistos]
directory lib/ Tue Jul 28 10:59:25 -0700 2009 Updated docs for #shell and #execute, re: inter... [Pistos]
file make-help.sh Thu Oct 09 08:22:57 -0700 2008 Added make-help.sh. [Pistos]
file make-release.rb Fri Apr 03 12:33:47 -0700 2009 Don't do GPG signing any more. [Pistos]
file make-tarballs.rb Sun Mar 08 04:26:56 -0700 2009 Added tarballer script. [Pistos]
directory scripts/ Sun Jun 21 16:39:02 -0700 2009 Removed git-related configuration and script; m... [Pistos]
directory spec/ Wed Jul 15 09:22:54 -0700 2009 Added more close_code XML specs. [Pistos]
README
= Diakonos

== REQUIREMENTS

- Ruby 1.9+

Diakonos is built to run on Linux, but may run under other flavours of UNIX.
It is known NOT to work under Windows (unless using Cygwin).


== DOWNLOAD

The latest stable tarballs can be acquired from

  http://purepistos.net/diakonos

The latest development code can be obtained from github:

  git clone git://github.com/Pistos/diakonos.git


== INSTALLATION

ruby install.rb --help
ruby install.rb [installation parameters]

You may need root privileges on the system in order to install to system-wide
places like /usr .  However, Diakonos runs perfectly well in userspace, such
as under ~/usr .


== UNINSTALLATION

  diakonos --uninstall


== USAGE

Run with any of these:

  diakonos
  diakonos <filename> [filename...]
  diakonos -m <regexp>

or, for other options and arguments,

  diakonos --help

For help using Diakonos, simply press F1 or Shift-F1 from within the editor to
use the interactive help system.


----------------------------------------------------------------

The source code repository is at http://github.com/Pistos/diakonos/tree/master .

Send comments, feedback and tech support requests to the #mathetes channel on
the FreeNode IRC network ( http://webchat.freenode.net/?channels=mathetes ),
or http://linis.purepistos.net .

Pistos
http://purepistos.net/diakonos