manateelazycat / sdcv

Emacs interface for sdcv (Stardict console version)
73 stars 14 forks source link

[Support] Is it possible to copy multiple lines into multiple lines, instead of a single line? #39

Closed sjehuda closed 2 months ago

sjehuda commented 2 months ago

Is it possible to copy output to multiple lines?

This is what I use with my rofi script #37 which copies the output as a single line:

echo $translation | xclip -in -selection clipboard;

Adding flag -e does not appear to make any change:

echo -e $translation | xclip -in -selection clipboard;

sjehuda commented 2 months ago

Sorry!

This is not a problem with sdcv.

Closing.