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>
This commit is contained in:

committed by
GitHub

parent
a02542c3df
commit
f04fae80aa
21
pages/common/md-to-clip.md
Normal file
21
pages/common/md-to-clip.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# md-to-clip
|
||||
|
||||
> Converter from tldr-pages to Command Line Interface Pages.
|
||||
> See also: `clip-view`.
|
||||
> More information: <https://github.com/command-line-interface-pages/v2-tooling/tree/main/md-to-clip>.
|
||||
|
||||
- Convert tldr-pages files and save into the same directories:
|
||||
|
||||
`md-to-clip {{path/to/page1.md path/to/page2.md ...}}`
|
||||
|
||||
- Convert tldr-pages files and save into a specific directory:
|
||||
|
||||
`md-to-clip --output-directory {{path/to/directory}} {{path/to/page1.md path/to/page2.md ...}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`md-to-clip --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`md-to-clip --version`
|
Reference in New Issue
Block a user