[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: unable to install stardict



Vincent Lefevre wrote at 2014-01-06 19:45 -0600:
> On 2014-01-05 21:58:12 -0600, green wrote:
> > I recommend "sdcv", which is the StarDict equivalent of "dict", but
> > requiring no dictd server.
> 
> Thanks. I've reported the following bugs:

>   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734409
>     sdcv: doesn't word-wrap

You can use `fold` for that.  In fact, here is what I use:

$ sdcv -n --utf8-output --color "$@" 2>&1 | fold --width=$COLUMNS | less -FRX

The `--color` option is new in 0.5.0, and you may need to use
`$(tput cols)` instead of `$COLUMNS` if running from a script.

Attachment: signature.asc
Description: Digital signature


Reply to: