@zenalexa/unicli 0.218.1 → 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 +41 -1
- package/README.md +278 -10
- package/README.zh-CN.md +278 -10
- package/bin/unicli-mcp +14 -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 +6 -5
- package/server.json +3 -3
- package/skills/unicli/SKILL.md +1 -1
- package/skills/unicli-claude-code/SKILL.md +1 -1
- package/skills/unicli-hermes/SKILL.md +1 -1
- 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/AGENTS.md
CHANGED
|
@@ -11,6 +11,46 @@ Universal CLI for websites, desktop apps, and local tools. YAML adapters are
|
|
|
11
11
|
self-repairing — agents can fix them by editing one file. See
|
|
12
12
|
`docs/BENCHMARK.md` for measured per-call token costs.
|
|
13
13
|
|
|
14
|
+
<!-- BEGIN COUNTS -->
|
|
15
|
+
|
|
16
|
+
> <!-- STATS:site_count -->238<!-- /STATS --> sites, <!-- STATS:command_count -->1458<!-- /STATS --> commands, <!-- STATS:pipeline_step_count -->101<!-- /STATS --> pipeline steps, BM25 bilingual search. `npm install -g @zenalexa/unicli`
|
|
17
|
+
|
|
18
|
+
<!-- END COUNTS -->
|
|
19
|
+
|
|
20
|
+
<!-- BEGIN ADAPTERS -->
|
|
21
|
+
|
|
22
|
+
## What You Can Do
|
|
23
|
+
|
|
24
|
+
### Web (143+ sites)
|
|
25
|
+
|
|
26
|
+
**Chinese**: zhihu (24), xiaohongshu (22), bilibili (20), douyin (13), douban (12), v2ex (12), linux-do (11), jike (10), +30 more (`unicli list`)
|
|
27
|
+
|
|
28
|
+
**International**: twitter (38), instagram (26), reddit (20), tiktok (16), youtube (16), nowcoder (16), discord-app (15), lesswrong (15), +49 more (`unicli list`)
|
|
29
|
+
|
|
30
|
+
**AI / ML**: antigravity (16), chatwise (16), chatgpt (15), notebooklm (15), doubao-app (13), doubao (9), doubao-web (9), perplexity (8), +13 more (`unicli list`)
|
|
31
|
+
|
|
32
|
+
**Finance**: eastmoney (18), xueqiu (14), binance (13), sinafinance (5), barchart (4), yahoo-finance (3), coinbase (2), futu (2)
|
|
33
|
+
|
|
34
|
+
**Developer**: cursor (18), codex (17), vscode (10), docker-desktop (7), github-desktop (7), gitkraken (7), insomnia (7), postman (7), +21 more (`unicli list`)
|
|
35
|
+
|
|
36
|
+
**News**: bloomberg (10), hackernews (10), 36kr (5), bbc (4), reuters (4), ithome (3), cnn (2), infoq (2), +3 more (`unicli list`)
|
|
37
|
+
|
|
38
|
+
**Reference**: spotify (23), netease-music (17), linear (10), imdb (7), bitwarden (7), todoist (7), wikipedia (5), xiaoyuzhou (5), +11 more (`unicli list`)
|
|
39
|
+
|
|
40
|
+
### macOS (60 cmds)
|
|
41
|
+
|
|
42
|
+
active-app, app-actions, apps, apps-list, automation-smoke, battery, bluetooth, brightness, caffeinate, calendar-create, calendar-list, calendar-today, … (`unicli list --site macos`)
|
|
43
|
+
|
|
44
|
+
### Desktop (28 apps)
|
|
45
|
+
|
|
46
|
+
freecad (15 cmds), blender (13 cmds), gimp (12 cmds), ffmpeg (11 cmds), audacity (8 cmds), figma (8 cmds), docker (7 cmds), excel (7 cmds), +20 more (`unicli list --category desktop`)
|
|
47
|
+
|
|
48
|
+
### Bridge (3 CLIs)
|
|
49
|
+
|
|
50
|
+
gh (6 cmds), jq (2 cmds), yt-dlp (4 cmds)
|
|
51
|
+
|
|
52
|
+
<!-- END ADAPTERS -->
|
|
53
|
+
|
|
14
54
|
## Done = these commands exit 0
|
|
15
55
|
|
|
16
56
|
```
|
|
@@ -52,7 +92,7 @@ project ships at high cadence, written counts go stale fast.
|
|
|
52
92
|
|
|
53
93
|
## Version
|
|
54
94
|
|
|
55
|
-
0.
|
|
95
|
+
0.219.0 — Vostok · Gagarin
|
|
56
96
|
|
|
57
97
|
## MCP one-liner (Claude Desktop / Cursor / Continue)
|
|
58
98
|
|
package/README.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 --> sites · <!-- STATS:command_count -->1458<!-- /STATS --> commands · <!-- STATS:pipeline_step_count -->101<!-- /STATS --> pipeline steps · <!-- STATS:test_count -->7918<!-- /STATS --> tests</sub>
|
|
32
32
|
</p>
|
|
33
33
|
|
|
34
34
|
<p align="center">
|
|
@@ -205,14 +205,282 @@ Start with [Compute](docs/operate/compute.md), [Electron App Control](docs/opera
|
|
|
205
205
|
|
|
206
206
|
The catalog is intentionally broad. Every command is discoverable, typed, and repairable.
|
|
207
207
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
208
|
+
The grid below is generated from active manifest sites. Badge counts exclude quarantined commands.
|
|
209
|
+
|
|
210
|
+
<!-- BEGIN README_SITE_GRID -->
|
|
211
|
+
<div align="center">
|
|
212
|
+
<p><strong>social</strong><br>
|
|
213
|
+
<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>
|
|
214
|
+
<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>
|
|
215
|
+
<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>
|
|
216
|
+
<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>
|
|
217
|
+
<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>
|
|
218
|
+
<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>
|
|
219
|
+
<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>
|
|
220
|
+
<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>
|
|
221
|
+
<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>
|
|
222
|
+
<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>
|
|
223
|
+
<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>
|
|
224
|
+
<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>
|
|
225
|
+
<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>
|
|
226
|
+
<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>
|
|
227
|
+
<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>
|
|
228
|
+
<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>
|
|
229
|
+
<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>
|
|
230
|
+
<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>
|
|
231
|
+
<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>
|
|
232
|
+
<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>
|
|
233
|
+
<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>
|
|
234
|
+
<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>
|
|
235
|
+
<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>
|
|
236
|
+
<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>
|
|
237
|
+
<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>
|
|
238
|
+
<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>
|
|
239
|
+
</p>
|
|
240
|
+
<p><strong>video</strong><br>
|
|
241
|
+
<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>
|
|
242
|
+
<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>
|
|
243
|
+
<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>
|
|
244
|
+
<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>
|
|
245
|
+
<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>
|
|
246
|
+
<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>
|
|
247
|
+
<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>
|
|
248
|
+
</p>
|
|
249
|
+
<p><strong>news</strong><br>
|
|
250
|
+
<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>
|
|
251
|
+
<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>
|
|
252
|
+
<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>
|
|
253
|
+
<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>
|
|
254
|
+
<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>
|
|
255
|
+
<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>
|
|
256
|
+
<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>
|
|
257
|
+
<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>
|
|
258
|
+
<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>
|
|
259
|
+
<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>
|
|
260
|
+
<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>
|
|
261
|
+
</p>
|
|
262
|
+
<p><strong>finance</strong><br>
|
|
263
|
+
<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>
|
|
264
|
+
<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>
|
|
265
|
+
<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>
|
|
266
|
+
<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>
|
|
267
|
+
<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>
|
|
268
|
+
<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>
|
|
269
|
+
<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>
|
|
270
|
+
<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>
|
|
271
|
+
</p>
|
|
272
|
+
<p><strong>shopping</strong><br>
|
|
273
|
+
<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>
|
|
274
|
+
<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>
|
|
275
|
+
<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>
|
|
276
|
+
<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>
|
|
277
|
+
<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>
|
|
278
|
+
<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>
|
|
279
|
+
<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>
|
|
280
|
+
<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>
|
|
281
|
+
<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>
|
|
282
|
+
<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>
|
|
283
|
+
<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>
|
|
284
|
+
<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>
|
|
285
|
+
<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>
|
|
286
|
+
</p>
|
|
287
|
+
<p><strong>dev</strong><br>
|
|
288
|
+
<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>
|
|
289
|
+
<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>
|
|
290
|
+
<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>
|
|
291
|
+
<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>
|
|
292
|
+
<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>
|
|
293
|
+
<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>
|
|
294
|
+
<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>
|
|
295
|
+
<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>
|
|
296
|
+
<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>
|
|
297
|
+
<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>
|
|
298
|
+
<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>
|
|
299
|
+
<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>
|
|
300
|
+
<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>
|
|
301
|
+
<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>
|
|
302
|
+
<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>
|
|
303
|
+
<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>
|
|
304
|
+
<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>
|
|
305
|
+
<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>
|
|
306
|
+
<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>
|
|
307
|
+
<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>
|
|
308
|
+
<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>
|
|
309
|
+
<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>
|
|
310
|
+
<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>
|
|
311
|
+
<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>
|
|
312
|
+
<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>
|
|
313
|
+
<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>
|
|
314
|
+
<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>
|
|
315
|
+
<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>
|
|
316
|
+
<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>
|
|
317
|
+
</p>
|
|
318
|
+
<p><strong>ai</strong><br>
|
|
319
|
+
<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>
|
|
320
|
+
<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>
|
|
321
|
+
<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>
|
|
322
|
+
<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>
|
|
323
|
+
<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>
|
|
324
|
+
<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>
|
|
325
|
+
<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>
|
|
326
|
+
<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>
|
|
327
|
+
<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>
|
|
328
|
+
<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>
|
|
329
|
+
<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>
|
|
330
|
+
<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>
|
|
331
|
+
<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>
|
|
332
|
+
<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>
|
|
333
|
+
<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>
|
|
334
|
+
<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>
|
|
335
|
+
<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>
|
|
336
|
+
<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>
|
|
337
|
+
<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>
|
|
338
|
+
<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>
|
|
339
|
+
<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>
|
|
340
|
+
</p>
|
|
341
|
+
<p><strong>reference</strong><br>
|
|
342
|
+
<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>
|
|
343
|
+
<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>
|
|
344
|
+
<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>
|
|
345
|
+
<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>
|
|
346
|
+
<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>
|
|
347
|
+
<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>
|
|
348
|
+
<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>
|
|
349
|
+
<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>
|
|
350
|
+
</p>
|
|
351
|
+
<p><strong>audio</strong><br>
|
|
352
|
+
<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>
|
|
353
|
+
<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>
|
|
354
|
+
<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>
|
|
355
|
+
<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>
|
|
356
|
+
</p>
|
|
357
|
+
<p><strong>content</strong><br>
|
|
358
|
+
<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>
|
|
359
|
+
<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>
|
|
360
|
+
<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>
|
|
361
|
+
<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>
|
|
362
|
+
<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>
|
|
363
|
+
<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>
|
|
364
|
+
</p>
|
|
365
|
+
<p><strong>productivity</strong><br>
|
|
366
|
+
<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>
|
|
367
|
+
<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>
|
|
368
|
+
<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>
|
|
369
|
+
<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>
|
|
370
|
+
<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>
|
|
371
|
+
<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>
|
|
372
|
+
<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>
|
|
373
|
+
</p>
|
|
374
|
+
<p><strong>jobs</strong><br>
|
|
375
|
+
<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>
|
|
376
|
+
<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>
|
|
377
|
+
</p>
|
|
378
|
+
<p><strong>desktop</strong><br>
|
|
379
|
+
<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>
|
|
380
|
+
<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>
|
|
381
|
+
<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>
|
|
382
|
+
<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>
|
|
383
|
+
<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>
|
|
384
|
+
<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>
|
|
385
|
+
<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>
|
|
386
|
+
<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>
|
|
387
|
+
<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>
|
|
388
|
+
<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>
|
|
389
|
+
<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>
|
|
390
|
+
<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>
|
|
391
|
+
<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>
|
|
392
|
+
<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>
|
|
393
|
+
<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>
|
|
394
|
+
<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>
|
|
395
|
+
<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>
|
|
396
|
+
<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>
|
|
397
|
+
</p>
|
|
398
|
+
<p><strong>games</strong><br>
|
|
399
|
+
<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>
|
|
400
|
+
</p>
|
|
401
|
+
<p><strong>utility</strong><br>
|
|
402
|
+
<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>
|
|
403
|
+
<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>
|
|
404
|
+
<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>
|
|
405
|
+
<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>
|
|
406
|
+
<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>
|
|
407
|
+
<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>
|
|
408
|
+
<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>
|
|
409
|
+
</p>
|
|
410
|
+
<p><strong>other</strong><br>
|
|
411
|
+
<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>
|
|
412
|
+
<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>
|
|
413
|
+
<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>
|
|
414
|
+
<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>
|
|
415
|
+
<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>
|
|
416
|
+
<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>
|
|
417
|
+
<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>
|
|
418
|
+
<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>
|
|
419
|
+
<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>
|
|
420
|
+
<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>
|
|
421
|
+
<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>
|
|
422
|
+
<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>
|
|
423
|
+
<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>
|
|
424
|
+
<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>
|
|
425
|
+
<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>
|
|
426
|
+
<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>
|
|
427
|
+
<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>
|
|
428
|
+
<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>
|
|
429
|
+
<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>
|
|
430
|
+
<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>
|
|
431
|
+
<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>
|
|
432
|
+
<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>
|
|
433
|
+
<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>
|
|
434
|
+
<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>
|
|
435
|
+
<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>
|
|
436
|
+
<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>
|
|
437
|
+
<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>
|
|
438
|
+
<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>
|
|
439
|
+
<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>
|
|
440
|
+
<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>
|
|
441
|
+
<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>
|
|
442
|
+
<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>
|
|
443
|
+
<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>
|
|
444
|
+
<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>
|
|
445
|
+
<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>
|
|
446
|
+
<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>
|
|
447
|
+
<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>
|
|
448
|
+
<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>
|
|
449
|
+
<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>
|
|
450
|
+
<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>
|
|
451
|
+
<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>
|
|
452
|
+
<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>
|
|
453
|
+
<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>
|
|
454
|
+
<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>
|
|
455
|
+
<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>
|
|
456
|
+
<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>
|
|
457
|
+
<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>
|
|
458
|
+
<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>
|
|
459
|
+
<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>
|
|
460
|
+
<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>
|
|
461
|
+
<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>
|
|
462
|
+
<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>
|
|
463
|
+
<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>
|
|
464
|
+
<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>
|
|
465
|
+
<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>
|
|
466
|
+
<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>
|
|
467
|
+
<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>
|
|
468
|
+
<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>
|
|
469
|
+
<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>
|
|
470
|
+
<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>
|
|
471
|
+
<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>
|
|
472
|
+
<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>
|
|
473
|
+
<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>
|
|
474
|
+
<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>
|
|
475
|
+
<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>
|
|
476
|
+
<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>
|
|
477
|
+
<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>
|
|
478
|
+
<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>
|
|
479
|
+
<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>
|
|
480
|
+
<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>
|
|
481
|
+
</p>
|
|
482
|
+
</div>
|
|
483
|
+
<!-- END README_SITE_GRID -->
|
|
216
484
|
|
|
217
485
|
See the live catalog:
|
|
218
486
|
|
|
@@ -354,5 +622,5 @@ npm run verify
|
|
|
354
622
|
[Apache-2.0](./LICENSE)
|
|
355
623
|
|
|
356
624
|
<p align="center">
|
|
357
|
-
<sub>v0.
|
|
625
|
+
<sub>v0.219.0 — Vostok · Gagarin</sub>
|
|
358
626
|
</p>
|