Skip to content

Instantly share code, notes, and snippets.

@h2m730131
Last active October 31, 2025 02:45
Show Gist options
  • Select an option

  • Save h2m730131/b43115d34ae28ce1aac06070bd0e763c to your computer and use it in GitHub Desktop.

Select an option

Save h2m730131/b43115d34ae28ce1aac06070bd0e763c to your computer and use it in GitHub Desktop.
PowerToys Run Config
{
"Google": {
"IsDefault": true,
"Url": "https://www.google.com/search?q=%s",
"SuggestionProvider": "Google"
},
"ChatGPT": {
"Keyword": "gpt",
"Url": "https://chatgpt.com?q=%s"
},
"Perplexity": {
"Keyword": "pp",
"Url": "https://www.perplexity.ai/search?q=%s"
},
"Felo": {
"Keyword": "fl",
"Url": "https://felo.ai/search?q=%s"
},
"劍橋詞典": {
"Keyword": "dic",
"Url": "https://dictionary.cambridge.org/zht/詞典/英語-漢語-繁體/%s"
},
"Refactoring.Guru": {
"Keyword": "rg",
"Url": "https://www.google.com/search?q=site%3Arefactoring.guru+%s",
"IconUrl": "https://refactoring.guru/favicon.png"
},
"Vim": {
"Keyword": "vim",
"Url": "https://vimdoc.sourceforge.net/search.php?search=%s"
},
"YouTube": {
"Keyword": "yt",
"Url": "https://www.youtube.com/results?search_query=%s"
},
"HackMD": {
"Keyword": "md",
"Url": "https://hackmd.io/?nav=search&q=%s"
},
"HackMD 功能介紹": {
"Keyword": "mdd",
"Url": "https://hackmd.io/features-tw?both#:~:text=%s"
},
"GitHub": {
"Keyword": "gh",
"Url": "https://www.github.com/search?q=%s"
},
"GitHub Stars": {
"Keyword": "gs",
"Url": "https://github.com/stars?q=%s"
},
"Stack Overflow": {
"Keyword": "st",
"Url": "https://stackoverflow.com/search?q=%s"
},
"nuget": {
"Keyword": "nuget",
"Url": "https://www.nuget.org/packages?q=%s"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment