sdcv icon indicating copy to clipboard operation
sdcv copied to clipboard

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

`sdcv-0.5.3` from AUR removing ~/.cache/sdcv/ and running sdcv show `save to cache` lines until: > Internal error: nitems == 1 not true at /build/sdcv/src/sdcv-0.5.3/src/stardict_lib.cpp: 544 Which is very much like...

My work need windows. I use cygwin64 as terminal. Compile sdcv in cygwin64 would failed with 'popen' not declared error. This is because popen is not standard ISO C++. The...

I found that STARDICT_DATA_DIR does not support multiple paths separated by colons. Can multiple paths be supported in environment variables? If multiple paths are supported in the environment variable, it...

Sometimes, there are too many dictionaries displayed for the same word, and it is too difficult to distinguish which content belongs to which dictionary. `-->` Even in this way. Or,...

When the same dictionary files has different filenames in dictionary directory, `--use-dict=` will always print the result of it. ![Screenshot_20201015_153425](https://user-images.githubusercontent.com/1370070/96091426-29288180-0efc-11eb-8354-56a159f28518.png)

question

[Feature Request] can it works as a service that translate selected word and prints the translation with libnotify

enhancement

Do you have any plan for customizable output instead of hard-coding it. For example, one can have matching word goes after its definition and so on. If you have a...

Please add an option (you may even prefer it to be the default) to incorporate more newlines into the output for readability. The text on the left (sdcv) is much...

enhancement

~/sdcv-0.5.2/obj $ cmake .. ~/sdcv-0.5.2/obj $ make [ 12%] Linking CXX executable sdcv ld: cannot find -lglib-2.0 ...... ~/sdcv-0.5.2/obj $ pkg-config --libs glib-2.0 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl ~/sdcv-0.5.2/obj $ ls...