mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
513 B
Plaintext
26 lines
513 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# s
|
|
|
|
> Web search from the terminal.
|
|
> More information: <https://github.com/zquestz/s#s>.
|
|
|
|
- Search for a query on Google (default provider):
|
|
|
|
`s {{query}}`
|
|
|
|
- List all providers:
|
|
|
|
`s {{[-l|--list-providers]}}`
|
|
|
|
- Search for a query with a given provider:
|
|
|
|
`s {{[-p|--provider]}} {{provider}} {{query}}`
|
|
|
|
- Use a specified binary to perform the search query:
|
|
|
|
`s {{[-b|--binary]}} "{{binary}} {{arguments}}" {{query}}`
|