new-words

diff new-words.sh @ 62:3a61988109a8

grep-sentences.pl: color support
author Igor Chubin <igor@chub.in>
date Fri Nov 04 20:50:49 2011 +0100 (2011-11-04)
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	Fri Nov 04 20:50:49 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