index
:
spelling-rbee
master
The Ruby spelling bee program
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-04-29
spelling-rbead: Abort if server or user is not given
Simon Parri
2023-04-29
spelling-rbead: Neaten up code
Simon Parri
+ Use [].each &Kernel.method :require + Initialize $subject rather than doing $subject || + Change `if !' to `unless' + Remove superfluous parentheses
2023-04-29
spelling-rbead: Update help phrasing of the --user option
Simon Parri
2023-04-29
Make sure that program names are in monospace in README.org
Simon Parri
2023-04-29
Re-phrase spelling-rbee's description in README.org
Simon Parri
2023-04-29
Capitalize Ruby in README.org
Simon Parri
2021-04-06
Add wrapper script for both spelling-rbead and spelling-rbee
Simon Parri
2021-04-06
spelling-rbead: Use stderr for prompts
Simon Parri
2021-03-17
Print newline after password prompt
Simon Parri
2021-03-17
Fork espeak so that the prompt appears immediately
Simon Parri
2021-03-15
Fix indentation
Simon Parri
2020-12-13
Add usage of spelling-rbead to README.org
Simon Parri
2020-10-22
Fix fatal regression in spelling-rbee
Simon Parri
2020-10-22
Update README to reflect changes in functionality
Simon Parri
2020-10-22
Add option to make spelling-rbead output to file
Simon Parri
2020-09-29
Fix regressions in spelling-rbead (in short, make it work)
Simon Parri
2020-09-18
Turn README into README.org and update it
Simon Parri
2020-09-18
add gitignore
Simon Parri
2020-09-18
Change spelling-rbead to use command-line options instead of ordered arguments
Simon Parri
2020-03-30
fix readme (again)
Simon Parri
2020-03-30
neaten up code
Simon Parri
2020-03-30
switch to readline
Simon Parri
2019-08-28
update readme
Simon Parri
2019-08-28
rewrite spelling-rbead to check subject
Simon Parri
2019-08-22
clean up code
Simon Parri
2019-02-01
Neaten up code with function
Simon Parri
2019-02-01
Clean up file reading block
Simon Parri
2019-02-01
Fix README typo
Simon Parri
2019-02-01
Initial Commit
Simon Parri
spelling-rbee is a spelling program written in ruby and reading from .txt files. It is licenced under the Gnu General Public licence Version 3, or any later version, at your option.