mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 01:00:54 +00:00
Update cheatsheets
This commit is contained in:
38
clip-view
Normal file
38
clip-view
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user