diff options
author | Simon Parri <simonparri@ganzeria.com> | 2020-09-18 11:15:06 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2020-09-18 11:15:06 -0500 |
commit | b4f1ff32e0025a677b41f36446d7fbcbb5c183b0 (patch) | |
tree | a22d71af27ea3733866ae4f153735490d9b0c001 /README | |
parent | 25fc6b9e6a59eba9501fa3d3e1b87ba6a5027512 (diff) | |
download | spelling-rbee-b4f1ff32e0025a677b41f36446d7fbcbb5c183b0.tar.gz spelling-rbee-b4f1ff32e0025a677b41f36446d7fbcbb5c183b0.zip |
Turn README into README.org and update it
Diffstat (limited to 'README')
-rw-r--r-- | README | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -1,28 +0,0 @@ -SPELLING-RBEE -The spelling bee in ruby. - -spelling-rbee is a spelling bee program that can be used with any -.txt file that follows the format of one thing to spell per each line. -(note that you can have more than one word per line, you just have to type the whole line.) - -Dependencies: -espeak -ruby -ruby open-uri module - -Useage: -./spelling-rbee <url> - - -SPELLING-RBEAD -The spelling ruby reader. - -spelling-rbead is the email reader for spelling-rbee. It to reads your email -for a message that has the word "Spelling:" in the subject and outputs the contents. - -Dependencies: -ruby -ruby net/imap - -Useage: -./spelling-rbead <server> <username> <password> <address who sent the list> > <file> |