/** * **tree** - Display directories as trees (with optional color/HTML output) * * @domain `gitlab.com/OldManProgrammer/unix-tree` * @programs `tree` * @version `2.2.1` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install gitlab.com/OldManProgrammer/unix-tree` * @homepage https://oldmanprogrammer.net/source.php?dir=projects/tree * @buildDependencies `linux:gnu.org/gcc` (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gitlabcomoldmanprogrammerunixtree * console.log(pkg.name) // "tree" * console.log(pkg.description) // "Display directories as trees (with optional col..." * console.log(pkg.programs) // ["tree"] * console.log(pkg.versions[0]) // "2.2.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gitlab-com/OldManProgrammer/unix-tree.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gitlabcomoldmanprogrammerunixtreePackage: { /** * The display name of this package. */ name: 'tree'; /** * The canonical domain name for this package. */ domain: 'gitlab.com/OldManProgrammer/unix-tree'; /** * Brief description of what this package does. */ description: 'Display directories as trees (with optional color/HTML output)'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gitlab.com/OldManProgrammer/unix-tree/package.yml'; homepageUrl: 'https://oldmanprogrammer.net/source.php?dir=projects/tree'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gitlab.com/OldManProgrammer/unix-tree'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gitlab.com/OldManProgrammer/unix-tree -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gitlab.com/OldManProgrammer/unix-tree'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['tree']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:gnu.org/gcc`). */ buildDependencies: readonly ['linux:gnu.org/gcc']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.2.1', '2.2.0', '2.1.3', '2.1.2', '2.1.1', '2.1.0']; aliases: readonly [] }; export type GitlabcomoldmanprogrammerunixtreePackage = typeof gitlabcomoldmanprogrammerunixtreePackage