TBitTorrent
BitTorrent Client for terminal in Go. Written with Gocui and rain library for my Final Year Project :D, Inspired by qbittorrent.
Screenshot
Using TBitTorrent
you can build using command below or just download from the release.
go build .
Configuration
Most of the configurations are default from the rain torrent configurations, However you can change the configurations in the config.go file according to your liking.
Note: Thanks to Gocui and rain for creating such amazing library so that i can create this :D. First time creating a Terminal ui app, its kinda messy so feel free to let me know what you guys think.