├── .editorconfig ├── .gitattributes ├── .github └── workflows │ └── excavator.yml ├── .vscode └── settings.json ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── bucket ├── cascadia-code-pl.json ├── cf-tool.json ├── cpeditor-beta.json ├── cpeditor.json ├── dotnet-desktop-runtime.json ├── dvm.json ├── evernote.json ├── firefox-tete009-portable.json ├── firefox-tete009.json ├── fontloadersub.json ├── gun.json ├── jetbrains-mono.json ├── lavfilters.json ├── leaf.json ├── listary-beta.json ├── mellow.json ├── naivesharp.json ├── navi.json ├── obsidian.json ├── outline-server-nightly.json ├── outline-server.json ├── pandownload.json ├── proxychains.json ├── psfzf.json ├── qtpass.json ├── qv2ray-plugin-command.json ├── qv2ray-plugin-naiveproxy.json ├── qv2ray-plugin-ss.json ├── qv2ray-plugin-ssr.json ├── qv2ray-plugin-trojan-go.json ├── qv2ray-plugin-trojan.json ├── salt.json ├── sandboxie-plus.json ├── shadowsocks-go.json ├── shadowsocks-uri-generator.json ├── siyuan.json ├── source-han-sans-truetype.json ├── source-han-serif-truetype.json ├── tencent-meeting.json ├── trojan-client-slim.json ├── trojan-go.json ├── trojan-qt5.json ├── v2ray-beta.json ├── v2ray-desktop.json ├── v2ray-domain-list-community.json ├── v2ray-geoip.json ├── v2ray-rules-dat.json ├── varpanel.json ├── vscode-insiders-portable.json ├── vscode-insiders.json ├── wechat.json ├── wnr.json └── youtube-dl-wpf.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text eol=crlf 2 | -------------------------------------------------------------------------------- /.github/workflows/excavator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/.github/workflows/excavator.yml -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/README.md -------------------------------------------------------------------------------- /bucket/cascadia-code-pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/cascadia-code-pl.json -------------------------------------------------------------------------------- /bucket/cf-tool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/cf-tool.json -------------------------------------------------------------------------------- /bucket/cpeditor-beta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/cpeditor-beta.json -------------------------------------------------------------------------------- /bucket/cpeditor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/cpeditor.json -------------------------------------------------------------------------------- /bucket/dotnet-desktop-runtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/dotnet-desktop-runtime.json -------------------------------------------------------------------------------- /bucket/dvm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/dvm.json -------------------------------------------------------------------------------- /bucket/evernote.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/evernote.json -------------------------------------------------------------------------------- /bucket/firefox-tete009-portable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/firefox-tete009-portable.json -------------------------------------------------------------------------------- /bucket/firefox-tete009.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/firefox-tete009.json -------------------------------------------------------------------------------- /bucket/fontloadersub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/fontloadersub.json -------------------------------------------------------------------------------- /bucket/gun.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/gun.json -------------------------------------------------------------------------------- /bucket/jetbrains-mono.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/jetbrains-mono.json -------------------------------------------------------------------------------- /bucket/lavfilters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/lavfilters.json -------------------------------------------------------------------------------- /bucket/leaf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/leaf.json -------------------------------------------------------------------------------- /bucket/listary-beta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/listary-beta.json -------------------------------------------------------------------------------- /bucket/mellow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/mellow.json -------------------------------------------------------------------------------- /bucket/naivesharp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/naivesharp.json -------------------------------------------------------------------------------- /bucket/navi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/navi.json -------------------------------------------------------------------------------- /bucket/obsidian.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/obsidian.json -------------------------------------------------------------------------------- /bucket/outline-server-nightly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/outline-server-nightly.json -------------------------------------------------------------------------------- /bucket/outline-server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/outline-server.json -------------------------------------------------------------------------------- /bucket/pandownload.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/pandownload.json -------------------------------------------------------------------------------- /bucket/proxychains.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/proxychains.json -------------------------------------------------------------------------------- /bucket/psfzf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/psfzf.json -------------------------------------------------------------------------------- /bucket/qtpass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/qtpass.json -------------------------------------------------------------------------------- /bucket/qv2ray-plugin-command.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/qv2ray-plugin-command.json -------------------------------------------------------------------------------- /bucket/qv2ray-plugin-naiveproxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/qv2ray-plugin-naiveproxy.json -------------------------------------------------------------------------------- /bucket/qv2ray-plugin-ss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/qv2ray-plugin-ss.json -------------------------------------------------------------------------------- /bucket/qv2ray-plugin-ssr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/qv2ray-plugin-ssr.json -------------------------------------------------------------------------------- /bucket/qv2ray-plugin-trojan-go.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/qv2ray-plugin-trojan-go.json -------------------------------------------------------------------------------- /bucket/qv2ray-plugin-trojan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/qv2ray-plugin-trojan.json -------------------------------------------------------------------------------- /bucket/salt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/salt.json -------------------------------------------------------------------------------- /bucket/sandboxie-plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/sandboxie-plus.json -------------------------------------------------------------------------------- /bucket/shadowsocks-go.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/shadowsocks-go.json -------------------------------------------------------------------------------- /bucket/shadowsocks-uri-generator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/shadowsocks-uri-generator.json -------------------------------------------------------------------------------- /bucket/siyuan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/siyuan.json -------------------------------------------------------------------------------- /bucket/source-han-sans-truetype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/source-han-sans-truetype.json -------------------------------------------------------------------------------- /bucket/source-han-serif-truetype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/source-han-serif-truetype.json -------------------------------------------------------------------------------- /bucket/tencent-meeting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/tencent-meeting.json -------------------------------------------------------------------------------- /bucket/trojan-client-slim.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/trojan-client-slim.json -------------------------------------------------------------------------------- /bucket/trojan-go.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/trojan-go.json -------------------------------------------------------------------------------- /bucket/trojan-qt5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/trojan-qt5.json -------------------------------------------------------------------------------- /bucket/v2ray-beta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/v2ray-beta.json -------------------------------------------------------------------------------- /bucket/v2ray-desktop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/v2ray-desktop.json -------------------------------------------------------------------------------- /bucket/v2ray-domain-list-community.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/v2ray-domain-list-community.json -------------------------------------------------------------------------------- /bucket/v2ray-geoip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/v2ray-geoip.json -------------------------------------------------------------------------------- /bucket/v2ray-rules-dat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/v2ray-rules-dat.json -------------------------------------------------------------------------------- /bucket/varpanel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/varpanel.json -------------------------------------------------------------------------------- /bucket/vscode-insiders-portable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/vscode-insiders-portable.json -------------------------------------------------------------------------------- /bucket/vscode-insiders.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/vscode-insiders.json -------------------------------------------------------------------------------- /bucket/wechat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/wechat.json -------------------------------------------------------------------------------- /bucket/wnr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/wnr.json -------------------------------------------------------------------------------- /bucket/youtube-dl-wpf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidonng/sushi/HEAD/bucket/youtube-dl-wpf.json --------------------------------------------------------------------------------