bt status viewer with ncurses
Bittornado's btlaunchmany script manages all the torrents in a directory, which is quite convenient - grab .torrent's and drop them in that dir and they'll automatically get handled.
There is also a curses version, btlaunchmanycurses, but it didn't do exactly what I wanted. I wanted to run the btlaunchmany script as a daemon, save its output to a log, and then have a simple interface to periodically log in and view status with.
Anyway, pretty basic ncurses script: btstatus.
