Skip to content

ctop.sh

Top-like interface for container metrics

Package Information

  • Domain: ctop.sh
  • Name: ctop.sh
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install ctop

Programs

This package provides the following executable programs:

  • ctop

Aliases

This package can also be accessed using these aliases:

  • ctop

Available Versions

Show all 1 versions
  • 0.7.7

Latest Version: 0.7.7

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +ctop.sh@0.7.7 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ctopsh

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.