/** * **btm** - Yet another cross-platform graphical process/system monitor. * * @domain `crates.io/bottom` * @programs `btm` * @version `0.11.4` (17 versions available) * @versions From newest version to oldest. * * @install `launchpad install crates.io/bottom` * @homepage https://clementtsang.github.io/bottom/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cratesiobottom * console.log(pkg.name) // "btm" * console.log(pkg.description) // "Yet another cross-platform graphical process/sy..." * console.log(pkg.programs) // ["btm"] * console.log(pkg.versions[0]) // "0.11.4" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crates-io/bottom.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cratesiobottomPackage: { /** * The display name of this package. */ name: 'btm'; /** * The canonical domain name for this package. */ domain: 'crates.io/bottom'; /** * Brief description of what this package does. */ description: 'Yet another cross-platform graphical process/system monitor.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/bottom/package.yml'; homepageUrl: 'https://clementtsang.github.io/bottom/'; githubUrl: 'https://github.com/ClementTsang/bottom'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crates.io/bottom'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crates.io/bottom -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crates.io/bottom'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['btm']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.11.4', '0.11.3', '0.11.2', '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']; aliases: readonly [] }; export type CratesiobottomPackage = typeof cratesiobottomPackage