tpb-tui
is a terminal user interface for The Pirate Bay. It lets you search for torrents and display them in a table. Selecting a torrent will open the magnet link in your default torrent client.
- Search for torrents directly from your terminal.
- Display torrents in a neat table format.
- Open magnet links in the default torrent client.
- User-friendly controls: Enter to select, Esc to go back or exit.
Head to the Releases section and follow the given instructions from there 🎉
After installation, run the application using:
tpb-tui
Follow the on-screen prompts to search for torrents and navigate through the results.
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
tpb-tui relies on several third-party Go packages. Here are some of the major dependencies:
bubbletea/examples/table/main.go for the table UI.
github.com/charmbracelet/bubbles for UI components.
github.com/charmbracelet/bubbletea for the app's model-view-update architecture.
github.com/charmbracelet/lipgloss for styling.
A special thanks to the developers of all the Go packages used in this project.