Skip to content

rioterm.com

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.

Package Information

  • Domain: rioterm.com
  • Name: rioterm.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install rio

Programs

This package provides the following executable programs:

  • rio

Aliases

This package can also be accessed using these aliases:

  • rio

Available Versions

Show all 4 versions
  • 0.2.19, 0.2.18, 0.2.17, 0.2.16

Latest Version: 0.2.19

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +rioterm.com@0.2.19 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.riotermcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.