Diakonos is a Linux console text editor for the masses.
Go to file
Pistos cc0948fd5d Renamed README to README.rdoc, so github can render it a little more nicely.
Thank you to "grosser" for the suggestion.
2011-01-02 00:24:54 -05:00
bin Made diakonos.new object $diakonos.new, since many things need $diakonos to be present. 2007-02-08 03:35:54 +00:00
ebuild Added ebuild for 0.8.11. 2009-07-24 10:34:16 -04:00
extensions/dk-hello-world More conversion of current_beffer to buffer_current. 2010-09-02 10:32:46 -04:00
gemspecs Crafted new "empty" gemspec for versions 0.8.8+. Contains message to 2009-03-08 06:56:20 -04:00
help Added "selection" tag to clipboard help file, as per feedback submitted by anonymous user. 2009-11-20 13:55:42 -05:00
lib Now handle unnamed buffers when showing list of buffers. 2010-12-12 15:03:02 -05:00
scripts Removed git-related configuration and script; moved to separate repo. 2009-06-21 19:39:02 -04:00
spec Introduced buffer renumbering. 2010-12-09 14:20:06 -05:00
.gitignore Adjusted path of temp-file.rb in .gitignore. 2009-04-05 23:09:25 -04:00
CHANGELOG Updated CHANGELOG. 2009-07-27 14:13:57 -04:00
LICENCE Updated copyright years to 2010. 2009-12-28 11:25:13 -05:00
LICENSE Symlink LICENSE to LICENCE, to help Americans know what licence Diakonos is released under. 2009-07-01 23:58:32 -04:00
README.rdoc Renamed README to README.rdoc, so github can render it a little more nicely. 2011-01-02 00:24:54 -05:00
Rakefile Added :clean rake task. 2009-07-07 11:27:37 -04:00
_diakonos_bash_completion Added bash completion. 2009-07-17 12:23:44 -04:00
_diakonos_zsh_completion Added quotes around definition of sessiondir. 2010-06-06 20:35:13 -04:00
ansi-terminalcolours.txt Added a text file to use as reference for the 256 curses colours available. 2008-05-23 18:54:05 -04:00
diakonos Changes for successful gem building. 2006-12-06 21:08:47 +00:00
diakonos-256-colour.conf Applied shared colour scheme to SQL. 2010-10-15 09:58:32 -04:00
diakonos.conf Introduced buffer renumbering. 2010-12-09 14:20:06 -05:00
diakonos.gemspec Version bump. 2009-07-27 14:13:52 -04:00
install.rb Renamed README to README.rdoc, so github can render it a little more nicely. 2011-01-02 00:24:54 -05:00
make-help.sh Added make-help.sh. 2008-10-09 11:22:57 -04:00
make-release.rb Don't do GPG signing any more. 2009-04-03 15:33:47 -04:00
make-tarballs.rb Added tarballer script. 2009-03-08 07:26:56 -04:00

README.rdoc

= Diakonos

== REQUIREMENTS

- Ruby 1.9.1

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).

Currently, Diakonos appears to have some issues on Ruby 1.9.2, so usage of
Ruby 1.9.1 is recommended.


== DOWNLOAD

The latest stable tarballs can be acquired from

  http://diakonos.pist0s.ca/

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 .

If you use RVM[1], note that Diakonos installs very easily into an RVM-based
Ruby.

[1]: http://rvm.beginrescueend.com/


== UNINSTALLATION

  diakonos --uninstall


== USAGE

Run with any of these:

  diakonos [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 ).


Pistos
http://diakonos.pist0s.ca/