Added basic config, palette, and home and search pages with search widget.
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
- 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}
|
||||
Reference in New Issue
Block a user