1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:22:07 +02:00
tldr/pages/common/clip-view.md
Emily Grace Seville f04fae80aa
Add Command Line Interface Pages project support (#9845)
* Add `clip-view` page

* Fix extensions

* Add `md-to-clip` page

* Fix description

* Fix code example descriptions

* Add better description for `clip-view`

* Update pages/common/clip-view.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update tool's urls

* Apply suggestions from code review

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Refresh `md-to-clip` page:

- update url as repo has been renamed, today

* Refresh `clip-view` page:

- update url as repo has been renamed, today

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-03-01 17:25:35 +05:30

33 lines
847 B
Markdown

# clip-view
> Command Line Interface Pages render.
> Render for a TlDr-like project with much a more extensive syntax and several render modes.
> More information: <https://github.com/command-line-interface-pages/v2-tooling/tree/main/clip-view>.
- Render specific local pages:
`clip-view {{path/to/page1.clip path/to/page2.clip ...}}`
- Render specific remote pages:
`clip-view {{page_name1 page_name2 ...}}`
- Render pages by a specific render:
`clip-view --render {{tldr|tldr-colorful|docopt|docopt-colorful}} {{page_name1 page_name2 ...}}`
- Render pages with a specific color theme:
`clip-view --theme {{path/to/local_theme.yaml|remote_theme_name}} {{page_name1 page_name2 ...}}`
- Clear a page or theme cache:
`clip-view --clear-{{page|theme}}-cache`
- Display help:
`clip-view --help`
- Display version:
`clip-view --version`