htop.dev
Improved top (interactive process viewer)
Package Information
- Domain:
htop.dev
- Name:
htop.dev
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install htop
Programs
This package provides the following executable programs:
htop
Aliases
This package can also be accessed using these aliases:
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.dev@3.4.1 -- $SHELL -i
Dependencies
This package depends on:
invisible-island.net/ncurses@6
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.htopdev
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.