Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladimyr/tldr-lite
lite command line tldr client; simplified and community-driven manpages
https://github.com/vladimyr/tldr-lite
cli nodejs tldr
Last synced: 17 days ago
JSON representation
lite command line tldr client; simplified and community-driven manpages
- Host: GitHub
- URL: https://github.com/vladimyr/tldr-lite
- Owner: vladimyr
- License: mit
- Created: 2018-12-10T13:45:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T22:40:25.000Z (7 months ago)
- Last Synced: 2024-04-14T05:56:48.954Z (7 months ago)
- Topics: cli, nodejs, tldr
- Language: JavaScript
- Homepage: https://github.com/tldr-pages/tldr
- Size: 186 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tldr-lite [![build status](https://badgen.net/travis/vladimyr/tldr-lite/master)](https://travis-ci.com/vladimyr/tldr-lite) [![install size](https://badgen.net/packagephobia/install/tldr-lite)](https://packagephobia.now.sh/result?p=tldr-lite) [![npm package version](https://badgen.net/npm/v/tldr-lite)](https://npm.im/tldr-lite) [![github license](https://badgen.net/github/license/vladimyr/tldr-lite)](https://github.com/vladimyr/tldr-lite/blob/master/LICENSE) [![js semistandard style](https://badgen.net/badge/code%20style/semistandard/pink)](https://github.com/Flet/semistandard)
>lite command line `tldr` client; simplified and community-driven manpages
## Run
```
$ npx tldr-lite [command]
```## Usage
```
$ npx tldr-lite --helptldr-lite v0.2.0
Usage:
$ tldr-lite # view tldr page for given command
$ tldr-lite search # query tldr pages github repo
$ tldr-lite home # open tldr-pages github repo
$ tldr-lite browse # browse pages online
$ tldr-lite < 7z.md # render local pageOptions:
-r, --raw Display raw version of tldr page (markdown)
-w, --web Open tldr page in web browser
-f, --render Render tldr page from local file
-h, --help Show help
-v, --version Show version numberHomepage: https://github.com/vladimyr/tldr-lite
Report issue: https://github.com/vladimyr/tldr-lite/issues
```