Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hecdelatorre/torrent-assistant
https://github.com/hecdelatorre/torrent-assistant
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hecdelatorre/torrent-assistant
- Owner: hecdelatorre
- License: gpl-3.0
- Created: 2024-01-30T21:25:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T04:38:17.000Z (11 months ago)
- Last Synced: 2024-01-31T05:33:32.678Z (11 months ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Torrent Assistant
Torrent Assistant is a bash script designed to manage torrent directories and execute torrents using rtorrent. It provides a simple command-line interface to create, view, and delete torrent directories stored in an SQLite database.
### Dependencies
- `bash`
- `sqlite3`
- `rtorrent`
- `xterm`### Installation
#### Debian
```bash
sudo apt update
sudo apt install bash sqlite3 rtorrent xterm
```#### Fedora
```bash
sudo dnf install bash sqlite rtorrent xterm
```#### Arch Linux
```bash
sudo pacman -S bash sqlite rtorrent xterm
```### Clone Repository
To clone the Torrent Assistant repository, use the following command:
```bash
git clone https://codeberg.org/hecdelatorre/torrent-assistant.git
```### Run Without Cloning
You can run Torrent Assistant without cloning the repository using the following command:
```bash
bash -c "$(curl -fsSL https://codeberg.org/hecdelatorre/torrent-assistant/raw/branch/main/index.sh)"
```### License
Torrent Assistant is licensed under the GNU General Public License v3.0 (GPL-3.0). See the [LICENSE](LICENSE) file for details.