Skip to content

wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust

Package Information

  • Domain: wezfurlong.org/wezterm
  • Name: wezterm
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install wezterm

Programs

This package provides the following executable programs:

  • wezterm

Available Versions

Show all 1 versions
  • 2024.2.3

Latest Version: 2024.2.3

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) wezterm -- $SHELL -i

Dependencies

This package depends on:

  • zlib.net^1.3
  • linux:freetype.org
  • linux:freedesktop.org/fontconfig
  • linux:openssl.org^1.1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.wezterm

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.