JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q8519F
  • License MIT

A beautiful terminal-based website viewer

Package Exports

  • kartikk.io
  • kartikk.io/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kartikk.io) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Terminal Website Viewer

A beautiful terminal-based website viewer that renders a simple website in your terminal using blessed.

Features

  • Beautiful terminal UI
  • Navigation between pages using arrow keys or shortcuts
  • Responsive design that adapts to your terminal size
  • Easy to use with simple keyboard controls

Installation & Usage

You can run this directly using npx:

npx terminal-website-viewer

Or install it globally:

npm install -g terminal-website-viewer
terminal-website

Controls

  • Left/Right Arrow: Navigate between pages
  • 'h': Go to Home page
  • 'a': Go to About page
  • 'q' or Ctrl+C: Quit the application

Requirements

  • Node.js >= 18
  • A terminal with decent Unicode support

License

MIT