1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-07 01:13:28 +02:00
tldr/pages/common/md-to-clip.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

566 B

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