mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 18:55:34 +02:00
parent
986a888606
commit
8094d4d26f
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@
|
||||||
|
|
||||||
`md-to-clip --output-directory {{path/to/directory}} {{path/to/page1.md path/to/page2.md ...}}`
|
`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:
|
- Display help:
|
||||||
|
|
||||||
`md-to-clip --help`
|
`md-to-clip --help`
|
||||||
|
|
Loading…
Add table
Reference in a new issue