Skip to content

介绍

raycast 一款 MacOS 端的启动器软件

json
[
  {
    "name": "Search Google",
    "link": "https:\/\/google.com\/search?q={argument}"
  },
  {
    "name": "Search DuckDuckGo",
    "link": "https:\/\/duckduckgo.com\/?q={argument}"
  },
  {
    "name": "github",
    "link": "https:\/\/github.com\/search?q={argument}&type=repositories"
  },
  {
    "link": "https:\/\/developer.mozilla.org\/zh-CN\/search?q={argument}",
    "name": "mdn"
  },
  { "link": "https:\/\/www.npmjs.com\/search?q={argument}", "name": "npm" },
  { "link": "https:\/\/crates.io\/search?q={argument}", "name": "cargo" },
  {
    "name": "dockerhub",
    "link": "https:\/\/hub.docker.com\/search?q={argument}"
  },
  { "name": "bing", "link": "https:\/\/cn.bing.com\/search?q={argument}" },
  {
    "name": "bilibili",
    "link": "https:\/\/search.bilibili.com\/all?keyword={argument}"
  },
  {
    "link": "https:\/\/www.youtube.com\/results?search_query={argument}",
    "name": "youtube"
  },
  {
    "link": "https:\/\/translate.google.com\/?hl=zh-cn&sl=auto&tl=zh-CN&text={argument}&op=translate",
    "name": "Google translate"
  },
  {
    "link": "https:\/\/fanyi.baidu.com\/mtpe-individual\/multimodal?query={argument}",
    "name": "Baidu translate"
  },
  {
    "link": "https:\/\/www.sogou.com\/web?query={argument}",
    "name": "Sogou Search"
  },
  {
    "name": "Baidu Kaifa Search",
    "link": "https:\/\/kaifa.baidu.com\/searchPage?wd={argument}"
  },
  {
    "name": "Toutiao Search",
    "link": "https:\/\/so.toutiao.com\/search?dvpf=pc&keyword={argument}"
  },
  {
    "link": "https:\/\/search.yahoo.com\/search?p={argument}",
    "name": "Search yahoo"
  },
  { "link": "https:\/\/www.so.com\/s?q={argument}", "name": "360 Search" },
  {
    "name": "rustdoc",
    "link": "https:\/\/rustwiki.org\/zh-CN\/std\/?search={argument}"
  },
  { "link": "https:\/\/liaohui5.cn", "name": "notebook" },
  { "name": "ruststd", "link": "https:\/\/rustwiki.org\/zh-CN\/std\/" },
  { "name": "meta ai search", "link": "https:\/\/metaso.cn\/?q={argument}" },
  {
    "name": "github-actions",
    "link": "https:\/\/github.com\/marketplace?query={argument}"
  },
  { "link": "https:\/\/dida365.com\/webapp\/#q\/today\/tasks", "name": "ToDo" },
  { "link": "https:\/\/memos.liaohui5.cn\/", "name": "memos" }
]

Released under the MIT License.