Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lonr/tldr-ts
A tldr client with turbo speed
https://github.com/lonr/tldr-ts
command-line-tool tldr tldr-client tldr-pages
Last synced: about 2 months ago
JSON representation
A tldr client with turbo speed
- Host: GitHub
- URL: https://github.com/lonr/tldr-ts
- Owner: lonr
- License: mit
- Created: 2022-12-20T01:55:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:15:15.000Z (about 2 months ago)
- Last Synced: 2024-11-11T11:45:19.168Z (about 2 months ago)
- Topics: command-line-tool, tldr, tldr-client, tldr-pages
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/tldr-ts
- Size: 313 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tldr-ts
> A tldr client with turbo speed.
> Display simple help pages for command-line tools from the tldr-pages project.- Print the tldr page for a specific command:
`tldr {{command}}`
- Print the tldr page for a specific subcommand:
`tldr {{command}} {{subcommand}}`
- Print the tldr page for a command in the given [L]anguage (if available, otherwise fall back to English):
`tldr --language {{language_code}} {{command}}`
- Print the tldr page for a command from a specific [p]latform:
`tldr --platform {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{command}}`
- [u]pdate the local cache of tldr pages:
`tldr --update`