Skip to content

btm

Yet another cross-platform graphical process/system monitor.

Package Information

  • Domain: crates.io/bottom
  • Name: btm
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install btm

Programs

This package provides the following executable programs:

  • btm

Available Versions

Show all 14 versions
  • 0.11.1, 0.11.0, 0.10.2, 0.10.1, 0.10.0
  • 0.9.7, 0.9.6, 0.9.5, 0.9.4, 0.9.3
  • 0.9.2, 0.9.1, 0.9.0, 0.8.0

Latest Version: 0.11.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.btm

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.