Skip to content

mosh.org

Remote terminal application

Package Information

  • Domain: mosh.org
  • Name: mosh.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +mosh.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • mosh-client
  • mosh-server

Aliases

This package can also be accessed using these aliases:

  • mosh

Available Versions

Show all 1 versions
  • 1.4.0

Latest Version: 1.4.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +mosh.org@1.4.0 -- $SHELL -i

Dependencies

This package depends on:

  • protobuf.dev@26.1.0
  • invisible-island.net/ncurses@6
  • zlib.net@1.3
  • linux:openssl.org@3

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.moshorg

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.