tldr/pages/common/s.md

20 lines
338 B
Markdown
Raw Normal View History

# 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:
2017-12-18 06:17:32 +00:00
`s --binary "{{binary}} {{arguments}}" {{query}}`