htop 
Improved top (interactive process viewer)
Package Information 
- Domain: htop.dev
- Name: htop
- Homepage: Not specified
- Source: View on GitHub
Installation 
bash
# Install with launchpad
launchpad install htopPrograms 
This package provides the following executable programs:
- htop
Available Versions 
Show all 5 versions
- 3.4.1,- 3.4.0,- 3.3.0,- 3.2.2,- 3.2.1
Latest Version: 3.4.1
Install Specific Version 
bash
# Install specific version
sh <(curl https://pkgx.sh) htop -- $SHELL -iDependencies 
This package depends on:
- invisible-island.net/ncurses@6
Usage Examples 
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.htop
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.