npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

teletext-tui

v0.0.2

Published

A terminal user interface (TUI) application for displaying and browsing swiss teletext pages

Downloads

187

Readme

teletext-tui

A terminal-based Swiss teletext viewer with vim-like navigation. Browse teletext pages from Swiss television channels (SRF, RTS, RSI) directly in your terminal.

Features

  • Full teletext rendering with proper charset support
  • Vim-like keyboard navigation
  • Multiple Swiss TV channels (German, French, Italian)
  • Page navigation with history (back/forward)
  • Subpage support
  • Auto-refresh functionality
  • Channel switcher overlay
  • Interactive help screen

Installation

Install globally via npm:

npm install -g teletext-tui

Usage

Launch the teletext viewer:

teletext

Command Line Options

teletext [options]

Options:
  -c, --channel   Initial channel                                    [choices: "SRF1", "SRFzwei", "SRFInfo", "RTSUn", "RTSDeux", "RSILA1", "RSILA2"] [default: "SRF1"]
  -p, --page      Initial page number                                [number] [default: 100]
  -r, --refresh   Auto-refresh interval in seconds (0 to disable)    [number] [default: 600]
      --help      Show help                                          [boolean]
      --version   Show version number                                [boolean]

Examples

Start with a specific channel and page:

teletext --channel SRFInfo --page 200

Start with auto-refresh disabled:

teletext --refresh 0

Start with 5-minute auto-refresh:

teletext -r 300

Keyboard Commands

Navigation

| Key | Action | | ---------- | ---------------------------------------- | | h or | Previous page | | l or | Next page | | j or | Next subpage | | k or | Previous subpage | | g | Go to page 100 (home) | | 0-9 | Enter page number (3 digits to navigate) |

Channels

| Key | Action | | --- | --------------------- | | c | Open channel selector | | [ | Previous channel | | ] | Next channel |

In channel selector:

  • j/k or / to navigate
  • 1-7 for direct channel selection
  • Enter to confirm
  • Esc to cancel

History

| Key | Action | | -------- | --------------------- | | Ctrl+O | Go back in history | | Ctrl+I | Go forward in history |

Other

| Key | Action | | --------------- | --------------------------------------- | | r | Refresh current page | | ? | Show help | | Esc | Clear page number input / Close overlay | | q or Ctrl+C | Quit |

Available Channels

  • SRF 1 (German)
  • SRF zwei (German)
  • SRF Info (German)
  • RTS 1 (French)
  • RTS 2 (French)
  • RSI LA 1 (Italian)
  • RSI LA 2 (Italian)

Requirements

  • Node.js >= 22

License

ISC