mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 22:45:59 +02:00
s: add page (#1813)
This commit is contained in:
commit
bd71507c53
1 changed files with 19 additions and 0 deletions
19
pages/common/s.md
Normal file
19
pages/common/s.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# s
|
||||||
|
|
||||||
|
> Web search from the terminal.
|
||||||
|
|
||||||
|
- Search for a query on Google(default provider):
|
||||||
|
|
||||||
|
`s {{query}}`
|
||||||
|
|
||||||
|
- List all providers:
|
||||||
|
|
||||||
|
`s --list-providers`
|
||||||
|
|
||||||
|
- Search for a query with a given provider:
|
||||||
|
|
||||||
|
`s --provider {{provider}} {{query}}`
|
||||||
|
|
||||||
|
- Use a specified binary to perform the search query:
|
||||||
|
|
||||||
|
`s --binary "{{binary}} {{arguments}}" {{query}}`
|
Loading…
Add table
Reference in a new issue