Project

lingvo

0.0
No commit activity in last 3 years
No release in over 3 years
Will help don't forget english words
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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 - show word - translation with 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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request