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
diakonos / README
100644 63 lines (34 sloc) 1.339 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
= 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