Added bookmarks widget.

This commit is contained in:
2026-09-18 15:19:49 -05:00
parent 98e2a007f2
commit c7a283f4af
11 changed files with 148 additions and 3 deletions
+9 -3
View File
@@ -5,6 +5,9 @@
autofocus: true
placeholder: 검색어를 입력해 주세요.
bangs:
- title: ChatGPT
shortcut: "!chat"
url: https://chatgpt.com/?q={QUERY}
- title: YouTube
shortcut: "!yt"
url: https://youtube.com/results?search_query={QUERY}
@@ -17,6 +20,9 @@
- title: Reddit
shortcut: "!reddit"
url: https://reddit.com/search?q={QUERY}
- title: StackOverflow
shortcut: "!so"
url: https://stackoverflow.com/search?q={QUERY}
- title: Docker Hub
shortcut: "!docker"
url: https://hub.docker.com/search?q={QUERY}
@@ -29,6 +35,6 @@
- title: PyPI
shortcut: "!py"
url: https://pypi.org/search/?q={QUERY}
- title: StackOverflow
shortcut: "!so"
url: https://stackoverflow.com/search?q={QUERY}
- title: Pub.dev
shortcut: "!flutter"
url: https://pub.dev/packages?q={QUERY}