1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 02:35:32 +02:00

Update md-to-clip page: (#9978)

- add new examples
This commit is contained in:
Emily Grace Seville 2023-03-24 03:38:10 +10:00 committed by GitHub
parent 986a888606
commit 8094d4d26f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,14 @@
`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`