Skip to content

staernid/seedr-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeedrCC TUI

A modern, unix-like CLI and TUI for managing your Seedr.cc account.

Installation

To install seedrcc-tui globally so you can run it from anywhere:

uv tool install .

If you are developing and want changes to reflect immediately:

uv tool install --editable .

Usage

Once installed, you can use the command directly:

List Contents

Show your files and folders in a tree view.

seedrcc-tui list

Fetch a File

Get the download URL for a file by its ID.

seedrcc-tui fetch <FILE_ID>

Delete an Item

Delete a file, folder, or torrent.

seedrcc-tui delete <type: file|folder|torrent> <ID>

Add a Torrent

seedrcc-tui add "magnet:..."

Help

seedrcc-tui help

About

A unix cli tool for working with seedr.cc more easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages