Skip to content

VenomSocket/ChillTUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChillTUI

Fast terminal UI for torrent search via chill.institute and Put.io integration.

Demo

ChillTUI Demo

Quick Start

# Run the binary
./chilltui

# First run will launch setup wizard

Build from Source

Dependencies

Arch Linux

sudo pacman -S rust

Ubuntu/Debian

sudo apt update
sudo apt install curl build-essential
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"

Fedora

sudo dnf install rust cargo

Build

cargo build --release
sudo cp target/release/chilltui /usr/local/bin/

Usage

./chilltui          # Run application
./chilltui --setup  # Run setup wizard
./chilltui --debug  # Enable debug logging
./chilltui --help   # Show help

Controls

  • Type - Search torrents
  • Enter - Execute search / Send to Put.io
  • ↑↓ - Navigate results
  • Space - Select/deselect
  • Tab - Switch focus
  • ESC - Clear search
  • ESC×2 - Quit

Requirements

Config

~/.config/chilltui/config.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages