@zenalexa/unicli 0.218.0 → 0.219.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +59 -1
- package/README.md +278 -10
- package/README.zh-CN.md +278 -10
- package/bin/unicli-mcp +14 -0
- package/dist/bin/unicli-mcp.d.ts +10 -0
- package/dist/bin/unicli-mcp.d.ts.map +1 -0
- package/dist/bin/unicli-mcp.js +10 -0
- package/dist/bin/unicli-mcp.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/adapter-authoring.d.ts +28 -0
- package/dist/commands/adapter-authoring.d.ts.map +1 -0
- package/dist/commands/adapter-authoring.js +231 -0
- package/dist/commands/adapter-authoring.js.map +1 -0
- package/dist/commands/browser/actions.d.ts +13 -0
- package/dist/commands/browser/actions.d.ts.map +1 -0
- package/dist/commands/{browser-operator.js → browser/actions.js} +19 -12
- package/dist/commands/browser/actions.js.map +1 -0
- package/dist/commands/browser/adapter.d.ts +10 -0
- package/dist/commands/browser/adapter.d.ts.map +1 -0
- package/dist/commands/{browser-adapter-authoring.js → browser/adapter.js} +14 -7
- package/dist/commands/browser/adapter.js.map +1 -0
- package/dist/commands/browser/authoring.d.ts +10 -0
- package/dist/commands/browser/authoring.d.ts.map +1 -0
- package/dist/commands/{browser-authoring-operator.js → browser/authoring.js} +12 -5
- package/dist/commands/browser/authoring.js.map +1 -0
- package/dist/commands/browser/index.d.ts +10 -0
- package/dist/commands/browser/index.d.ts.map +1 -0
- package/dist/commands/{browser.js → browser/index.js} +13 -14
- package/dist/commands/browser/index.js.map +1 -0
- package/dist/commands/{browser-operator-runtime.d.ts → browser/runtime.d.ts} +9 -2
- package/dist/commands/browser/runtime.d.ts.map +1 -0
- package/dist/commands/{browser-operator-runtime.js → browser/runtime.js} +16 -9
- package/dist/commands/browser/runtime.js.map +1 -0
- package/dist/commands/explore.d.ts +5 -5
- package/dist/commands/explore.d.ts.map +1 -1
- package/dist/commands/explore.js +7 -97
- package/dist/commands/explore.js.map +1 -1
- package/dist/commands/generate.d.ts +5 -5
- package/dist/commands/generate.d.ts.map +1 -1
- package/dist/commands/generate.js +8 -179
- package/dist/commands/generate.js.map +1 -1
- package/dist/commands/operate.js +1 -1
- package/dist/commands/operate.js.map +1 -1
- package/dist/commands/synthesize.d.ts +5 -5
- package/dist/commands/synthesize.d.ts.map +1 -1
- package/dist/commands/synthesize.js +8 -161
- package/dist/commands/synthesize.js.map +1 -1
- package/dist/discovery/aliases.d.ts +5 -10
- package/dist/discovery/aliases.d.ts.map +1 -1
- package/dist/discovery/aliases.js +10 -10
- package/dist/discovery/aliases.js.map +1 -1
- package/dist/engine/browser/action-evidence.js +1 -1
- package/dist/engine/browser/action-evidence.js.map +1 -1
- package/dist/engine/steps/map.d.ts +7 -0
- package/dist/engine/steps/map.d.ts.map +1 -1
- package/dist/engine/steps/map.js +16 -2
- package/dist/engine/steps/map.js.map +1 -1
- package/dist/manifest-compact.txt +2 -2
- package/dist/manifest-search.json +1 -1
- package/dist/manifest.json +341 -169
- package/package.json +24 -9
- package/server.json +44 -0
- package/skills/README.md +39 -0
- package/skills/talk-normal/SKILL.md +25 -0
- package/skills/talk-normal/prompt.md +35 -0
- package/skills/unicli/SKILL.md +389 -0
- package/skills/unicli/references/auth.md +188 -0
- package/skills/unicli/references/output.md +238 -0
- package/skills/unicli/references/sites.md +259 -0
- package/skills/unicli-browser/SKILL.md +99 -0
- package/skills/unicli-claude-code/SKILL.md +172 -0
- package/skills/unicli-explorer/SKILL.md +90 -0
- package/skills/unicli-hermes/SKILL.md +83 -0
- package/skills/unicli-oneshot/SKILL.md +59 -0
- package/skills/unicli-operate/SKILL.md +113 -0
- package/skills/unicli-repair/SKILL.md +209 -0
- package/skills/unicli-repair/references/error-codes.md +149 -0
- package/skills/unicli-repair/references/yaml-patches.md +321 -0
- package/skills/unicli-smart-search/SKILL.md +80 -0
- package/skills/unicli-usage/SKILL.md +65 -0
- package/src/adapters/36kr/hot.yaml +1 -0
- package/src/adapters/36kr/search.yaml +1 -0
- package/src/adapters/_archived/README.md +12 -0
- package/src/adapters/{apple-music → _archived/apple-music}/rate-album.yaml +5 -12
- package/src/adapters/_archived/archive.json +44 -0
- package/src/adapters/{az → _archived/az}/account.yaml +5 -1
- package/src/adapters/{ctrip → _archived/ctrip}/hot.yaml +5 -1
- package/src/adapters/{ctrip → _archived/ctrip}/search.yaml +6 -2
- package/src/adapters/{gcloud → _archived/gcloud}/projects.yaml +5 -1
- package/src/adapters/amazon/new-releases.yaml +1 -0
- package/src/adapters/amazon/search.yaml +1 -0
- package/src/adapters/apple-podcasts/search.yaml +1 -0
- package/src/adapters/apple-podcasts/top.yaml +1 -0
- package/src/adapters/arxiv/search.yaml +1 -0
- package/src/adapters/arxiv/trending.yaml +1 -0
- package/src/adapters/baidu/hot.yaml +1 -0
- package/src/adapters/baidu/search.yaml +1 -0
- package/src/adapters/bbc/top.yaml +1 -0
- package/src/adapters/bilibili/feed.yaml +1 -0
- package/src/adapters/bilibili/hot.yaml +1 -0
- package/src/adapters/bilibili/trending.yaml +1 -0
- package/src/adapters/binance/hot.yaml +1 -0
- package/src/adapters/binance/top.yaml +1 -0
- package/src/adapters/bluesky/search.yaml +1 -0
- package/src/adapters/bluesky/trending.yaml +1 -0
- package/src/adapters/cnki/search.yaml +1 -0
- package/src/adapters/cnn/top.yaml +1 -0
- package/src/adapters/coupang/hot.yaml +1 -0
- package/src/adapters/coupang/search.yaml +1 -0
- package/src/adapters/dangdang/hot.yaml +1 -0
- package/src/adapters/dangdang/search.yaml +1 -0
- package/src/adapters/devto/search.yaml +1 -0
- package/src/adapters/devto/top.yaml +1 -0
- package/src/adapters/dianping/hot.yaml +1 -0
- package/src/adapters/dianping/search.yaml +1 -0
- package/src/adapters/dictionary/search.yaml +1 -0
- package/src/adapters/douban/new-movies.yaml +1 -0
- package/src/adapters/douban/search.yaml +1 -0
- package/src/adapters/doubao/new.yaml +1 -0
- package/src/adapters/douyu/hot.yaml +1 -0
- package/src/adapters/douyu/search.yaml +1 -0
- package/src/adapters/eastmoney/hot.yaml +1 -0
- package/src/adapters/eastmoney/search.yaml +1 -0
- package/src/adapters/ele/hot.yaml +1 -0
- package/src/adapters/ele/search.yaml +1 -0
- package/src/adapters/exchangerate/list.yaml +1 -0
- package/src/adapters/facebook/feed.yaml +1 -0
- package/src/adapters/facebook/search.yaml +1 -0
- package/src/adapters/futu/hot.yaml +1 -0
- package/src/adapters/gemini/deep-research-result.yaml +1 -0
- package/src/adapters/gemini/new.yaml +1 -0
- package/src/adapters/gh/search-repos.yaml +1 -0
- package/src/adapters/gitee/search.yaml +1 -0
- package/src/adapters/gitee/trending.yaml +1 -0
- package/src/adapters/gitlab/search.yaml +1 -0
- package/src/adapters/gitlab/trending.yaml +1 -0
- package/src/adapters/google/search.yaml +1 -0
- package/src/adapters/hf/top.yaml +1 -0
- package/src/adapters/huggingface-papers/search.yaml +1 -0
- package/src/adapters/imdb/search.yaml +1 -0
- package/src/adapters/imdb/top.yaml +1 -0
- package/src/adapters/imdb/trending.yaml +1 -0
- package/src/adapters/imessage/recent.yaml +1 -0
- package/src/adapters/imessage/search.yaml +1 -0
- package/src/adapters/instagram/search.yaml +1 -0
- package/src/adapters/itch-io/popular.yaml +1 -0
- package/src/adapters/itch-io/search.yaml +1 -0
- package/src/adapters/itch-io/top.yaml +1 -0
- package/src/adapters/ithome/hot.yaml +1 -0
- package/src/adapters/jianyu/search.yaml +1 -0
- package/src/adapters/jike/feed.yaml +1 -0
- package/src/adapters/jike/search.yaml +1 -0
- package/src/adapters/juejin/hot.yaml +1 -0
- package/src/adapters/juejin/search.yaml +1 -0
- package/src/adapters/kuaishou/hot.yaml +1 -0
- package/src/adapters/kuaishou/search.yaml +1 -0
- package/src/adapters/leetcode/discuss-search.yaml +1 -0
- package/src/adapters/linear/issue-list.yaml +1 -0
- package/src/adapters/linkedin/search.yaml +1 -0
- package/src/adapters/linkedin/timeline.yaml +1 -0
- package/src/adapters/linux-do/feed.yaml +1 -0
- package/src/adapters/linux-do/hot.yaml +1 -0
- package/src/adapters/lobsters/hot.yaml +1 -0
- package/src/adapters/lobsters/search.yaml +1 -0
- package/src/adapters/macos/apps-list.yaml +1 -0
- package/src/adapters/macos/calendar-list.yaml +1 -0
- package/src/adapters/macos/contacts-search.yaml +1 -0
- package/src/adapters/macos/notes-list.yaml +1 -0
- package/src/adapters/macos/notes-search.yaml +1 -0
- package/src/adapters/macos/photos-search.yaml +1 -0
- package/src/adapters/macos/reminders-list.yaml +1 -0
- package/src/adapters/macos/shortcuts-list.yaml +1 -0
- package/src/adapters/maimai/search.yaml +1 -0
- package/src/adapters/maoyan/hot.yaml +1 -0
- package/src/adapters/maoyan/search.yaml +1 -0
- package/src/adapters/mastodon/search.yaml +1 -0
- package/src/adapters/mastodon/timeline.yaml +1 -0
- package/src/adapters/mastodon/trending.yaml +1 -0
- package/src/adapters/maven/info.yaml +46 -0
- package/src/adapters/maven/search.yaml +44 -0
- package/src/adapters/medium/feed.yaml +1 -0
- package/src/adapters/medium/search.yaml +1 -0
- package/src/adapters/medium/trending.yaml +1 -0
- package/src/adapters/meituan/search.yaml +1 -0
- package/src/adapters/mubu/list.yaml +1 -0
- package/src/adapters/mubu/search.yaml +1 -0
- package/src/adapters/netease-music/hot.yaml +1 -0
- package/src/adapters/netease-music/search.yaml +1 -0
- package/src/adapters/netease-music/top.yaml +1 -0
- package/src/adapters/notion/search.yaml +1 -0
- package/src/adapters/npm-trends/trending.yaml +1 -0
- package/src/adapters/nuget/info.yaml +41 -0
- package/src/adapters/nuget/search.yaml +43 -0
- package/src/adapters/nytimes/search.yaml +1 -0
- package/src/adapters/nytimes/top.yaml +1 -0
- package/src/adapters/obs/stream-start.yaml +1 -0
- package/src/adapters/obs/stream-stop.yaml +1 -0
- package/src/adapters/obsidian/search.yaml +1 -0
- package/src/adapters/ollama/list.yaml +1 -0
- package/src/adapters/openrouter/search.yaml +1 -0
- package/src/adapters/packagist/info.yaml +34 -0
- package/src/adapters/packagist/search.yaml +41 -0
- package/src/adapters/pexels/search.yaml +1 -0
- package/src/adapters/pinduoduo/hot.yaml +1 -0
- package/src/adapters/pinduoduo/search.yaml +1 -0
- package/src/adapters/powerpoint/list.yaml +1 -0
- package/src/adapters/producthunt/browse.yaml +1 -0
- package/src/adapters/producthunt/hot.yaml +1 -0
- package/src/adapters/producthunt/search.yaml +1 -0
- package/src/adapters/pub-dev/info.yaml +34 -0
- package/src/adapters/pub-dev/search.yaml +43 -0
- package/src/adapters/quark/search.yaml +1 -0
- package/src/adapters/replicate/search.yaml +1 -0
- package/src/adapters/replicate/trending.yaml +1 -0
- package/src/adapters/reuters/search.yaml +1 -0
- package/src/adapters/reuters/top.yaml +1 -0
- package/src/adapters/rubygems/info.yaml +27 -0
- package/src/adapters/rubygems/search.yaml +39 -0
- package/src/adapters/sinablog/hot.yaml +1 -0
- package/src/adapters/sinablog/search.yaml +1 -0
- package/src/adapters/slack/search.yaml +1 -0
- package/src/adapters/smzdm/hot.yaml +1 -0
- package/src/adapters/smzdm/search.yaml +1 -0
- package/src/adapters/spotify/search.yaml +1 -0
- package/src/adapters/spotify/top-tracks.yaml +1 -0
- package/src/adapters/sspai/hot.yaml +1 -0
- package/src/adapters/stackoverflow/hot.yaml +1 -0
- package/src/adapters/stackoverflow/search.yaml +1 -0
- package/src/adapters/steam/new-releases.yaml +1 -0
- package/src/adapters/steam/search.yaml +1 -0
- package/src/adapters/steam/top-sellers.yaml +1 -0
- package/src/adapters/substack/feed.yaml +1 -0
- package/src/adapters/substack/search.yaml +1 -0
- package/src/adapters/substack/trending.yaml +1 -0
- package/src/adapters/taobao/hot.yaml +1 -0
- package/src/adapters/taobao/search.yaml +1 -0
- package/src/adapters/techcrunch/search.yaml +1 -0
- package/src/adapters/theverge/search.yaml +1 -0
- package/src/adapters/threads/hot.yaml +1 -0
- package/src/adapters/threads/search.yaml +1 -0
- package/src/adapters/tiktok/search.yaml +1 -0
- package/src/adapters/tiktok/trending.yaml +1 -0
- package/src/adapters/toutiao/hot.yaml +1 -0
- package/src/adapters/toutiao/search.yaml +1 -0
- package/src/adapters/twitch/search.yaml +1 -0
- package/src/adapters/twitch/top.yaml +1 -0
- package/src/adapters/unsplash/search.yaml +1 -0
- package/src/adapters/v2ex/hot.yaml +1 -0
- package/src/adapters/v2ex/search.yaml +1 -0
- package/src/adapters/vercel/list.yaml +1 -0
- package/src/adapters/wechat-channels/hot.yaml +1 -0
- package/src/adapters/wechat-channels/search.yaml +1 -0
- package/src/adapters/weibo/feed.yaml +1 -0
- package/src/adapters/weibo/hot.yaml +1 -0
- package/src/adapters/weibo/search.yaml +1 -0
- package/src/adapters/weibo/timeline.yaml +1 -0
- package/src/adapters/weibo/trending.yaml +1 -0
- package/src/adapters/weixin/hot.yaml +1 -0
- package/src/adapters/weixin/search.yaml +1 -0
- package/src/adapters/weread/search.yaml +1 -0
- package/src/adapters/wikipedia/search.yaml +1 -0
- package/src/adapters/wikipedia/trending.yaml +1 -0
- package/src/adapters/wrangler/list.yaml +1 -0
- package/src/adapters/xiaohongshu/feed.yaml +1 -0
- package/src/adapters/xiaohongshu/hot.yaml +1 -0
- package/src/adapters/xiaohongshu/trending.yaml +1 -0
- package/src/adapters/xueqiu/feed.yaml +1 -0
- package/src/adapters/xueqiu/hot-stock.yaml +1 -0
- package/src/adapters/xueqiu/hot.yaml +1 -0
- package/src/adapters/xueqiu/search.yaml +1 -0
- package/src/adapters/yahoo-finance/search.yaml +1 -0
- package/src/adapters/yahoo-finance/trending.yaml +1 -0
- package/src/adapters/youtube/trending.yaml +1 -0
- package/src/adapters/yuanbao/new.yaml +1 -0
- package/src/adapters/zhihu/feed.yaml +1 -0
- package/src/adapters/zhihu/hot.yaml +1 -0
- package/src/adapters/zhihu/search.yaml +1 -0
- package/src/adapters/zhihu/trending.yaml +1 -0
- package/src/adapters/zotero/search.yaml +1 -0
- package/src/adapters/zsxq/search.yaml +1 -0
- package/dist/commands/browser-adapter-authoring.d.ts +0 -3
- package/dist/commands/browser-adapter-authoring.d.ts.map +0 -1
- package/dist/commands/browser-adapter-authoring.js.map +0 -1
- package/dist/commands/browser-authoring-operator.d.ts +0 -3
- package/dist/commands/browser-authoring-operator.d.ts.map +0 -1
- package/dist/commands/browser-authoring-operator.js.map +0 -1
- package/dist/commands/browser-operator-runtime.d.ts.map +0 -1
- package/dist/commands/browser-operator-runtime.js.map +0 -1
- package/dist/commands/browser-operator.d.ts +0 -6
- package/dist/commands/browser-operator.d.ts.map +0 -1
- package/dist/commands/browser-operator.js.map +0 -1
- package/dist/commands/browser.d.ts +0 -11
- package/dist/commands/browser.d.ts.map +0 -1
- package/dist/commands/browser.js.map +0 -1
- package/dist/mcp/sse-transport.d.ts +0 -34
- package/dist/mcp/sse-transport.d.ts.map +0 -1
- package/dist/mcp/sse-transport.js +0 -182
- package/dist/mcp/sse-transport.js.map +0 -1
package/README.zh-CN.md
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
</p>
|
|
29
29
|
|
|
30
30
|
<p align="center">
|
|
31
|
-
<sub><!-- STATS:site_count -->
|
|
31
|
+
<sub><!-- STATS:site_count -->238<!-- /STATS --> 个站点 · <!-- STATS:command_count -->1458<!-- /STATS --> 条命令 · <!-- STATS:pipeline_step_count -->101<!-- /STATS --> 个 pipeline step · <!-- STATS:test_count -->7918<!-- /STATS --> 个测试</sub>
|
|
32
32
|
</p>
|
|
33
33
|
|
|
34
34
|
<p align="center">
|
|
@@ -189,14 +189,282 @@ ACP 作为编辑器和桥接兼容层保留。真正跑任务时,优先 native
|
|
|
189
189
|
|
|
190
190
|
每条命令都能搜索、可声明、可验证、可修。
|
|
191
191
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
192
|
+
下面的网格由 active manifest 站点生成,徽章命令数不包含 quarantined 命令。
|
|
193
|
+
|
|
194
|
+
<!-- BEGIN README_SITE_GRID -->
|
|
195
|
+
<div align="center">
|
|
196
|
+
<p><strong>社交</strong><br>
|
|
197
|
+
<a data-site="band" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="band: 4 commands"><img alt="band" src="https://img.shields.io/static/v1?label=band&message=4+cmds&color=2563eb&style=flat-square&logo=bandlab&logoColor=white"></a>
|
|
198
|
+
<a data-site="bluesky" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bluesky: 12 commands"><img alt="bluesky" src="https://img.shields.io/static/v1?label=bluesky&message=12+cmds&color=2563eb&style=flat-square&logo=bluesky&logoColor=white"></a>
|
|
199
|
+
<a data-site="dingtalk" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="dingtalk: 8 commands"><img alt="dingtalk" src="https://img.shields.io/static/v1?label=dingtalk&message=8+cmds&color=2563eb&style=flat-square&logo=dingtalk&logoColor=white"></a>
|
|
200
|
+
<a data-site="discord-app" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="discord-app: 15 commands"><img alt="discord-app" src="https://img.shields.io/static/v1?label=discord-app&message=15+cmds&color=2563eb&style=flat-square&logo=discord&logoColor=white"></a>
|
|
201
|
+
<a data-site="douban" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="douban: 9 commands"><img alt="douban" src="https://img.shields.io/static/v1?label=douban&message=9+cmds&color=2563eb&style=flat-square"></a>
|
|
202
|
+
<a data-site="facebook" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="facebook: 12 commands"><img alt="facebook" src="https://img.shields.io/static/v1?label=facebook&message=12+cmds&color=2563eb&style=flat-square"></a>
|
|
203
|
+
<a data-site="hupu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="hupu: 7 commands"><img alt="hupu" src="https://img.shields.io/static/v1?label=hupu&message=7+cmds&color=2563eb&style=flat-square"></a>
|
|
204
|
+
<a data-site="instagram" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="instagram: 26 commands"><img alt="instagram" src="https://img.shields.io/static/v1?label=instagram&message=26+cmds&color=2563eb&style=flat-square&logo=instagram&logoColor=white"></a>
|
|
205
|
+
<a data-site="jike" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="jike: 10 commands"><img alt="jike" src="https://img.shields.io/static/v1?label=jike&message=10+cmds&color=2563eb&style=flat-square"></a>
|
|
206
|
+
<a data-site="lark" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="lark: 8 commands"><img alt="lark" src="https://img.shields.io/static/v1?label=lark&message=8+cmds&color=2563eb&style=flat-square&logo=lark&logoColor=white"></a>
|
|
207
|
+
<a data-site="linux-do" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="linux-do: 11 commands"><img alt="linux-do" src="https://img.shields.io/static/v1?label=linux-do&message=11+cmds&color=2563eb&style=flat-square"></a>
|
|
208
|
+
<a data-site="lobsters" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="lobsters: 5 commands"><img alt="lobsters" src="https://img.shields.io/static/v1?label=lobsters&message=5+cmds&color=2563eb&style=flat-square"></a>
|
|
209
|
+
<a data-site="mastodon" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="mastodon: 3 commands"><img alt="mastodon" src="https://img.shields.io/static/v1?label=mastodon&message=3+cmds&color=2563eb&style=flat-square&logo=mastodon&logoColor=white"></a>
|
|
210
|
+
<a data-site="reddit" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="reddit: 20 commands"><img alt="reddit" src="https://img.shields.io/static/v1?label=reddit&message=20+cmds&color=2563eb&style=flat-square&logo=reddit&logoColor=white"></a>
|
|
211
|
+
<a data-site="signal" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="signal: 7 commands"><img alt="signal" src="https://img.shields.io/static/v1?label=signal&message=7+cmds&color=2563eb&style=flat-square&logo=signal&logoColor=white"></a>
|
|
212
|
+
<a data-site="slack" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="slack: 14 commands"><img alt="slack" src="https://img.shields.io/static/v1?label=slack&message=14+cmds&color=2563eb&style=flat-square&logo=slack&logoColor=white"></a>
|
|
213
|
+
<a data-site="teams" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="teams: 7 commands"><img alt="teams" src="https://img.shields.io/static/v1?label=teams&message=7+cmds&color=2563eb&style=flat-square&logo=microsoftteams&logoColor=white"></a>
|
|
214
|
+
<a data-site="tieba" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="tieba: 3 commands"><img alt="tieba" src="https://img.shields.io/static/v1?label=tieba&message=3+cmds&color=2563eb&style=flat-square"></a>
|
|
215
|
+
<a data-site="twitter" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="twitter: 38 commands"><img alt="twitter" src="https://img.shields.io/static/v1?label=twitter&message=38+cmds&color=2563eb&style=flat-square&logo=x&logoColor=white"></a>
|
|
216
|
+
<a data-site="v2ex" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="v2ex: 12 commands"><img alt="v2ex" src="https://img.shields.io/static/v1?label=v2ex&message=12+cmds&color=2563eb&style=flat-square"></a>
|
|
217
|
+
<a data-site="wechat-work" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wechat-work: 7 commands"><img alt="wechat-work" src="https://img.shields.io/static/v1?label=wechat-work&message=7+cmds&color=2563eb&style=flat-square&logo=wechat&logoColor=white"></a>
|
|
218
|
+
<a data-site="weibo" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="weibo: 10 commands"><img alt="weibo" src="https://img.shields.io/static/v1?label=weibo&message=10+cmds&color=2563eb&style=flat-square&logo=sinaweibo&logoColor=white"></a>
|
|
219
|
+
<a data-site="whatsapp" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="whatsapp: 7 commands"><img alt="whatsapp" src="https://img.shields.io/static/v1?label=whatsapp&message=7+cmds&color=2563eb&style=flat-square"></a>
|
|
220
|
+
<a data-site="xiaohongshu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xiaohongshu: 22 commands"><img alt="xiaohongshu" src="https://img.shields.io/static/v1?label=xiaohongshu&message=22+cmds&color=2563eb&style=flat-square"></a>
|
|
221
|
+
<a data-site="zhihu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zhihu: 24 commands"><img alt="zhihu" src="https://img.shields.io/static/v1?label=zhihu&message=24+cmds&color=2563eb&style=flat-square&logo=zhihu&logoColor=white"></a>
|
|
222
|
+
<a data-site="zoom-app" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zoom-app: 7 commands"><img alt="zoom-app" src="https://img.shields.io/static/v1?label=zoom-app&message=7+cmds&color=2563eb&style=flat-square&logo=zoom&logoColor=white"></a>
|
|
223
|
+
</p>
|
|
224
|
+
<p><strong>视频</strong><br>
|
|
225
|
+
<a data-site="bilibili" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bilibili: 14 commands"><img alt="bilibili" src="https://img.shields.io/static/v1?label=bilibili&message=14+cmds&color=dc2626&style=flat-square"></a>
|
|
226
|
+
<a data-site="douyin" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="douyin: 13 commands"><img alt="douyin" src="https://img.shields.io/static/v1?label=douyin&message=13+cmds&color=dc2626&style=flat-square"></a>
|
|
227
|
+
<a data-site="douyu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="douyu: 2 commands"><img alt="douyu" src="https://img.shields.io/static/v1?label=douyu&message=2+cmds&color=dc2626&style=flat-square"></a>
|
|
228
|
+
<a data-site="kuaishou" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="kuaishou: 2 commands"><img alt="kuaishou" src="https://img.shields.io/static/v1?label=kuaishou&message=2+cmds&color=dc2626&style=flat-square"></a>
|
|
229
|
+
<a data-site="tiktok" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="tiktok: 16 commands"><img alt="tiktok" src="https://img.shields.io/static/v1?label=tiktok&message=16+cmds&color=dc2626&style=flat-square&logo=tiktok&logoColor=white"></a>
|
|
230
|
+
<a data-site="twitch" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="twitch: 4 commands"><img alt="twitch" src="https://img.shields.io/static/v1?label=twitch&message=4+cmds&color=dc2626&style=flat-square&logo=twitch&logoColor=white"></a>
|
|
231
|
+
<a data-site="youtube" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="youtube: 16 commands"><img alt="youtube" src="https://img.shields.io/static/v1?label=youtube&message=16+cmds&color=dc2626&style=flat-square&logo=youtube&logoColor=white"></a>
|
|
232
|
+
</p>
|
|
233
|
+
<p><strong>新闻</strong><br>
|
|
234
|
+
<a data-site="36kr" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="36kr: 4 commands"><img alt="36kr" src="https://img.shields.io/static/v1?label=36kr&message=4+cmds&color=b45309&style=flat-square"></a>
|
|
235
|
+
<a data-site="bbc" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bbc: 4 commands"><img alt="bbc" src="https://img.shields.io/static/v1?label=bbc&message=4+cmds&color=b45309&style=flat-square&logo=bbc&logoColor=white"></a>
|
|
236
|
+
<a data-site="bloomberg" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bloomberg: 10 commands"><img alt="bloomberg" src="https://img.shields.io/static/v1?label=bloomberg&message=10+cmds&color=b45309&style=flat-square"></a>
|
|
237
|
+
<a data-site="cnn" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cnn: 2 commands"><img alt="cnn" src="https://img.shields.io/static/v1?label=cnn&message=2+cmds&color=b45309&style=flat-square"></a>
|
|
238
|
+
<a data-site="hackernews" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="hackernews: 10 commands"><img alt="hackernews" src="https://img.shields.io/static/v1?label=hackernews&message=10+cmds&color=b45309&style=flat-square&logo=ycombinator&logoColor=white"></a>
|
|
239
|
+
<a data-site="infoq" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="infoq: 2 commands"><img alt="infoq" src="https://img.shields.io/static/v1?label=infoq&message=2+cmds&color=b45309&style=flat-square"></a>
|
|
240
|
+
<a data-site="ithome" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ithome: 2 commands"><img alt="ithome" src="https://img.shields.io/static/v1?label=ithome&message=2+cmds&color=b45309&style=flat-square"></a>
|
|
241
|
+
<a data-site="nytimes" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="nytimes: 2 commands"><img alt="nytimes" src="https://img.shields.io/static/v1?label=nytimes&message=2+cmds&color=b45309&style=flat-square"></a>
|
|
242
|
+
<a data-site="reuters" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="reuters: 2 commands"><img alt="reuters" src="https://img.shields.io/static/v1?label=reuters&message=2+cmds&color=b45309&style=flat-square&logo=reuters&logoColor=white"></a>
|
|
243
|
+
<a data-site="techcrunch" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="techcrunch: 2 commands"><img alt="techcrunch" src="https://img.shields.io/static/v1?label=techcrunch&message=2+cmds&color=b45309&style=flat-square"></a>
|
|
244
|
+
<a data-site="theverge" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="theverge: 2 commands"><img alt="theverge" src="https://img.shields.io/static/v1?label=theverge&message=2+cmds&color=b45309&style=flat-square"></a>
|
|
245
|
+
</p>
|
|
246
|
+
<p><strong>财经</strong><br>
|
|
247
|
+
<a data-site="barchart" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="barchart: 4 commands"><img alt="barchart" src="https://img.shields.io/static/v1?label=barchart&message=4+cmds&color=047857&style=flat-square&logo=chartdotjs&logoColor=white"></a>
|
|
248
|
+
<a data-site="binance" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="binance: 13 commands"><img alt="binance" src="https://img.shields.io/static/v1?label=binance&message=13+cmds&color=047857&style=flat-square&logo=binance&logoColor=white"></a>
|
|
249
|
+
<a data-site="coinbase" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="coinbase: 2 commands"><img alt="coinbase" src="https://img.shields.io/static/v1?label=coinbase&message=2+cmds&color=047857&style=flat-square&logo=coinbase&logoColor=white"></a>
|
|
250
|
+
<a data-site="eastmoney" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="eastmoney: 16 commands"><img alt="eastmoney" src="https://img.shields.io/static/v1?label=eastmoney&message=16+cmds&color=047857&style=flat-square"></a>
|
|
251
|
+
<a data-site="futu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="futu: 2 commands"><img alt="futu" src="https://img.shields.io/static/v1?label=futu&message=2+cmds&color=047857&style=flat-square"></a>
|
|
252
|
+
<a data-site="sinafinance" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="sinafinance: 5 commands"><img alt="sinafinance" src="https://img.shields.io/static/v1?label=sinafinance&message=5+cmds&color=047857&style=flat-square"></a>
|
|
253
|
+
<a data-site="xueqiu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xueqiu: 14 commands"><img alt="xueqiu" src="https://img.shields.io/static/v1?label=xueqiu&message=14+cmds&color=047857&style=flat-square"></a>
|
|
254
|
+
<a data-site="yahoo-finance" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="yahoo-finance: 2 commands"><img alt="yahoo-finance" src="https://img.shields.io/static/v1?label=yahoo-finance&message=2+cmds&color=047857&style=flat-square&logo=yahoo&logoColor=white"></a>
|
|
255
|
+
</p>
|
|
256
|
+
<p><strong>购物</strong><br>
|
|
257
|
+
<a data-site="1688" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="1688: 5 commands"><img alt="1688" src="https://img.shields.io/static/v1?label=1688&message=5+cmds&color=be185d&style=flat-square"></a>
|
|
258
|
+
<a data-site="amazon" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="amazon: 8 commands"><img alt="amazon" src="https://img.shields.io/static/v1?label=amazon&message=8+cmds&color=be185d&style=flat-square&logo=amazon&logoColor=white"></a>
|
|
259
|
+
<a data-site="coupang" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="coupang: 2 commands"><img alt="coupang" src="https://img.shields.io/static/v1?label=coupang&message=2+cmds&color=be185d&style=flat-square"></a>
|
|
260
|
+
<a data-site="dangdang" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="dangdang: 2 commands"><img alt="dangdang" src="https://img.shields.io/static/v1?label=dangdang&message=2+cmds&color=be185d&style=flat-square"></a>
|
|
261
|
+
<a data-site="dianping" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="dianping: 2 commands"><img alt="dianping" src="https://img.shields.io/static/v1?label=dianping&message=2+cmds&color=be185d&style=flat-square"></a>
|
|
262
|
+
<a data-site="ele" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ele: 2 commands"><img alt="ele" src="https://img.shields.io/static/v1?label=ele&message=2+cmds&color=be185d&style=flat-square"></a>
|
|
263
|
+
<a data-site="jd" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="jd: 6 commands"><img alt="jd" src="https://img.shields.io/static/v1?label=jd&message=6+cmds&color=be185d&style=flat-square"></a>
|
|
264
|
+
<a data-site="maoyan" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="maoyan: 2 commands"><img alt="maoyan" src="https://img.shields.io/static/v1?label=maoyan&message=2+cmds&color=be185d&style=flat-square"></a>
|
|
265
|
+
<a data-site="meituan" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="meituan: 1 command"><img alt="meituan" src="https://img.shields.io/static/v1?label=meituan&message=1+cmds&color=be185d&style=flat-square"></a>
|
|
266
|
+
<a data-site="pinduoduo" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pinduoduo: 2 commands"><img alt="pinduoduo" src="https://img.shields.io/static/v1?label=pinduoduo&message=2+cmds&color=be185d&style=flat-square"></a>
|
|
267
|
+
<a data-site="smzdm" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="smzdm: 3 commands"><img alt="smzdm" src="https://img.shields.io/static/v1?label=smzdm&message=3+cmds&color=be185d&style=flat-square"></a>
|
|
268
|
+
<a data-site="taobao" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="taobao: 6 commands"><img alt="taobao" src="https://img.shields.io/static/v1?label=taobao&message=6+cmds&color=be185d&style=flat-square"></a>
|
|
269
|
+
<a data-site="xianyu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xianyu: 3 commands"><img alt="xianyu" src="https://img.shields.io/static/v1?label=xianyu&message=3+cmds&color=be185d&style=flat-square"></a>
|
|
270
|
+
</p>
|
|
271
|
+
<p><strong>开发</strong><br>
|
|
272
|
+
<a data-site="claude-code" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="claude-code: 1 command"><img alt="claude-code" src="https://img.shields.io/static/v1?label=claude-code&message=1+cmds&color=4f46e5&style=flat-square&logo=anthropic&logoColor=white"></a>
|
|
273
|
+
<a data-site="cocoapods" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cocoapods: 2 commands"><img alt="cocoapods" src="https://img.shields.io/static/v1?label=cocoapods&message=2+cmds&color=4f46e5&style=flat-square&logo=cocoapods&logoColor=white"></a>
|
|
274
|
+
<a data-site="codex" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="codex: 17 commands"><img alt="codex" src="https://img.shields.io/static/v1?label=codex&message=17+cmds&color=4f46e5&style=flat-square&logo=openai&logoColor=white"></a>
|
|
275
|
+
<a data-site="codex-cli" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="codex-cli: 1 command"><img alt="codex-cli" src="https://img.shields.io/static/v1?label=codex-cli&message=1+cmds&color=4f46e5&style=flat-square&logo=openai&logoColor=white"></a>
|
|
276
|
+
<a data-site="crates-io" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="crates-io: 3 commands"><img alt="crates-io" src="https://img.shields.io/static/v1?label=crates-io&message=3+cmds&color=4f46e5&style=flat-square&logo=rust&logoColor=white"></a>
|
|
277
|
+
<a data-site="cursor" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cursor: 18 commands"><img alt="cursor" src="https://img.shields.io/static/v1?label=cursor&message=18+cmds&color=4f46e5&style=flat-square&logo=cursor&logoColor=white"></a>
|
|
278
|
+
<a data-site="devto" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="devto: 5 commands"><img alt="devto" src="https://img.shields.io/static/v1?label=devto&message=5+cmds&color=4f46e5&style=flat-square"></a>
|
|
279
|
+
<a data-site="docker-desktop" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="docker-desktop: 7 commands"><img alt="docker-desktop" src="https://img.shields.io/static/v1?label=docker-desktop&message=7+cmds&color=4f46e5&style=flat-square&logo=docker&logoColor=white"></a>
|
|
280
|
+
<a data-site="docker-hub" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="docker-hub: 3 commands"><img alt="docker-hub" src="https://img.shields.io/static/v1?label=docker-hub&message=3+cmds&color=4f46e5&style=flat-square&logo=docker&logoColor=white"></a>
|
|
281
|
+
<a data-site="gitee" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gitee: 3 commands"><img alt="gitee" src="https://img.shields.io/static/v1?label=gitee&message=3+cmds&color=4f46e5&style=flat-square"></a>
|
|
282
|
+
<a data-site="github-desktop" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="github-desktop: 7 commands"><img alt="github-desktop" src="https://img.shields.io/static/v1?label=github-desktop&message=7+cmds&color=4f46e5&style=flat-square&logo=github&logoColor=white"></a>
|
|
283
|
+
<a data-site="github-trending" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="github-trending: 1 command"><img alt="github-trending" src="https://img.shields.io/static/v1?label=github-trending&message=1+cmds&color=4f46e5&style=flat-square&logo=github&logoColor=white"></a>
|
|
284
|
+
<a data-site="gitkraken" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gitkraken: 7 commands"><img alt="gitkraken" src="https://img.shields.io/static/v1?label=gitkraken&message=7+cmds&color=4f46e5&style=flat-square&logo=gitkraken&logoColor=white"></a>
|
|
285
|
+
<a data-site="gitlab" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gitlab: 3 commands"><img alt="gitlab" src="https://img.shields.io/static/v1?label=gitlab&message=3+cmds&color=4f46e5&style=flat-square&logo=gitlab&logoColor=white"></a>
|
|
286
|
+
<a data-site="homebrew" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="homebrew: 2 commands"><img alt="homebrew" src="https://img.shields.io/static/v1?label=homebrew&message=2+cmds&color=4f46e5&style=flat-square&logo=homebrew&logoColor=white"></a>
|
|
287
|
+
<a data-site="insomnia" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="insomnia: 7 commands"><img alt="insomnia" src="https://img.shields.io/static/v1?label=insomnia&message=7+cmds&color=4f46e5&style=flat-square"></a>
|
|
288
|
+
<a data-site="maven" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="maven: 2 commands"><img alt="maven" src="https://img.shields.io/static/v1?label=maven&message=2+cmds&color=4f46e5&style=flat-square&logo=apachemaven&logoColor=white"></a>
|
|
289
|
+
<a data-site="npm" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="npm: 4 commands"><img alt="npm" src="https://img.shields.io/static/v1?label=npm&message=4+cmds&color=4f46e5&style=flat-square&logo=npm&logoColor=white"></a>
|
|
290
|
+
<a data-site="npm-trends" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="npm-trends: 2 commands"><img alt="npm-trends" src="https://img.shields.io/static/v1?label=npm-trends&message=2+cmds&color=4f46e5&style=flat-square&logo=npm&logoColor=white"></a>
|
|
291
|
+
<a data-site="nuget" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="nuget: 2 commands"><img alt="nuget" src="https://img.shields.io/static/v1?label=nuget&message=2+cmds&color=4f46e5&style=flat-square&logo=nuget&logoColor=white"></a>
|
|
292
|
+
<a data-site="opencode" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="opencode: 1 command"><img alt="opencode" src="https://img.shields.io/static/v1?label=opencode&message=1+cmds&color=4f46e5&style=flat-square"></a>
|
|
293
|
+
<a data-site="packagist" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="packagist: 2 commands"><img alt="packagist" src="https://img.shields.io/static/v1?label=packagist&message=2+cmds&color=4f46e5&style=flat-square&logo=packagist&logoColor=white"></a>
|
|
294
|
+
<a data-site="postman" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="postman: 7 commands"><img alt="postman" src="https://img.shields.io/static/v1?label=postman&message=7+cmds&color=4f46e5&style=flat-square&logo=postman&logoColor=white"></a>
|
|
295
|
+
<a data-site="producthunt" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="producthunt: 5 commands"><img alt="producthunt" src="https://img.shields.io/static/v1?label=producthunt&message=5+cmds&color=4f46e5&style=flat-square&logo=producthunt&logoColor=white"></a>
|
|
296
|
+
<a data-site="pub-dev" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pub-dev: 2 commands"><img alt="pub-dev" src="https://img.shields.io/static/v1?label=pub-dev&message=2+cmds&color=4f46e5&style=flat-square&logo=dart&logoColor=white"></a>
|
|
297
|
+
<a data-site="pypi" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pypi: 2 commands"><img alt="pypi" src="https://img.shields.io/static/v1?label=pypi&message=2+cmds&color=4f46e5&style=flat-square&logo=pypi&logoColor=white"></a>
|
|
298
|
+
<a data-site="rubygems" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="rubygems: 2 commands"><img alt="rubygems" src="https://img.shields.io/static/v1?label=rubygems&message=2+cmds&color=4f46e5&style=flat-square&logo=rubygems&logoColor=white"></a>
|
|
299
|
+
<a data-site="stackoverflow" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="stackoverflow: 6 commands"><img alt="stackoverflow" src="https://img.shields.io/static/v1?label=stackoverflow&message=6+cmds&color=4f46e5&style=flat-square&logo=stackoverflow&logoColor=white"></a>
|
|
300
|
+
<a data-site="vscode" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="vscode: 10 commands"><img alt="vscode" src="https://img.shields.io/static/v1?label=vscode&message=10+cmds&color=4f46e5&style=flat-square&logo=visualstudiocode&logoColor=white"></a>
|
|
301
|
+
</p>
|
|
302
|
+
<p><strong>AI</strong><br>
|
|
303
|
+
<a data-site="antigravity" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="antigravity: 16 commands"><img alt="antigravity" src="https://img.shields.io/static/v1?label=antigravity&message=16+cmds&color=7c3aed&style=flat-square&logo=google&logoColor=white"></a>
|
|
304
|
+
<a data-site="chatgpt" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chatgpt: 15 commands"><img alt="chatgpt" src="https://img.shields.io/static/v1?label=chatgpt&message=15+cmds&color=7c3aed&style=flat-square&logo=openai&logoColor=white"></a>
|
|
305
|
+
<a data-site="chatwise" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chatwise: 16 commands"><img alt="chatwise" src="https://img.shields.io/static/v1?label=chatwise&message=16+cmds&color=7c3aed&style=flat-square"></a>
|
|
306
|
+
<a data-site="claude" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="claude: 7 commands"><img alt="claude" src="https://img.shields.io/static/v1?label=claude&message=7+cmds&color=7c3aed&style=flat-square&logo=anthropic&logoColor=white"></a>
|
|
307
|
+
<a data-site="deepseek" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="deepseek: 7 commands"><img alt="deepseek" src="https://img.shields.io/static/v1?label=deepseek&message=7+cmds&color=7c3aed&style=flat-square&logo=deepseek&logoColor=white"></a>
|
|
308
|
+
<a data-site="doubao" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="doubao: 9 commands"><img alt="doubao" src="https://img.shields.io/static/v1?label=doubao&message=9+cmds&color=7c3aed&style=flat-square"></a>
|
|
309
|
+
<a data-site="doubao-app" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="doubao-app: 13 commands"><img alt="doubao-app" src="https://img.shields.io/static/v1?label=doubao-app&message=13+cmds&color=7c3aed&style=flat-square"></a>
|
|
310
|
+
<a data-site="doubao-web" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="doubao-web: 9 commands"><img alt="doubao-web" src="https://img.shields.io/static/v1?label=doubao-web&message=9+cmds&color=7c3aed&style=flat-square"></a>
|
|
311
|
+
<a data-site="gemini" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gemini: 5 commands"><img alt="gemini" src="https://img.shields.io/static/v1?label=gemini&message=5+cmds&color=7c3aed&style=flat-square&logo=googlegemini&logoColor=white"></a>
|
|
312
|
+
<a data-site="grok" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="grok: 1 command"><img alt="grok" src="https://img.shields.io/static/v1?label=grok&message=1+cmds&color=7c3aed&style=flat-square"></a>
|
|
313
|
+
<a data-site="hf" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="hf: 4 commands"><img alt="hf" src="https://img.shields.io/static/v1?label=hf&message=4+cmds&color=7c3aed&style=flat-square&logo=huggingface&logoColor=white"></a>
|
|
314
|
+
<a data-site="huggingface-papers" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="huggingface-papers: 2 commands"><img alt="huggingface-papers" src="https://img.shields.io/static/v1?label=huggingface-papers&message=2+cmds&color=7c3aed&style=flat-square&logo=huggingface&logoColor=white"></a>
|
|
315
|
+
<a data-site="lm-studio" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="lm-studio: 7 commands"><img alt="lm-studio" src="https://img.shields.io/static/v1?label=lm-studio&message=7+cmds&color=7c3aed&style=flat-square&logo=lmstudio&logoColor=white"></a>
|
|
316
|
+
<a data-site="minimax" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="minimax: 3 commands"><img alt="minimax" src="https://img.shields.io/static/v1?label=minimax&message=3+cmds&color=7c3aed&style=flat-square"></a>
|
|
317
|
+
<a data-site="notebooklm" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="notebooklm: 15 commands"><img alt="notebooklm" src="https://img.shields.io/static/v1?label=notebooklm&message=15+cmds&color=7c3aed&style=flat-square"></a>
|
|
318
|
+
<a data-site="novita" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="novita: 3 commands"><img alt="novita" src="https://img.shields.io/static/v1?label=novita&message=3+cmds&color=7c3aed&style=flat-square"></a>
|
|
319
|
+
<a data-site="ollama" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ollama: 3 commands"><img alt="ollama" src="https://img.shields.io/static/v1?label=ollama&message=3+cmds&color=7c3aed&style=flat-square"></a>
|
|
320
|
+
<a data-site="openrouter" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="openrouter: 2 commands"><img alt="openrouter" src="https://img.shields.io/static/v1?label=openrouter&message=2+cmds&color=7c3aed&style=flat-square&logo=openai&logoColor=white"></a>
|
|
321
|
+
<a data-site="perplexity" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="perplexity: 8 commands"><img alt="perplexity" src="https://img.shields.io/static/v1?label=perplexity&message=8+cmds&color=7c3aed&style=flat-square"></a>
|
|
322
|
+
<a data-site="replicate" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="replicate: 2 commands"><img alt="replicate" src="https://img.shields.io/static/v1?label=replicate&message=2+cmds&color=7c3aed&style=flat-square"></a>
|
|
323
|
+
<a data-site="yuanbao" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="yuanbao: 3 commands"><img alt="yuanbao" src="https://img.shields.io/static/v1?label=yuanbao&message=3+cmds&color=7c3aed&style=flat-square"></a>
|
|
324
|
+
</p>
|
|
325
|
+
<p><strong>知识</strong><br>
|
|
326
|
+
<a data-site="arxiv" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="arxiv: 2 commands"><img alt="arxiv" src="https://img.shields.io/static/v1?label=arxiv&message=2+cmds&color=0f766e&style=flat-square&logo=arxiv&logoColor=white"></a>
|
|
327
|
+
<a data-site="chaoxing" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chaoxing: 2 commands"><img alt="chaoxing" src="https://img.shields.io/static/v1?label=chaoxing&message=2+cmds&color=0f766e&style=flat-square"></a>
|
|
328
|
+
<a data-site="cnki" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cnki: 1 command"><img alt="cnki" src="https://img.shields.io/static/v1?label=cnki&message=1+cmds&color=0f766e&style=flat-square"></a>
|
|
329
|
+
<a data-site="dictionary" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="dictionary: 3 commands"><img alt="dictionary" src="https://img.shields.io/static/v1?label=dictionary&message=3+cmds&color=0f766e&style=flat-square"></a>
|
|
330
|
+
<a data-site="google" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="google: 4 commands"><img alt="google" src="https://img.shields.io/static/v1?label=google&message=4+cmds&color=0f766e&style=flat-square&logo=google&logoColor=white"></a>
|
|
331
|
+
<a data-site="imdb" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="imdb: 6 commands"><img alt="imdb" src="https://img.shields.io/static/v1?label=imdb&message=6+cmds&color=0f766e&style=flat-square"></a>
|
|
332
|
+
<a data-site="paperreview" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="paperreview: 3 commands"><img alt="paperreview" src="https://img.shields.io/static/v1?label=paperreview&message=3+cmds&color=0f766e&style=flat-square"></a>
|
|
333
|
+
<a data-site="wikipedia" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wikipedia: 4 commands"><img alt="wikipedia" src="https://img.shields.io/static/v1?label=wikipedia&message=4+cmds&color=0f766e&style=flat-square&logo=wikipedia&logoColor=white"></a>
|
|
334
|
+
</p>
|
|
335
|
+
<p><strong>音频</strong><br>
|
|
336
|
+
<a data-site="apple-podcasts" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="apple-podcasts: 2 commands"><img alt="apple-podcasts" src="https://img.shields.io/static/v1?label=apple-podcasts&message=2+cmds&color=16a34a&style=flat-square&logo=applepodcasts&logoColor=white"></a>
|
|
337
|
+
<a data-site="netease-music" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="netease-music: 15 commands"><img alt="netease-music" src="https://img.shields.io/static/v1?label=netease-music&message=15+cmds&color=16a34a&style=flat-square&logo=neteasecloudmusic&logoColor=white"></a>
|
|
338
|
+
<a data-site="spotify" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="spotify: 23 commands"><img alt="spotify" src="https://img.shields.io/static/v1?label=spotify&message=23+cmds&color=16a34a&style=flat-square&logo=spotify&logoColor=white"></a>
|
|
339
|
+
<a data-site="xiaoyuzhou" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xiaoyuzhou: 5 commands"><img alt="xiaoyuzhou" src="https://img.shields.io/static/v1?label=xiaoyuzhou&message=5+cmds&color=16a34a&style=flat-square"></a>
|
|
340
|
+
</p>
|
|
341
|
+
<p><strong>内容</strong><br>
|
|
342
|
+
<a data-site="medium" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="medium: 5 commands"><img alt="medium" src="https://img.shields.io/static/v1?label=medium&message=5+cmds&color=c2410c&style=flat-square"></a>
|
|
343
|
+
<a data-site="pixiv" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pixiv: 6 commands"><img alt="pixiv" src="https://img.shields.io/static/v1?label=pixiv&message=6+cmds&color=c2410c&style=flat-square&logo=pixiv&logoColor=white"></a>
|
|
344
|
+
<a data-site="sspai" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="sspai: 2 commands"><img alt="sspai" src="https://img.shields.io/static/v1?label=sspai&message=2+cmds&color=c2410c&style=flat-square"></a>
|
|
345
|
+
<a data-site="substack" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="substack: 3 commands"><img alt="substack" src="https://img.shields.io/static/v1?label=substack&message=3+cmds&color=c2410c&style=flat-square"></a>
|
|
346
|
+
<a data-site="weread" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="weread: 8 commands"><img alt="weread" src="https://img.shields.io/static/v1?label=weread&message=8+cmds&color=c2410c&style=flat-square"></a>
|
|
347
|
+
<a data-site="zsxq" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zsxq: 5 commands"><img alt="zsxq" src="https://img.shields.io/static/v1?label=zsxq&message=5+cmds&color=c2410c&style=flat-square"></a>
|
|
348
|
+
</p>
|
|
349
|
+
<p><strong>效率</strong><br>
|
|
350
|
+
<a data-site="apple-notes" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="apple-notes: 3 commands"><img alt="apple-notes" src="https://img.shields.io/static/v1?label=apple-notes&message=3+cmds&color=475569&style=flat-square&logo=apple&logoColor=white"></a>
|
|
351
|
+
<a data-site="evernote-app" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="evernote-app: 7 commands"><img alt="evernote-app" src="https://img.shields.io/static/v1?label=evernote-app&message=7+cmds&color=475569&style=flat-square"></a>
|
|
352
|
+
<a data-site="logseq" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="logseq: 7 commands"><img alt="logseq" src="https://img.shields.io/static/v1?label=logseq&message=7+cmds&color=475569&style=flat-square"></a>
|
|
353
|
+
<a data-site="mubu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="mubu: 6 commands"><img alt="mubu" src="https://img.shields.io/static/v1?label=mubu&message=6+cmds&color=475569&style=flat-square"></a>
|
|
354
|
+
<a data-site="notion" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="notion: 18 commands"><img alt="notion" src="https://img.shields.io/static/v1?label=notion&message=18+cmds&color=475569&style=flat-square&logo=notion&logoColor=white"></a>
|
|
355
|
+
<a data-site="obsidian" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="obsidian: 10 commands"><img alt="obsidian" src="https://img.shields.io/static/v1?label=obsidian&message=10+cmds&color=475569&style=flat-square&logo=obsidian&logoColor=white"></a>
|
|
356
|
+
<a data-site="typora" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="typora: 7 commands"><img alt="typora" src="https://img.shields.io/static/v1?label=typora&message=7+cmds&color=475569&style=flat-square&logo=typora&logoColor=white"></a>
|
|
357
|
+
</p>
|
|
358
|
+
<p><strong>招聘</strong><br>
|
|
359
|
+
<a data-site="boss" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="boss: 14 commands"><img alt="boss" src="https://img.shields.io/static/v1?label=boss&message=14+cmds&color=0891b2&style=flat-square"></a>
|
|
360
|
+
<a data-site="linkedin" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="linkedin: 4 commands"><img alt="linkedin" src="https://img.shields.io/static/v1?label=linkedin&message=4+cmds&color=0891b2&style=flat-square"></a>
|
|
361
|
+
</p>
|
|
362
|
+
<p><strong>桌面</strong><br>
|
|
363
|
+
<a data-site="blender" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="blender: 13 commands"><img alt="blender" src="https://img.shields.io/static/v1?label=blender&message=13+cmds&color=334155&style=flat-square&logo=blender&logoColor=white"></a>
|
|
364
|
+
<a data-site="comfyui" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="comfyui: 4 commands"><img alt="comfyui" src="https://img.shields.io/static/v1?label=comfyui&message=4+cmds&color=334155&style=flat-square"></a>
|
|
365
|
+
<a data-site="docker" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="docker: 7 commands"><img alt="docker" src="https://img.shields.io/static/v1?label=docker&message=7+cmds&color=334155&style=flat-square&logo=docker&logoColor=white"></a>
|
|
366
|
+
<a data-site="drawio" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="drawio: 1 command"><img alt="drawio" src="https://img.shields.io/static/v1?label=drawio&message=1+cmds&color=334155&style=flat-square"></a>
|
|
367
|
+
<a data-site="excel" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="excel: 7 commands"><img alt="excel" src="https://img.shields.io/static/v1?label=excel&message=7+cmds&color=334155&style=flat-square"></a>
|
|
368
|
+
<a data-site="ffmpeg" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ffmpeg: 11 commands"><img alt="ffmpeg" src="https://img.shields.io/static/v1?label=ffmpeg&message=11+cmds&color=334155&style=flat-square&logo=ffmpeg&logoColor=white"></a>
|
|
369
|
+
<a data-site="figma" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="figma: 7 commands"><img alt="figma" src="https://img.shields.io/static/v1?label=figma&message=7+cmds&color=334155&style=flat-square&logo=figma&logoColor=white"></a>
|
|
370
|
+
<a data-site="freecad" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="freecad: 15 commands"><img alt="freecad" src="https://img.shields.io/static/v1?label=freecad&message=15+cmds&color=334155&style=flat-square&logo=freecad&logoColor=white"></a>
|
|
371
|
+
<a data-site="gimp" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gimp: 12 commands"><img alt="gimp" src="https://img.shields.io/static/v1?label=gimp&message=12+cmds&color=334155&style=flat-square&logo=gimp&logoColor=white"></a>
|
|
372
|
+
<a data-site="imagemagick" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="imagemagick: 6 commands"><img alt="imagemagick" src="https://img.shields.io/static/v1?label=imagemagick&message=6+cmds&color=334155&style=flat-square&logo=imagemagick&logoColor=white"></a>
|
|
373
|
+
<a data-site="inkscape" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="inkscape: 3 commands"><img alt="inkscape" src="https://img.shields.io/static/v1?label=inkscape&message=3+cmds&color=334155&style=flat-square"></a>
|
|
374
|
+
<a data-site="libreoffice" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="libreoffice: 2 commands"><img alt="libreoffice" src="https://img.shields.io/static/v1?label=libreoffice&message=2+cmds&color=334155&style=flat-square"></a>
|
|
375
|
+
<a data-site="macos" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="macos: 60 commands"><img alt="macos" src="https://img.shields.io/static/v1?label=macos&message=60+cmds&color=334155&style=flat-square&logo=apple&logoColor=white"></a>
|
|
376
|
+
<a data-site="mermaid" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="mermaid: 1 command"><img alt="mermaid" src="https://img.shields.io/static/v1?label=mermaid&message=1+cmds&color=334155&style=flat-square&logo=mermaid&logoColor=white"></a>
|
|
377
|
+
<a data-site="musescore" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="musescore: 5 commands"><img alt="musescore" src="https://img.shields.io/static/v1?label=musescore&message=5+cmds&color=334155&style=flat-square"></a>
|
|
378
|
+
<a data-site="pandoc" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pandoc: 1 command"><img alt="pandoc" src="https://img.shields.io/static/v1?label=pandoc&message=1+cmds&color=334155&style=flat-square&logo=pandoc&logoColor=white"></a>
|
|
379
|
+
<a data-site="powerpoint" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="powerpoint: 7 commands"><img alt="powerpoint" src="https://img.shields.io/static/v1?label=powerpoint&message=7+cmds&color=334155&style=flat-square&logo=microsoftpowerpoint&logoColor=white"></a>
|
|
380
|
+
<a data-site="word" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="word: 7 commands"><img alt="word" src="https://img.shields.io/static/v1?label=word&message=7+cmds&color=334155&style=flat-square&logo=microsoftword&logoColor=white"></a>
|
|
381
|
+
</p>
|
|
382
|
+
<p><strong>游戏</strong><br>
|
|
383
|
+
<a data-site="steam" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="steam: 6 commands"><img alt="steam" src="https://img.shields.io/static/v1?label=steam&message=6+cmds&color=9333ea&style=flat-square&logo=steam&logoColor=white"></a>
|
|
384
|
+
</p>
|
|
385
|
+
<p><strong>工具</strong><br>
|
|
386
|
+
<a data-site="bitwarden" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bitwarden: 7 commands"><img alt="bitwarden" src="https://img.shields.io/static/v1?label=bitwarden&message=7+cmds&color=0d9488&style=flat-square"></a>
|
|
387
|
+
<a data-site="exchangerate" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="exchangerate: 1 command"><img alt="exchangerate" src="https://img.shields.io/static/v1?label=exchangerate&message=1+cmds&color=0d9488&style=flat-square"></a>
|
|
388
|
+
<a data-site="ip-info" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ip-info: 1 command"><img alt="ip-info" src="https://img.shields.io/static/v1?label=ip-info&message=1+cmds&color=0d9488&style=flat-square"></a>
|
|
389
|
+
<a data-site="linear" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="linear: 10 commands"><img alt="linear" src="https://img.shields.io/static/v1?label=linear&message=10+cmds&color=0d9488&style=flat-square&logo=linear&logoColor=white"></a>
|
|
390
|
+
<a data-site="qweather" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="qweather: 2 commands"><img alt="qweather" src="https://img.shields.io/static/v1?label=qweather&message=2+cmds&color=0d9488&style=flat-square&logo=icloud&logoColor=white"></a>
|
|
391
|
+
<a data-site="todoist" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="todoist: 7 commands"><img alt="todoist" src="https://img.shields.io/static/v1?label=todoist&message=7+cmds&color=0d9488&style=flat-square&logo=todoist&logoColor=white"></a>
|
|
392
|
+
<a data-site="web" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="web: 1 command"><img alt="web" src="https://img.shields.io/static/v1?label=web&message=1+cmds&color=0d9488&style=flat-square"></a>
|
|
393
|
+
</p>
|
|
394
|
+
<p><strong>其他</strong><br>
|
|
395
|
+
<a data-site="51job" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="51job: 4 commands"><img alt="51job" src="https://img.shields.io/static/v1?label=51job&message=4+cmds&color=64748b&style=flat-square"></a>
|
|
396
|
+
<a data-site="adguardhome" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="adguardhome: 2 commands"><img alt="adguardhome" src="https://img.shields.io/static/v1?label=adguardhome&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
397
|
+
<a data-site="audacity" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="audacity: 8 commands"><img alt="audacity" src="https://img.shields.io/static/v1?label=audacity&message=8+cmds&color=64748b&style=flat-square"></a>
|
|
398
|
+
<a data-site="autoagent" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="autoagent: 1 command"><img alt="autoagent" src="https://img.shields.io/static/v1?label=autoagent&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
399
|
+
<a data-site="aws" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="aws: 1 command"><img alt="aws" src="https://img.shields.io/static/v1?label=aws&message=1+cmds&color=64748b&style=flat-square&logo=amazonaws&logoColor=white"></a>
|
|
400
|
+
<a data-site="baidu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="baidu: 2 commands"><img alt="baidu" src="https://img.shields.io/static/v1?label=baidu&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
401
|
+
<a data-site="baidu-scholar" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="baidu-scholar: 1 command"><img alt="baidu-scholar" src="https://img.shields.io/static/v1?label=baidu-scholar&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
402
|
+
<a data-site="chatgpt-app" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chatgpt-app: 8 commands"><img alt="chatgpt-app" src="https://img.shields.io/static/v1?label=chatgpt-app&message=8+cmds&color=64748b&style=flat-square"></a>
|
|
403
|
+
<a data-site="chrome" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chrome: 2 commands"><img alt="chrome" src="https://img.shields.io/static/v1?label=chrome&message=2+cmds&color=64748b&style=flat-square&logo=googlechrome&logoColor=white"></a>
|
|
404
|
+
<a data-site="cloudcompare" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cloudcompare: 4 commands"><img alt="cloudcompare" src="https://img.shields.io/static/v1?label=cloudcompare&message=4+cmds&color=64748b&style=flat-square&logo=cloudinary&logoColor=white"></a>
|
|
405
|
+
<a data-site="cua" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cua: 2 commands"><img alt="cua" src="https://img.shields.io/static/v1?label=cua&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
406
|
+
<a data-site="doctl" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="doctl: 1 command"><img alt="doctl" src="https://img.shields.io/static/v1?label=doctl&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
407
|
+
<a data-site="feishu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="feishu: 4 commands"><img alt="feishu" src="https://img.shields.io/static/v1?label=feishu&message=4+cmds&color=64748b&style=flat-square"></a>
|
|
408
|
+
<a data-site="flyctl" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="flyctl: 1 command"><img alt="flyctl" src="https://img.shields.io/static/v1?label=flyctl&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
409
|
+
<a data-site="gh" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gh: 6 commands"><img alt="gh" src="https://img.shields.io/static/v1?label=gh&message=6+cmds&color=64748b&style=flat-square&logo=github&logoColor=white"></a>
|
|
410
|
+
<a data-site="godot" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="godot: 2 commands"><img alt="godot" src="https://img.shields.io/static/v1?label=godot&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
411
|
+
<a data-site="google-scholar" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="google-scholar: 3 commands"><img alt="google-scholar" src="https://img.shields.io/static/v1?label=google-scholar&message=3+cmds&color=64748b&style=flat-square&logo=google&logoColor=white"></a>
|
|
412
|
+
<a data-site="gov-law" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gov-law: 2 commands"><img alt="gov-law" src="https://img.shields.io/static/v1?label=gov-law&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
413
|
+
<a data-site="gov-policy" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gov-policy: 2 commands"><img alt="gov-policy" src="https://img.shields.io/static/v1?label=gov-policy&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
414
|
+
<a data-site="hermes" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="hermes: 3 commands"><img alt="hermes" src="https://img.shields.io/static/v1?label=hermes&message=3+cmds&color=64748b&style=flat-square"></a>
|
|
415
|
+
<a data-site="imessage" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="imessage: 3 commands"><img alt="imessage" src="https://img.shields.io/static/v1?label=imessage&message=3+cmds&color=64748b&style=flat-square"></a>
|
|
416
|
+
<a data-site="itch-io" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="itch-io: 1 command"><img alt="itch-io" src="https://img.shields.io/static/v1?label=itch-io&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
417
|
+
<a data-site="jianyu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="jianyu: 2 commands"><img alt="jianyu" src="https://img.shields.io/static/v1?label=jianyu&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
418
|
+
<a data-site="jimeng" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="jimeng: 4 commands"><img alt="jimeng" src="https://img.shields.io/static/v1?label=jimeng&message=4+cmds&color=64748b&style=flat-square"></a>
|
|
419
|
+
<a data-site="jq" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="jq: 2 commands"><img alt="jq" src="https://img.shields.io/static/v1?label=jq&message=2+cmds&color=64748b&style=flat-square&logo=json&logoColor=white"></a>
|
|
420
|
+
<a data-site="juejin" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="juejin: 2 commands"><img alt="juejin" src="https://img.shields.io/static/v1?label=juejin&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
421
|
+
<a data-site="kdenlive" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="kdenlive: 3 commands"><img alt="kdenlive" src="https://img.shields.io/static/v1?label=kdenlive&message=3+cmds&color=64748b&style=flat-square"></a>
|
|
422
|
+
<a data-site="ke" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ke: 4 commands"><img alt="ke" src="https://img.shields.io/static/v1?label=ke&message=4+cmds&color=64748b&style=flat-square"></a>
|
|
423
|
+
<a data-site="krita" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="krita: 4 commands"><img alt="krita" src="https://img.shields.io/static/v1?label=krita&message=4+cmds&color=64748b&style=flat-square"></a>
|
|
424
|
+
<a data-site="leetcode" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="leetcode: 1 command"><img alt="leetcode" src="https://img.shields.io/static/v1?label=leetcode&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
425
|
+
<a data-site="lesswrong" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="lesswrong: 15 commands"><img alt="lesswrong" src="https://img.shields.io/static/v1?label=lesswrong&message=15+cmds&color=64748b&style=flat-square"></a>
|
|
426
|
+
<a data-site="maimai" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="maimai: 2 commands"><img alt="maimai" src="https://img.shields.io/static/v1?label=maimai&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
427
|
+
<a data-site="motion-studio" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="motion-studio: 1 command"><img alt="motion-studio" src="https://img.shields.io/static/v1?label=motion-studio&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
428
|
+
<a data-site="neonctl" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="neonctl: 1 command"><img alt="neonctl" src="https://img.shields.io/static/v1?label=neonctl&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
429
|
+
<a data-site="netlify" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="netlify: 1 command"><img alt="netlify" src="https://img.shields.io/static/v1?label=netlify&message=1+cmds&color=64748b&style=flat-square&logo=netlify&logoColor=white"></a>
|
|
430
|
+
<a data-site="nowcoder" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="nowcoder: 16 commands"><img alt="nowcoder" src="https://img.shields.io/static/v1?label=nowcoder&message=16+cmds&color=64748b&style=flat-square"></a>
|
|
431
|
+
<a data-site="obs" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="obs: 8 commands"><img alt="obs" src="https://img.shields.io/static/v1?label=obs&message=8+cmds&color=64748b&style=flat-square"></a>
|
|
432
|
+
<a data-site="ones" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ones: 11 commands"><img alt="ones" src="https://img.shields.io/static/v1?label=ones&message=11+cmds&color=64748b&style=flat-square"></a>
|
|
433
|
+
<a data-site="openharness" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="openharness: 2 commands"><img alt="openharness" src="https://img.shields.io/static/v1?label=openharness&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
434
|
+
<a data-site="pexels" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pexels: 2 commands"><img alt="pexels" src="https://img.shields.io/static/v1?label=pexels&message=2+cmds&color=64748b&style=flat-square&logo=pexels&logoColor=white"></a>
|
|
435
|
+
<a data-site="powerchina" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="powerchina: 1 command"><img alt="powerchina" src="https://img.shields.io/static/v1?label=powerchina&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
436
|
+
<a data-site="pscale" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pscale: 1 command"><img alt="pscale" src="https://img.shields.io/static/v1?label=pscale&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
437
|
+
<a data-site="quark" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="quark: 8 commands"><img alt="quark" src="https://img.shields.io/static/v1?label=quark&message=8+cmds&color=64748b&style=flat-square"></a>
|
|
438
|
+
<a data-site="railway" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="railway: 1 command"><img alt="railway" src="https://img.shields.io/static/v1?label=railway&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
439
|
+
<a data-site="renderdoc" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="renderdoc: 2 commands"><img alt="renderdoc" src="https://img.shields.io/static/v1?label=renderdoc&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
440
|
+
<a data-site="shotcut" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="shotcut: 3 commands"><img alt="shotcut" src="https://img.shields.io/static/v1?label=shotcut&message=3+cmds&color=64748b&style=flat-square"></a>
|
|
441
|
+
<a data-site="sinablog" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="sinablog: 4 commands"><img alt="sinablog" src="https://img.shields.io/static/v1?label=sinablog&message=4+cmds&color=64748b&style=flat-square"></a>
|
|
442
|
+
<a data-site="sketch" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="sketch: 3 commands"><img alt="sketch" src="https://img.shields.io/static/v1?label=sketch&message=3+cmds&color=64748b&style=flat-square"></a>
|
|
443
|
+
<a data-site="slay-the-spire-ii" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="slay-the-spire-ii: 6 commands"><img alt="slay-the-spire-ii" src="https://img.shields.io/static/v1?label=slay-the-spire-ii&message=6+cmds&color=64748b&style=flat-square&logo=steam&logoColor=white"></a>
|
|
444
|
+
<a data-site="slock" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="slock: 1 command"><img alt="slock" src="https://img.shields.io/static/v1?label=slock&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
445
|
+
<a data-site="stagehand" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="stagehand: 1 command"><img alt="stagehand" src="https://img.shields.io/static/v1?label=stagehand&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
446
|
+
<a data-site="supabase" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="supabase: 1 command"><img alt="supabase" src="https://img.shields.io/static/v1?label=supabase&message=1+cmds&color=64748b&style=flat-square&logo=supabase&logoColor=white"></a>
|
|
447
|
+
<a data-site="tdx" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="tdx: 1 command"><img alt="tdx" src="https://img.shields.io/static/v1?label=tdx&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
448
|
+
<a data-site="threads" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="threads: 2 commands"><img alt="threads" src="https://img.shields.io/static/v1?label=threads&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
449
|
+
<a data-site="ths" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ths: 1 command"><img alt="ths" src="https://img.shields.io/static/v1?label=ths&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
450
|
+
<a data-site="toutiao" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="toutiao: 3 commands"><img alt="toutiao" src="https://img.shields.io/static/v1?label=toutiao&message=3+cmds&color=64748b&style=flat-square"></a>
|
|
451
|
+
<a data-site="uiverse" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="uiverse: 2 commands"><img alt="uiverse" src="https://img.shields.io/static/v1?label=uiverse&message=2+cmds&color=64748b&style=flat-square"></a>
|
|
452
|
+
<a data-site="unsplash" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="unsplash: 2 commands"><img alt="unsplash" src="https://img.shields.io/static/v1?label=unsplash&message=2+cmds&color=64748b&style=flat-square&logo=unsplash&logoColor=white"></a>
|
|
453
|
+
<a data-site="vercel" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="vercel: 1 command"><img alt="vercel" src="https://img.shields.io/static/v1?label=vercel&message=1+cmds&color=64748b&style=flat-square&logo=vercel&logoColor=white"></a>
|
|
454
|
+
<a data-site="wanfang" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wanfang: 1 command"><img alt="wanfang" src="https://img.shields.io/static/v1?label=wanfang&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
455
|
+
<a data-site="wechat-channels" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wechat-channels: 2 commands"><img alt="wechat-channels" src="https://img.shields.io/static/v1?label=wechat-channels&message=2+cmds&color=64748b&style=flat-square&logo=wechat&logoColor=white"></a>
|
|
456
|
+
<a data-site="weixin" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="weixin: 6 commands"><img alt="weixin" src="https://img.shields.io/static/v1?label=weixin&message=6+cmds&color=64748b&style=flat-square"></a>
|
|
457
|
+
<a data-site="wiremock" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wiremock: 5 commands"><img alt="wiremock" src="https://img.shields.io/static/v1?label=wiremock&message=5+cmds&color=64748b&style=flat-square"></a>
|
|
458
|
+
<a data-site="wrangler" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wrangler: 1 command"><img alt="wrangler" src="https://img.shields.io/static/v1?label=wrangler&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
459
|
+
<a data-site="xiaoe" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xiaoe: 5 commands"><img alt="xiaoe" src="https://img.shields.io/static/v1?label=xiaoe&message=5+cmds&color=64748b&style=flat-square"></a>
|
|
460
|
+
<a data-site="ycombinator" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ycombinator: 1 command"><img alt="ycombinator" src="https://img.shields.io/static/v1?label=ycombinator&message=1+cmds&color=64748b&style=flat-square"></a>
|
|
461
|
+
<a data-site="yollomi" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="yollomi: 12 commands"><img alt="yollomi" src="https://img.shields.io/static/v1?label=yollomi&message=12+cmds&color=64748b&style=flat-square"></a>
|
|
462
|
+
<a data-site="yt-dlp" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="yt-dlp: 4 commands"><img alt="yt-dlp" src="https://img.shields.io/static/v1?label=yt-dlp&message=4+cmds&color=64748b&style=flat-square&logo=youtube&logoColor=white"></a>
|
|
463
|
+
<a data-site="zoom" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zoom: 2 commands"><img alt="zoom" src="https://img.shields.io/static/v1?label=zoom&message=2+cmds&color=64748b&style=flat-square&logo=zoom&logoColor=white"></a>
|
|
464
|
+
<a data-site="zotero" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zotero: 8 commands"><img alt="zotero" src="https://img.shields.io/static/v1?label=zotero&message=8+cmds&color=64748b&style=flat-square&logo=zotero&logoColor=white"></a>
|
|
465
|
+
</p>
|
|
466
|
+
</div>
|
|
467
|
+
<!-- END README_SITE_GRID -->
|
|
200
468
|
|
|
201
469
|
看实时目录:
|
|
202
470
|
|
|
@@ -334,5 +602,5 @@ npm run verify
|
|
|
334
602
|
[Apache-2.0](./LICENSE)
|
|
335
603
|
|
|
336
604
|
<p align="center">
|
|
337
|
-
<sub>v0.
|
|
605
|
+
<sub>v0.219.0 — Vostok · Gagarin</sub>
|
|
338
606
|
</p>
|
package/bin/unicli-mcp
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @owner bin/unicli-mcp
|
|
5
|
+
* @does Package root wrapper that launches the compiled Uni-CLI MCP server.
|
|
6
|
+
* @needs dist/bin/unicli-mcp.js
|
|
7
|
+
* @feeds npm bin payload, MCP registry package inspection
|
|
8
|
+
* @breaks Missing wrapper makes npm pack omit the expected MCP binary entry.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
import("../dist/bin/unicli-mcp.js").catch((error) => {
|
|
12
|
+
console.error(error);
|
|
13
|
+
process.exit(1);
|
|
14
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* @owner src/bin/unicli-mcp.ts
|
|
4
|
+
* @does One-liner npm bin that boots the Uni-CLI MCP server (stdio).
|
|
5
|
+
* @needs ../mcp/server.js
|
|
6
|
+
* @feeds npm bin -> `npx -y @zenalexa/unicli-mcp` (Claude Desktop, Cursor, etc.)
|
|
7
|
+
* @breaks Server start failure propagates as exit 1; no fallback transport.
|
|
8
|
+
*/
|
|
9
|
+
import "../mcp/server.js";
|
|
10
|
+
//# sourceMappingURL=unicli-mcp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unicli-mcp.d.ts","sourceRoot":"","sources":["../../src/bin/unicli-mcp.ts"],"names":[],"mappings":";AAEA;;;;;;GAMG;AAEH,OAAO,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* @owner src/bin/unicli-mcp.ts
|
|
4
|
+
* @does One-liner npm bin that boots the Uni-CLI MCP server (stdio).
|
|
5
|
+
* @needs ../mcp/server.js
|
|
6
|
+
* @feeds npm bin -> `npx -y @zenalexa/unicli-mcp` (Claude Desktop, Cursor, etc.)
|
|
7
|
+
* @breaks Server start failure propagates as exit 1; no fallback transport.
|
|
8
|
+
*/
|
|
9
|
+
import "../mcp/server.js";
|
|
10
|
+
//# sourceMappingURL=unicli-mcp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unicli-mcp.js","sourceRoot":"","sources":["../../src/bin/unicli-mcp.ts"],"names":[],"mappings":";AAEA;;;;;;GAMG;AAEH,OAAO,kBAAkB,CAAC"}
|
package/dist/cli.js
CHANGED
|
@@ -13,7 +13,7 @@ import { verifyRowShape } from "./engine/verify-row-shape.js";
|
|
|
13
13
|
import { ExitCode } from "./types.js";
|
|
14
14
|
import { VERSION } from "./constants.js";
|
|
15
15
|
import { registerAuthCommands } from "./commands/auth.js";
|
|
16
|
-
import { registerBrowserCommands } from "./commands/browser.js";
|
|
16
|
+
import { registerBrowserCommands } from "./commands/browser/index.js";
|
|
17
17
|
import { registerComputeCommand } from "./commands/compute.js";
|
|
18
18
|
import { registerDaemonCommands } from "./commands/daemon.js";
|
|
19
19
|
import { registerDoctorComputeCommand } from "./commands/doctor-compute.js";
|
package/dist/cli.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"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"}
|