Lingvo
Lingvo - easy helper in learning english words
Installation
$ gem install lingvo
Usage
First you need parse some LinguaLeo word print page.
Options:
--parse file- parse lingvoleo HTML file with words
--rand count- show 'n' random records
--notify- showword - translationwith your notification
--gui- show words in simpe window
key: n - show next word
q - close window
--wc f1 [f2]- parse text file(f1), and write statistic to file(f2) or show if file(f2) isn't specify
--size- show words count
-v- show version
-h- show this help
Setup as cronjob:
*/5 * * * * lingvo --notify
*/7 * * * * env DISPLAY=:0 lingvo --gui
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request