/** * **tw** - A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet. * * @domain `crates.io/tabiew` * @programs `tw` * @version `0.11.1` (25 versions available) * @versions From newest version to oldest. * * @install `launchpad install crates.io/tabiew` * @dependencies `linux:openssl.org` (includes OS-specific dependencies with `os:package` format) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cratesiotabiew * console.log(pkg.name) // "tw" * console.log(pkg.description) // "A lightweight TUI application to view and query..." * console.log(pkg.programs) // ["tw"] * console.log(pkg.versions[0]) // "0.11.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crates-io/tabiew.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cratesiotabiewPackage: { /** * The display name of this package. */ name: 'tw'; /** * The canonical domain name for this package. */ domain: 'crates.io/tabiew'; /** * Brief description of what this package does. */ description: 'A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/tabiew/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/shshemi/tabiew'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crates.io/tabiew'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crates.io/tabiew -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crates.io/tabiew'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['tw']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`). */ dependencies: readonly ['linux:openssl.org']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.11.1', '0.11.0', '0.10.1', '0.10.0', '0.9.4', '0.9.0', '0.8.5', '0.8.4', '0.8.3', '0.8.2', '0.8.1', '0.8.0', '0.7.1', '0.7.0', '0.6.3', '0.6.2', '0.6.1', '0.6.0', '0.5.0', '0.4.3', '0.4.2', '0.4.1', '0.4.0', '0.3.5', '0.3.4']; aliases: readonly [] }; export type CratesiotabiewPackage = typeof cratesiotabiewPackage