mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 03:53:16 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,20 +10,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Generate a permuted index where the first field of each line is an index reference:
|
||||
|
||||
`ptx --references {{path/to/file}}`
|
||||
`ptx {{[-r|--references]}} {{path/to/file}}`
|
||||
|
||||
- Generate a permuted index with automatically generated index references:
|
||||
|
||||
`ptx --auto-reference {{path/to/file}}`
|
||||
`ptx {{[-A|--auto-reference]}} {{path/to/file}}`
|
||||
|
||||
- Generate a permuted index with a fixed width:
|
||||
|
||||
`ptx --width={{width_in_columns}} {{path/to/file}}`
|
||||
`ptx {{[-w|--width]}} {{width_in_columns}} {{path/to/file}}`
|
||||
|
||||
- Generate a permuted index with a list of filtered words:
|
||||
|
||||
`ptx --only-file={{path/to/filter}} {{path/to/file}}`
|
||||
`ptx {{[-o|--only-file]}} {{path/to/filter}} {{path/to/file}}`
|
||||
|
||||
- Generate a permuted index with SYSV-style behaviors:
|
||||
|
||||
`ptx --traditional {{path/to/file}}`
|
||||
`ptx {{[-G|--traditional]}} {{path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user