Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-11 00:23:05 +00:00
parent 5244514dab
commit de1a736bbc
40 changed files with 127 additions and 72 deletions

View File

@@ -15,20 +15,20 @@ source: https://github.com/tldr-pages/tldr.git
- Open the elvi's results page for a specific search in the browser:
`surfraw {{elvi}} "{{search_terms}}"`
`surfraw {{elvi_name}} "{{search_terms}}"`
- Display an elvi description and its specific options:
`surfraw {{elvi}} -local-help`
`surfraw {{elvi_name}} {{[-lh|-local-help]}}`
- Search using an elvi with specific options and open the results page in the browser:
`surfraw {{elvi}} {{elvi_options}} "{{search_terms}}"`
`surfraw {{elvi_name}} {{elvi_options}} "{{search_terms}}"`
- Display the URL to the elvi's results page for a specific search:
`surfraw -print {{elvi}} "{{search_terms}}"`
`surfraw -print {{elvi_name}} "{{search_terms}}"`
- Search using the alias:
`sr {{elvi}} "{{search_terms}}"`
`sr {{elvi_name}} "{{search_terms}}"`