blob: d0e742e86d9360c614065a1f3e02597f2d3e60ff (
plain)
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
|
* spelling-rbee
The spelling bee in Ruby.
~spelling-rbee~ is a spelling bee program that can be used with any
plain-text file (or URL). The file should have phrase to spell per
line. Note that a phrase can be more than one word; you just have to
type the whole phrase.
Dependencies:
+ espeak
+ Ruby
Usage:
~./spelling-rbee <url-or-file>~
* spelling-rbead
The spelling Ruby reader.
spelling-rbead is the email reader for spelling-rbee. It to reads
your email for a message with a desired subject line and outputs the
contents.
Dependencies:
+ Ruby
Usage:
#+BEGIN_SRC shell
./spelling-rbead --help
#+END_SRC
#+RESULTS:
| Usage: spelling-rbead [options] | |
| -u | --user=USER User to log in as |
| -f | --from=ADDR Search from ADDR |
| -s | --subject=SUBJ Search for SUBJ |
| -m | --mailserver=SERVER Connect to SERVER |
| -o | --output=FILE Output to FILE |
| -h | --help Get help |
|