sdcv icon indicating copy to clipboard operation
sdcv copied to clipboard

Results 34 sdcv issues
Sort by recently updated
recently updated
newest added

> Newer dictionaries, formatted for Stardict 3.0, appear completely garbled when read from sdcv. Maybe sdcv could have an option to eliminate all markup, and an option to parse markup...

enhancement

Could you make the changelog directly visible in your GitHub releases? This would increase transparency for potential users and distribution maintainers. Something like https://skywinder.github.io/github-changelog-generator/ could be used to generate the...

To prevent problems like descrbied in #24 usage of `~/.inputrc` should be documented somewhere

enhancement

For example, return exit code 1 when `sdcv searchterm` found no results or `sdcv -l` finds nothing ```bash $ sdcv -l Dictionary's name Word count $ sdcv -l>/dev/null && echo...

enhancement

Whenever I search for a Chinese phrase (in this case, say, 愉快), I get the following error: Can not convert 愉快 to utf8. 轉換輸入資料時遇到不正確的位元組組合 This is the output of `locale`:...

bug

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...

enhancement

I'd like to suggest adding a kana romanji converter when performing queries on Japanese dictionaries. Example output: sdcv sayonara -->Babylon Japanese-English -->さよなら adieu, farewell, goodbye

enhancement

Hello, today i compiled your program (which i love by the way, although i'm a new user) from trunk and also from openSUSE Build Service. When using a stardict dictionary...

enhancement

There is problem with compilation of sdcv on old mac os x with clang without c++11 support.

enhancement

Right now, if a word has both an exact definition and a synonym link to another word, the synonym is given before the actual match. Synonyms for a given word...