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: 5 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T22:40:25.000Z (about 2 years ago)
- Last Synced: 2024-04-14T05:56:48.954Z (about 2 years 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 [](https://travis-ci.com/vladimyr/tldr-lite) [](https://packagephobia.now.sh/result?p=tldr-lite) [](https://npm.im/tldr-lite) [](https://github.com/vladimyr/tldr-lite/blob/master/LICENSE) [](https://github.com/Flet/semistandard)
>lite command line `tldr` client; simplified and community-driven manpages
## Run
```
$ npx tldr-lite [command]
```
## Usage
```
$ npx tldr-lite --help
tldr-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 page
Options:
-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 number
Homepage: https://github.com/vladimyr/tldr-lite
Report issue: https://github.com/vladimyr/tldr-lite/issues
```