blockish-caca 0.0.6

play videos in the terminal with unicode chars
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash
. $(dirname $(readlink -f "$0"))/setup.sh
export DISPLAY=""
# also preload original libcaca.so since it does not seems to be in load path for vlc
LIBCACA_SO=$(ldconfig -p |grep -i "libcaca.so " | sed 's/.* //')
export LD_PRELOAD="$LD_PRELOAD:$LIBCACA_SO"
cvlc --quiet -V caca "$@"