System Grab Bag

View all TLDR pages from common (or from all pages)

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 ...}}
  • Convert a tldr-page file to stdout:
    md-to-clip --no-file-save <(echo '{{page-content}}')
  • Convert tldr-pages files while recognizing additional placeholders from a specific config:
    md-to-clip --special-placeholder-config {{path/to/config.yaml}} {{path/to/page1.md path/to/page2.md ...}}
  • Display help:
    md-to-clip --help
  • Display version:
    md-to-clip --version

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.