config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

dict (177B)


      1 #!/bin/sh
      2 
      3 if [ -z "$1" ]; then
      4   sdcv --utf8-output --color
      5 else
      6   sdcv --non-interactive --utf8-output --color "$@" 2>&1 | \
      7     fold --width=80 --spaces | \
      8     less -FRX
      9 fi