Skip to content

介绍

raycast 一款 MacOS 端的启动器软件

json
[
  { "link": "https:\/\/google.com\/search?q={argument}", "name": "Search Google" },
  { "link": "https:\/\/duckduckgo.com\/?q={argument}", "name": "Search DuckDuckGo" },
  { "name": "github", "link": "https:\/\/github.com\/search?q={argument}&type=repositories" },
  { "name": "mdn", "link": "https:\/\/developer.mozilla.org\/zh-CN\/search?q={argument}" },
  { "link": "https:\/\/www.npmjs.com\/search?q={argument}", "name": "npm" },
  { "link": "https:\/\/crates.io\/search?q={argument}", "name": "cargo", "iconName": "brand-rust-16" },
  { "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" },
  {
    "name": "Google translate",
    "link": "https:\/\/translate.google.com\/?hl=zh-cn&sl=auto&tl=zh-CN&text={argument}&op=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}" },
  { "name": "Search yahoo", "link": "https:\/\/search.yahoo.com\/search?p={argument}" },
  { "name": "360 Search", "link": "https:\/\/www.so.com\/s?q={argument}" },
  { "name": "rustdoc", "link": "https:\/\/rustwiki.org\/zh-CN\/std\/?search={argument}" },
  { "name": "notebook", "link": "https:\/\/liaohui5.cn" },
  { "name": "ruststd", "link": "https:\/\/rustwiki.org\/zh-CN\/std\/" },
  { "name": "github-actions", "link": "https:\/\/github.com\/marketplace?query={argument}" },
  { "name": "ToDo", "link": "https:\/\/dida365.com\/webapp\/#q\/today\/tasks" },
  { "link": "https:\/\/verdaccio.liaohui5.cn\/", "name": "verdaccio", "iconName": "brand-npm-16" },
  { "link": "https:\/\/lobehub.com\/zh\/assistants?q={argument}", "name": "lobehub" },
  { "name": "ai - 通义千问", "link": "https:\/\/tongyi.aliyun.com\/", "iconName": "brand-openai-16" },
  { "link": "https:\/\/yuanbao.tencent.com\/", "name": "ai - 腾讯元宝" },
  { "iconName": "brand-deepseek-16", "name": "ai - Deepseek", "link": "https:\/\/chat.deepseek.com\/" },
  { "link": "https:\/\/www.doubao.com\/chat\/", "name": "ai - 豆包" },
  { "link": "https:\/\/yiyan.baidu.com\/X1", "name": "ai - 文心一言" },
  { "name": "ai - kimi", "link": "https:\/\/kimi.moonshot.cn\/" },
  { "link": "https:\/\/xinghuo.xfyun.cn\/desk", "name": "ai - 讯飞星火" },
  { "name": "ai - 智普清言", "link": "https:\/\/chatglm.cn\/main\/alltoolsdetail?lang=zh" },
  { "link": "https:\/\/ying.baichuan-ai.com\/chat", "iconName": "bird-16", "name": "ai - 百小应" },
  { "link": "https:\/\/chat.sensetime.com\/", "name": "ai - 商量" },
  { "link": "https:\/\/chat.minimaxi.com\/", "name": "ai - 神奇海螺" },
  { "link": "https:\/\/yuewen.cn\/chats\/new", "name": "ai - 跃阶星辰" },
  { "name": "ai - 天工", "link": "https:\/\/www.tiangong.cn\/" },
  { "name": "ai - 书生·浦语", "link": "https:\/\/chat.intern-ai.org.cn\/internlm" },
  { "name": "ai - 问小白 DeepSeek", "link": "https:\/\/www.wenxiaobai.com\/chat\/200006" },
  { "name": "ai - 百度搜索AI探索版 Deepseek", "link": "https:\/\/chat.baidu.com\/search" },
  { "name": "ai - Hix 多AI模型", "link": "https:\/\/hix.ai\/zh\/home" },
  { "link": "https:\/\/grok.com\/", "iconName": "brand-xai-16", "name": "ai - grok" },
  { "link": "https:\/\/ai.liaohui5.cn\/#\/chat", "name": "ai - 自部署调用免费API接口" },
  { "name": "pip", "iconName": "brand-python-16", "link": "https:\/\/pypi.org\/search\/?q={argument}" },
  { "iconName": "brand-xai-16", "link": "https:\/\/grok.com\/", "name": "ai - Grok AI" },
  { "link": "https:\/\/it-tools.tech\/emoji-picker", "iconName": "emoji-16", "name": "emoji" }
]

Released under the MIT License.