Skip to content

Instantly share code, notes, and snippets.

View QingGo's full-sized avatar

清歌 QingGo

  • 中国,深圳
View GitHub Profile
@Garwih
Garwih / Windows_Terminal.md
Last active July 8, 2025 06:47
将 Windows Terminal 添加到右键菜单

将 Windows Terminal 添加到右键菜单

将以下代码保存到扩展名为 .reg 的文件中,双击打开

需要按住 shift + 右键打开

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Windows Terminal Here"
@tonydeng
tonydeng / install-thrift-0.11.0-with-brew.sh
Last active October 14, 2024 17:00
Install Thrift 0.11.0 with brew on macOS
#!/bin/bash
brew unlink thrift
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4ba654c6d99b3b6804dd3843546a9dcbb700188b/Formula/thrift.rb