Dushistov / sdcv

https://dushistov.github.io/sdcv/
GNU General Public License v2.0
294 stars 42 forks source link

sdcv as filter #7

Open Dushistov opened 8 years ago

Dushistov commented 8 years ago

Hi,

is it possible to use sdcv as filter? I am creating new dictionary for stardict and I need something like this:

cat list_of_words | sdcv -n -u new_dict >unknown_word.txt

list_of_words = file with one word per line...

Of course there has to be some option for sdcv to shown only unknown words (no exact match)...

Right now about mentioned command just returns: "There are no words/phrases to translate."