memscript: Command line utility for memorizing scriptures or any other text

[ education, program ] [ Propose Tags ]

"memscript filename" Run memscript with a UTF-8 (or ASCII since ASCII is a subset of UTF8) plain text file. Try to exactly guess the text line by line. If your guess is wrong it will show you a diff like output comparing your guess and the original verse. This will repeat until you get all the verses right. I included four belvoed Plsams (1,23,121,127) from the Old Testament, each in Revised Korean Version (RKV) and New International Version (NIV), which I happend to have had to memorize. You can use it for any other text you'd want to memorize, such as your favorite poems, quotes, or whatsoever. No craft or ticks, really simple and straightforward untility but serves well for the purpose. I used readline because that was the only sane way I know of handling multibyte inputs.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.1.0, 0.0.1.1, 0.0.2.0, 0.1.0.0
Dependencies base (>=2 && <6), haskell98, readline, utf8-string [details]
License LicenseRef-GPL
Author Ahn, Ki Yung
Maintainer Ahn, Ki Yung <kya@pdx.edu>
Category Education
Home page http://kyagrd.dyndns.org/wiki/MemScript
Uploaded by KiYungAhn at 2009-06-04T07:20:22Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables memscript
Downloads 4437 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-01 [all 7 reports]

Readme for memscript-0.0.0.1

[back to package description]
  memscript <filename>

  Run memscript with a UTF-8 (or ASCII since ASCII is a subset of UTF8) plain
  text file.  Try to exactly guess the text line by line.  If your guess is
  wrong it will show you a diff like output comparing your guess and the
  original verse.  This will repeat until you get all the verses right.

  I included four belvoed Plsams (1,23,121,127) from the Old Testament,
  each in Revised Korean Version (RKV) and New International Version (NIV),
  which I happend to have had to memorize.  You can use it for any other
  text you'd want to memorize, such as your favorite poems, quotes, or
  whatsoever.

  No craft or ticks, really simple and straightforward untility but serves
  well for the purpose.  I used readline because that was the only sane way
  I know of handling multibyte inputs.