/** * **reattach-to-user-namespace** - Notes and workarounds for accessing the Mac OS X pasteboard in tmux sessions. Note: The pu branch (“Proposed Updates”) may be rewound without notice. * * @domain `github.com/ChrisJohnsen/tmux-MacOSX-pasteboard` * @programs `reattach-to-user-namespace` * @version `2.9.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/ChrisJohnsen/tmux-MacOSX-pasteboard` * @buildDependencies `gnu.org/make` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomchrisjohnsentmuxmacosxpasteboard * console.log(pkg.name) // "reattach-to-user-namespace" * console.log(pkg.description) // "Notes and workarounds for accessing the Mac OS ..." * console.log(pkg.programs) // ["reattach-to-user-namespace"] * console.log(pkg.versions[0]) // "2.9.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/ChrisJohnsen/tmux-MacOSX-pasteboard.md * @see https://ts-pkgx.netlify.app/usage */ export declare const tmuxmacosxpasteboardPackage: { /** * The display name of this package. */ name: 'reattach-to-user-namespace'; /** * The canonical domain name for this package. */ domain: 'github.com/ChrisJohnsen/tmux-MacOSX-pasteboard'; /** * Brief description of what this package does. */ description: 'Notes and workarounds for accessing the Mac OS X pasteboard in tmux sessions. Note: The pu branch (“Proposed Updates”) may be rewound without notice.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/ChrisJohnsen/tmux-MacOSX-pasteboard'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/ChrisJohnsen/tmux-MacOSX-pasteboard -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/ChrisJohnsen/tmux-MacOSX-pasteboard'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['reattach-to-user-namespace']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/make']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.9.0']; aliases: readonly [] }; export type TmuxmacosxpasteboardPackage = typeof tmuxmacosxpasteboardPackage