35 lines
1.0 KiB
YAML
35 lines
1.0 KiB
YAML
- type: search
|
|
title: 🔍 Search
|
|
search-engine: google
|
|
new-tab: false
|
|
autofocus: true
|
|
placeholder: 검색어를 입력해 주세요.
|
|
bangs:
|
|
- title: YouTube
|
|
shortcut: "!yt"
|
|
url: https://youtube.com/results?search_query={QUERY}
|
|
- title: Steam
|
|
shortcut: "!steam"
|
|
url: https://store.steampowered.com/search/?term={QUERY}
|
|
- title: SteamDB
|
|
shortcut: "!steamdb"
|
|
url: https://steamdb.info/search/?a=app&q={QUERY}
|
|
- title: Reddit
|
|
shortcut: "!reddit"
|
|
url: https://reddit.com/search?q={QUERY}
|
|
- title: Docker Hub
|
|
shortcut: "!docker"
|
|
url: https://hub.docker.com/search?q={QUERY}
|
|
- title: RubyGems
|
|
shortcut: "!ruby"
|
|
url: https://rubygems.org/search?query={QUERY}
|
|
- title: NPM
|
|
shortcut: "!npm"
|
|
url: https://npmjs.com/search?q={QUERY}
|
|
- title: PyPI
|
|
shortcut: "!py"
|
|
url: https://pypi.org/search/?q={QUERY}
|
|
- title: StackOverflow
|
|
shortcut: "!so"
|
|
url: https://stackoverflow.com/search?q={QUERY}
|