tldr.sh
C command-line client for tldr pages 📚
Package Information
- Domain:
tldr.sh
- Name:
tldr.sh
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install tldr
Programs
This package provides the following executable programs:
tldr
Aliases
This package can also be accessed using these aliases:
tldr
Available Versions
Show all 3 versions
1.6.1
,1.6.0
,1.5.0
Latest Version: 1.6.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +tldr.sh@1.6.1 -- $SHELL -i
Dependencies
This package depends on:
linux:sourceware.org/bzip2^1
curl.se
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.tldrsh
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.