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 weztermPrograms 
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 -iDependencies 
This package depends on:
zlib.net^1.3linux:freetype.orglinux:freedesktop.org/fontconfiglinux: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(', ')}`)Links 
This documentation was auto-generated from package data.