mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 20:56:57 +00:00
Update cheatsheets
This commit is contained in:
25
s
Normal file
25
s
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user