Thanks to visit codestin.com
Credit goes to lib.rs

#browsing #terminal-client #tui #swedish #news #text-tv

app txtv

A simple and fast terminal client for browsing Swedish Text TV

2 unstable releases

0.2.0 Jun 10, 2025
0.1.0 Jun 5, 2025

#262 in Internationalization (i18n)

48 downloads per month

MIT and LGPL-3.0-or-later

25KB
329 lines

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

Dependencies

~19–37MB
~555K SLoC