dtwitzen is a compact twitter client for dzen, a general purpose messaging and notification program.
dtwitzen is written in Haskell.
Download and unpack the dtwitzen–0.2.tar.gz and issue the commands to configure, build and install it.
$ wget http://ooxo.org/dtwitzen/dtwitzen-0.2.tar.gz $ tar zxvf ./dtwitzen-0.2.tar.gz $ runhaskell Setup.lhs configure --user --prefix=$HOME $ runhaskell Setup.lhs build $ runhaskell Setup.lhs install --user
username:passwordIf you don’t want to put the raw password, you can use the encoded file by base64. Like the below.
dXNlcm5hbWU6cGFzc3dvcmQ=
dtwitzen’s arguments are the same as dzen’s one.
usage: ./dtwitzen [dzen's arguments]
For example,
$ ./dtwitzen -l 10 -x 0 -y 754 -w 1024 -h 14 -fn '-*-gothic-medium-r-*-*-10-*-*-*-*-*-jisx0208.1990-*' -fg white -bg '#666677' -ta c -sa l &!
generated by hakyll