mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
82016e4978
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
420 B
420 B
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}}