This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
## | |
## binge - curses torrent client with 'top' mode. | |
## | |
## keys - Press 'h' to show key bindings, then ESC. | |
## | |
## urxvt -name binge -n binge -T binge -e sh -c "exec binge 2>>/tmp/binge_$(date +%s).log" | |
## | |
## apt-install libcurses-perl libwww-perl libjson-maybexs-perl libjson-xs-perl libdata-dump-perl | |
## libmath-round-perl libtext-unidecode-perl transmission-daemon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
## | |
## USAGE | |
## | |
## urxvt -g 23x3 -name fclock -e ./fclock | |
## | |
## DEPENDENCIES | |
## | |
## cpanm Text::FIGlet | |
## aptitude install toilet-fonts figlet libterm-size-perl libterm-extendedcolor-perl |