new-words
diff new-words.sh @ 58:12abeed4d89f
added notes2anki.pl experimental script
author | Igor Chubin <igor@chub.in> |
---|---|
date | Thu Nov 03 16:08:46 2011 +0100 (2011-11-03) |
parents | f95804355b0f |
children |
line diff
1.1 --- a/new-words.sh Sat Jan 01 19:47:39 2011 +0100 1.2 +++ b/new-words.sh Thu Nov 03 16:08:46 2011 +0100 1.3 @@ -12,6 +12,7 @@ 1.4 1.5 -h print this screen 1.6 -c show compressed wordlist: one word per group 1.7 + -f file show only words that are related to the words from the file 1.8 -k put higher words that are similar to the known words (only for English) 1.9 -l lang override language settings 1.10 -n non-interactive mode (don't run vi) 1.11 @@ -81,6 +82,7 @@ 1.12 FILTER_WORDS=YES 1.13 SHOW_VOC_STAT=NO 1.14 COMPRESSED_WORDLIST=NO 1.15 +ALLOWED_WORDS_FILENAME='' 1.16 while getopts cl:sSkanNp:t:Tm:Mr:23 opt 1.17 do 1.18 case "$opt" in