mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 13:35:25 +02:00
418 B
418 B
s
Web search from the terminal. More information: https://github.com/zquestz/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}}