txtv

Crates.iotxtv
lib.rstxtv
version0.2.0
created_at2025-06-05 17:25:34.069239+00
updated_at2025-06-10 05:39:27.363551+00
descriptionA simple and fast terminal client for browsing Swedish Text TV
homepage
repositoryhttps://github.com/uherman/txtv
max_upload_size
id1701927
size91,506
ฮผherman (uherman)

documentation

README

Swedish Text TV in the Terminal

A simple and fast terminal client for browsing Swedish Text TV โ€” for us who prefer reading the news without launching a web browser.

This project is inspired by the now-unmaintained txtv by voidcase, which no longer works.

image of the tui

Features

๐Ÿ—“๏ธ Planned | โœ… Implemented

  • Display text tv pages as images โœ…
  • Plaintext mode ๐Ÿ—“๏ธ

Prerequisites

  • Kitty, iTerm or Sixel graphics protocol is required to render full resolution images.

Installation

Cargo (requires rust)

cargo install txtv

Build from source (requires rust)

# Clone the repository
git clone https://github.com/uherman/txtv.git
cd txtv

# Build and install (installs to ~/.cargo/bin/)
cargo install --path .

# Or build manually and copy to a folder of your choice
cargo build --release
cp target/release/txtv ~/path/to/bin/ # usually ~/.local/bin

Usage

Open the interface by running the following command

txtv

Controls

  • โ† Go to previous page
  • โ†’ Go to next page
  • g Go to a specific page
  • q Quit
Commit count: 13

cargo fmt