Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-27 00:18:38 +00:00
parent 5871f35fe8
commit 9fe6559a97
123 changed files with 660 additions and 357 deletions

10
tldr/pr
View File

@@ -14,20 +14,20 @@ source: https://github.com/tldr-pages/tldr.git
- Print with a custom centered header:
`pr -h "{{header}}" {{path/to/file1 path/to/file2 ...}}`
`pr {{[-h|--header]}} "{{header}}" {{path/to/file1 path/to/file2 ...}}`
- Print with numbered lines and a custom date format:
`pr -n -D "{{format}}" {{path/to/file1 path/to/file2 ...}}`
`pr {{[-n|--number-lines]}} {{[-D|--date-format]}} "{{format}}" {{path/to/file1 path/to/file2 ...}}`
- Print all files together, one in each column, without a header or footer:
`pr -m -T {{path/to/file1 path/to/file2 ...}}`
`pr {{[-m|--merge]}} {{[-T|--omit-pagination]}} {{path/to/file1 path/to/file2 ...}}`
- Print, beginning at page 2 up to page 5, with a given page length (including header and footer):
`pr +2:5 -l {{page_length}} {{path/to/file1 path/to/file2 ...}}`
`pr +2:5 {{[-l|--length]}} {{page_length}} {{path/to/file1 path/to/file2 ...}}`
- Print with an offset for each line and a truncating custom page width:
`pr -o {{offset}} -W {{width}} {{path/to/file1 path/to/file2 ...}}`
`pr {{[-o|--indent]}} {{offset}} {{[-W|--page_width]}} {{width}} {{path/to/file1 path/to/file2 ...}}`