superacli 1.1.20 → 1.1.21
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/cli/adapter-schema.js +1 -6
- package/cli/config.js +95 -0
- package/cli/executor.js +90 -11
- package/cli/server-command.js +395 -0
- package/cli/supercli.js +82 -1
- package/docs/adapters.md +159 -0
- package/docs/changelog-2026-04.html +15 -0
- package/docs/index.html +314 -98
- package/docs/meta-plugins.json +24424 -1247
- package/docs/plugins-examples.md +8 -8
- package/docs/plugins-how-to.md +0 -13
- package/docs/plugins.html +165 -61
- package/docs/server.md +50 -0
- package/graphify-out/GRAPH_REPORT.md +141 -136
- package/graphify-out/cache/1821936911d6eb3130499b6b45b8e6d760d6c05328131e115ac9825a5e3061cd.json +1 -0
- package/graphify-out/cache/20b0e1261b41286d639e7b039c8143682001981f607e26eb2a492a06f12c233a.json +1 -0
- package/graphify-out/cache/21dc011c08a0813ac33c0520c9cf131d8922e6007df7d9b51df740974fee5fb3.json +1 -0
- package/graphify-out/cache/22d3d43c24fdff310ab8445bd442fbcf4714872c6950f15b90777e5a8358dcd9.json +1 -0
- package/graphify-out/cache/2b8a3fbc23afe7bbc1a5ecb60d4074f39afdf6cb42120922176c280f4cc4ab4b.json +1 -0
- package/graphify-out/cache/37418b8b152d9c436d75361969c39bc74a76260ab7209ceabf455f80452f1654.json +1 -0
- package/graphify-out/cache/3b9aae57e4326f5862f8153c13b7d809a34c422996993e7b491c5ea3a66b5e04.json +1 -0
- package/graphify-out/cache/448f8e0c5e77cfb15fa625ed40ee0dc1622d9814d24905fe4c12c4d175131dc9.json +1 -0
- package/graphify-out/cache/47dd42009ceac28b7a7fec5586e565e7bc850c80be96b8329e1ed7c49efbe34f.json +1 -0
- package/graphify-out/cache/492712949d38efbe312c303fe717e5c93e1ecc8888e1ceb855750afc48caffdb.json +1 -0
- package/graphify-out/cache/494fd6af80b6a1bb7a2a5641c6ad11e2fbe2a67b5a2b3ff57fd04bb49ccad1c4.json +1 -0
- package/graphify-out/cache/4b31b0de656deff083119780df64d17205c45e72233987e1c495f2121c4923fd.json +1 -0
- package/graphify-out/cache/5a16fa8cdd687a39661321adb39186ce8cf924a79ef936e42b365380b5e3543e.json +1 -0
- package/graphify-out/cache/644fcb129e595cfdb4e3a9757ed9658230347f5ed0652be45a894528a2b6585b.json +1 -0
- package/graphify-out/cache/6b8762db2c5f51408cf49d915f3e44bcc25c7ebb32abc635307fdf2a672b370c.json +1 -0
- package/graphify-out/cache/6db88050060880e56dd26ec58f29e3b56a409ace48e31bc75f54cab7dc74e409.json +1 -0
- package/graphify-out/cache/7932d1b6a9751b2cb2f4dc6b4e5f9fd7dcc2cee82d7866ec3d655482010533c0.json +1 -0
- package/graphify-out/cache/8140a76ff5b70dfdd0d020aeffff27f87af39da5b237c35baa938fcc4b288ba5.json +1 -0
- package/graphify-out/cache/8876638878758733a412bd4ca4cbd22863322689fbba9f037d92abfa877ea3ab.json +1 -0
- package/graphify-out/cache/90445359c448f8135207ddcd378c8391b9274460064cf998f1ea2ad6f2173703.json +1 -0
- package/graphify-out/cache/b01f675bb3942d2e8f359d11c38d52f28487544f54cdef518c60b7d8dfd2b383.json +1 -0
- package/graphify-out/cache/bc353b40b348d54c730d8498af675f57998b14ae796b4f952cdc200147008f13.json +1 -0
- package/graphify-out/cache/c38b2e784b1c441121b422db0c79b4911fb525d2a3cfad10d3fd561a07900bd5.json +1 -0
- package/graphify-out/cache/ce9df9bb2d36ecf310a53fb34526168bdf25773edf0826c1f55accebfa3c012d.json +1 -0
- package/graphify-out/cache/ceaeb0f99851d313b29cb1440240db1cf835de425b9b0c1e58fa3035355c2b2b.json +1 -0
- package/graphify-out/cache/d8f3e78931a41cd0f367fdab1d11b634bbffb2c90280c75a80a1a53a6b2d6bc7.json +1 -0
- package/graphify-out/cache/f574e4ce3bcb1250ca88410519fb4fd26c5b6cd786039410880fbd6e606ab23f.json +1 -0
- package/graphify-out/cache/faa65636d5f779b8b1c790dde11cc6470b48125bf42a12a77651827fd1653fd7.json +1 -0
- package/graphify-out/graph.json +4173 -2115
- package/ideal-plugins.csv +124 -0
- package/package.json +3 -2
- package/plugin-scores.csv +999 -0
- package/plugins/beads/plugin.json +2 -2
- package/plugins/biome/install-guidance.json +11 -0
- package/plugins/biome/meta.json +13 -0
- package/plugins/biome/plugin.json +83 -0
- package/plugins/biome/skills/quickstart/SKILL.md +25 -0
- package/plugins/bore/install-guidance.json +11 -0
- package/plugins/bore/meta.json +11 -0
- package/plugins/bore/plugin.json +65 -0
- package/plugins/bore/skills/quickstart/SKILL.md +25 -0
- package/plugins/ccf-deadlines/install-guidance.json +11 -0
- package/plugins/ccf-deadlines/meta.json +11 -0
- package/plugins/ccf-deadlines/plugin.json +28 -0
- package/plugins/ccf-deadlines/skills/quickstart/SKILL.md +25 -0
- package/plugins/code2prompt/install-guidance.json +11 -0
- package/plugins/code2prompt/meta.json +12 -0
- package/plugins/code2prompt/plugin.json +46 -0
- package/plugins/code2prompt/skills/quickstart/SKILL.md +25 -0
- package/plugins/commiat/install-guidance.json +10 -0
- package/plugins/commiat/plugin.json +2 -2
- package/plugins/dua-cli/install-guidance.json +11 -0
- package/plugins/dua-cli/meta.json +11 -0
- package/plugins/dua-cli/plugin.json +57 -0
- package/plugins/dua-cli/skills/quickstart/SKILL.md +25 -0
- package/plugins/forever/install-guidance.json +11 -0
- package/plugins/forever/meta.json +11 -0
- package/plugins/forever/plugin.json +75 -0
- package/plugins/forever/skills/quickstart/SKILL.md +25 -0
- package/plugins/gitmoji-cli/install-guidance.json +11 -0
- package/plugins/gitmoji-cli/meta.json +11 -0
- package/plugins/gitmoji-cli/plugin.json +49 -0
- package/plugins/gitmoji-cli/skills/quickstart/SKILL.md +25 -0
- package/plugins/google-maps-scraper/plugin.json +1 -1
- package/plugins/gwc/install-guidance.json +10 -0
- package/plugins/gwc/plugin.json +2 -2
- package/plugins/quarto/install-guidance.json +11 -0
- package/plugins/quarto/meta.json +11 -0
- package/plugins/quarto/plugin.json +61 -0
- package/plugins/quarto/skills/quickstart/SKILL.md +25 -0
- package/plugins/readme-md-generator/install-guidance.json +11 -0
- package/plugins/readme-md-generator/meta.json +11 -0
- package/plugins/readme-md-generator/plugin.json +28 -0
- package/plugins/readme-md-generator/skills/quickstart/SKILL.md +25 -0
- package/plugins/twarc/install-guidance.json +11 -0
- package/plugins/twarc/meta.json +13 -0
- package/plugins/twarc/plugin.json +165 -0
- package/plugins/twarc/skills/quickstart/SKILL.md +61 -0
- package/plugins/vale/install-guidance.json +11 -0
- package/plugins/vale/meta.json +12 -0
- package/plugins/vale/plugin.json +50 -0
- package/plugins/vale/skills/quickstart/SKILL.md +25 -0
- package/plugins/volta/install-guidance.json +11 -0
- package/plugins/volta/meta.json +12 -0
- package/plugins/volta/plugin.json +75 -0
- package/plugins/volta/skills/quickstart/SKILL.md +25 -0
- package/plugins/wgcf/install-guidance.json +11 -0
- package/plugins/wgcf/meta.json +12 -0
- package/plugins/wgcf/plugin.json +45 -0
- package/plugins/wgcf/skills/quickstart/SKILL.md +25 -0
- package/scripts/analyze-plugins.js +130 -0
- package/scripts/enrich-meta-plugins.js +67 -0
- package/server/app.js +23 -1
- package/server/routes/adapters.js +356 -0
- package/server/routes/dashboard.js +113 -0
- package/server/routes/jobs.js +26 -0
- package/server/services/adaptersService.js +284 -0
- package/server/services/pluginsService.js +4 -0
- package/server/views/adapter-edit.ejs +226 -0
- package/server/views/adapter-packages.ejs +191 -0
- package/server/views/adapters.ejs +112 -0
- package/server/views/command-edit.ejs +48 -21
- package/server/views/commands.ejs +25 -22
- package/server/views/dashboard.ejs +196 -0
- package/server/views/layout.ejs +94 -14
- package/server/views/mcp.ejs +38 -35
- package/server/views/partials/head.ejs +88 -12
- package/server/views/plugins.ejs +9 -0
- package/server/views/specs.ejs +33 -30
- package/cli/adapters/builtin.js +0 -43
- package/index.html +0 -384
|
@@ -0,0 +1,999 @@
|
|
|
1
|
+
name,score,no_interactive,go_rust_nodejs,language,cli,tui,auth_required,complexity,binary,json_support,description,install
|
|
2
|
+
dysk,12,yes,yes,go,yes,no,no,low,yes,yes,"Linux utility to get information on filesystems, like df but better with JSON and CSV output","cargo install dysk"
|
|
3
|
+
goxml2json,12,yes,yes,go,yes,no,no,low,yes,yes,"Convert XML to JSON with a simple Go CLI","go install github.com/basgys/goxml2json/cmd/goxml2json@latest"
|
|
4
|
+
jaggr,12,yes,yes,go,yes,no,no,low,yes,yes,"JSON aggregator and histogram viewer","go install github.com/rs/jaggr@latest"
|
|
5
|
+
jql,12,yes,yes,go,yes,no,no,low,yes,yes,"JSON Query Language CLI — query and transform JSON with a simple query syntax","cargo install jql"
|
|
6
|
+
json2struct,12,yes,yes,go,yes,no,no,low,yes,yes,"Convert JSON to Go struct","go install github.com/marhaupe/json2struct@latest"
|
|
7
|
+
jsongrep,12,yes,yes,go,yes,no,no,low,yes,yes,"Path query language for JSON, YAML, TOML, JSONL, CBOR, and MessagePack documents. JSONPath-inspired ","cargo install jsongrep"
|
|
8
|
+
jsonwatch,12,yes,yes,go,yes,no,no,low,yes,yes,"Track changes in JSON data from the command line","cargo install jsonwatch"
|
|
9
|
+
rts,12,yes,yes,go,yes,no,no,low,yes,yes,"Mock JSON server and REST API testing tool","go install github.com/galeone/rts@latest"
|
|
10
|
+
squix,12,yes,yes,go,yes,no,no,low,yes,yes,"Run SQL queries directly against CSV, JSON, Parquet files","go install github.com/eduardofuncao/squix@latest"
|
|
11
|
+
srss,12,yes,yes,go,yes,no,no,low,yes,yes,"Command line RSS/ATOM/JSON feed reader","go install github.com/sheepla/srss@latest"
|
|
12
|
+
tv,12,yes,yes,go,yes,no,no,low,yes,yes,"Format JSON data into table view from command line","cargo install tv"
|
|
13
|
+
yajsv,12,yes,yes,go,yes,no,no,low,yes,yes,"Yet Another JSON Schema Validator CLI","go install github.com/neilpa/yajsv@latest"
|
|
14
|
+
celq,11,yes,yes,go,yes,no,no,medium,yes,yes,"Common Expression Language (CEL) CLI tool. Evaluate CEL expressions against JSON, JSON5, YAML, TOML,","cargo install celq"
|
|
15
|
+
csvtojson,11,yes,yes,nodejs,yes,no,no,low,no,yes,"CSV to JSON converter with custom parser support","npm install -g csvtojson"
|
|
16
|
+
headson,11,yes,yes,go,yes,no,no,medium,yes,yes,"Head/tail for structured data — summarize and preview JSON, YAML, and source code with configurable ","cargo install headson"
|
|
17
|
+
humanenv,11,yes,yes,nodejs,yes,no,no,low,no,yes,"Secure environment variable injection - secrets for humans only","npm install -g humanenv"
|
|
18
|
+
js-yaml,11,yes,yes,nodejs,yes,no,no,low,no,yes,"JavaScript YAML parser and dumper. Parse YAML files to JSON and dump JSON to YAML with CLI support.","npm install -g js-yaml"
|
|
19
|
+
jsalt,11,yes,yes,nodejs,yes,no,no,low,no,yes,"Frontend framework for AI agents — write UI components in .jsa format with built-in validation","npm install -g jsalt"
|
|
20
|
+
json-cli,11,yes,yes,nodejs,yes,no,no,low,no,yes,"A json command for massaging JSON on the Unix command line","npm install -g json"
|
|
21
|
+
json-server,11,yes,yes,nodejs,yes,no,no,low,no,yes,"@javimosch/json-server plugin with agent-friendly server lifecycle wrappers and passthrough",""
|
|
22
|
+
json2csv,11,yes,yes,nodejs,yes,no,no,low,no,yes,"JSON to CSV converter CLI","npm install -g @json2csv/cli"
|
|
23
|
+
json2dir,11,yes,yes,go,yes,no,no,medium,yes,yes,"Convert JSON documents into directory structures — files, directories, symlinks, and executable scri","cargo install json2dir"
|
|
24
|
+
jsonlint,11,yes,yes,nodejs,yes,no,no,low,no,yes,"A JSON parser and validator with a CLI. Validate JSON files, sort keys, and format JSON.","npm install -g jsonlint"
|
|
25
|
+
mmx,11,yes,yes,nodejs,yes,no,no,low,no,yes,"MiniMax AI Platform CLI — text, image, video, speech, music, vision, and search generation","npm install -g mmx-cli"
|
|
26
|
+
npm-check-updates,11,yes,yes,nodejs,yes,no,no,low,no,yes,"Find newer versions of dependencies than what package.json allows","npm install -g npm-check-updates"
|
|
27
|
+
treex,11,yes,yes,go,yes,no,no,medium,yes,yes,"Directory structure visualization CLI with multiple output formats (tree, indent, markdown, mermaid,","go install github.com/shiquda/treex@latest"
|
|
28
|
+
vercel,11,yes,yes,nodejs,yes,no,no,low,no,yes,"Vercel CLI plugin for dcli","npm install -g vercel"
|
|
29
|
+
ward,11,yes,yes,go,yes,no,no,medium,yes,yes,"Security scanner for Laravel projects. Detects misconfigurations, vulnerabilities, and exposed secre","go install github.com/eljakani/ward@latest"
|
|
30
|
+
x2j-cli,11,yes,yes,nodejs,yes,no,no,low,no,yes,"Node.js command line script to convert XML input into JSON output","npm install --global x2j-cli"
|
|
31
|
+
yaml-convert,11,yes,yes,nodejs,yes,no,no,low,no,yes,"Command-line utility for converting between YAML and JSON","npm install -g yaml-convert"
|
|
32
|
+
EasyCert,10,yes,yes,go,yes,no,no,low,yes,no,"Simple tool for creating SSL/TLS certificates for development","go install github.com/deckarep/EasyCert@latest"
|
|
33
|
+
LiveBudsCli,10,yes,yes,go,yes,no,no,low,yes,no,"Tool to control your Galaxy Buds+, Live, Buds Pro and Buds 2 Pro","cargo install LiveBudsCli"
|
|
34
|
+
air,10,yes,yes,go,yes,no,no,low,yes,no,"Live reload for Go apps in development","go install github.com/cosmtrek/air@latest"
|
|
35
|
+
apizza,10,yes,yes,go,yes,no,no,low,yes,no,"Order pizza from the command line","go install github.com/harrybrwn/apizza@latest"
|
|
36
|
+
ascii-image-converter,10,yes,yes,go,yes,no,no,low,yes,no,"Convert images into ASCII art","go install github.com/TheZoraiz/ascii-image-converter@latest"
|
|
37
|
+
asciigraph,10,yes,yes,go,yes,no,no,low,yes,no,"Lightweight ASCII line charting with no dependencies","go install github.com/guptarohit/asciigraph/cmd/asciigraph@latest"
|
|
38
|
+
aspect-cli,10,yes,yes,go,yes,no,no,low,yes,no,"Aspect CLI for Bazel - Correct, Fast, Usable","cargo install aspect-cli"
|
|
39
|
+
athenapdf,10,yes,yes,go,yes,no,no,low,yes,no,"Convert HTML to PDF using Chrome headless","go install github.com/arachnys/athenapdf/cmd/athenapdf@latest"
|
|
40
|
+
audit,10,yes,yes,go,yes,no,no,low,yes,no,"Audit collaborators hooks and deploy keys on GitHub repositories","go install github.com/genuinetools/audit@latest"
|
|
41
|
+
bafi,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for formatting and beautifying text output","go install github.com/mritd/bafi@latest"
|
|
42
|
+
beads,10,yes,no,other,yes,no,no,low,yes,yes,"Wrap beads_rust (br) issue tracking commands","curl -fsSL ""https://raw.githubusercontent.com/Dicklesworthstone/beads_rust/main/"
|
|
43
|
+
benchttp,10,yes,yes,go,yes,no,no,low,yes,no,"HTTP benchmarking tool with configurable requests","go install github.com/siadat/benchttp@latest"
|
|
44
|
+
biff,10,yes,yes,go,yes,no,no,low,yes,no,"Datetime arithmetic, parsing, formatting, timezone conversion, sequence generation, and log timestam","cargo install biff"
|
|
45
|
+
boilr,10,yes,yes,go,yes,no,no,low,yes,no,"Boilr is a powerful Language-agnostic scaffolding tool that creates projects from template repositor","go install github.com/tmrts/boilr@latest"
|
|
46
|
+
bpfd,10,yes,yes,go,yes,no,no,low,yes,no,"Load and manage eBPF programs from user space","go install github.com/genuinetools/bpfd@latest"
|
|
47
|
+
bsky,10,yes,yes,go,yes,no,no,low,yes,no,"Bluesky CLI client for posting and interacting","go install github.com/mattn/bsky@latest"
|
|
48
|
+
bt2qbt,10,yes,yes,go,yes,no,no,low,yes,no,"Migrate BitTorrent to qBittorrent torrent files","go install github.com/rumanzo/bt2qbt@latest"
|
|
49
|
+
bulloak,10,yes,yes,go,yes,no,no,low,yes,no,"Generate tests based on the Branching Tree Technique for smart contract testing","cargo install bulloak"
|
|
50
|
+
butler,10,yes,yes,go,yes,no,no,low,yes,no,"Swiss army knife CLI for managing development tasks","go install github.com/mlabouardy/butler@latest"
|
|
51
|
+
caire,10,yes,yes,go,yes,no,no,low,yes,no,"Content-aware image resize library and CLI tool","go install github.com/esimov/caire/cmd/caire@latest"
|
|
52
|
+
calendarheatmap,10,yes,yes,go,yes,no,no,low,yes,no,"Generate calendar heatmap visualizations from data","go install github.com/nikolaydubina/calendarheatmap@latest"
|
|
53
|
+
cargo-msrv,10,yes,yes,go,yes,no,no,low,yes,no,"Cargo subcommand to determine the Minimum Supported Rust Version (MSRV). Verify Rust version compati","cargo install cargo-msrv"
|
|
54
|
+
cast,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for broadcasting messages to multiple channels","go install github.com/ekristen/cast@latest"
|
|
55
|
+
cdk-notifier,10,yes,yes,go,yes,no,no,low,yes,no,"AWS CDK deployment notifier for Slack and other channels","go install github.com/karlderkaefer/cdk-notifier@latest"
|
|
56
|
+
cdncheck,10,yes,yes,go,yes,no,no,low,yes,no,"A utility to detect various technology for a given IP address","go install github.com/projectdiscovery/cdncheck/cmd/cdncheck@latest"
|
|
57
|
+
cert,10,yes,yes,go,yes,no,no,low,yes,no,"SSL/TLS certificate checker and validator CLI","go install github.com/genkiroid/cert/cmd/cert@latest"
|
|
58
|
+
certok,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool to check the validity and expiration dates of SSL certificates","go install github.com/genuinetools/certok@latest"
|
|
59
|
+
cfnctl,10,yes,yes,go,yes,no,no,low,yes,no,"AWS CloudFormation stack management CLI","go install github.com/rogerwelin/cfnctl@latest"
|
|
60
|
+
chdb-go,10,yes,yes,go,yes,no,no,low,yes,no,"ClickHouse CLI and client library","go install github.com/chdb-io/chdb-go/cmd/chdb@latest"
|
|
61
|
+
chroma,10,yes,yes,go,yes,no,no,low,yes,no,"A general-purpose syntax highlighter in pure Go","go install github.com/alecthomas/chroma/cmd/chroma@latest"
|
|
62
|
+
cinf,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool to view container resource usage","go install github.com/mhausenblas/cinf@latest"
|
|
63
|
+
ckube,10,yes,yes,go,yes,no,no,low,yes,no,"Compact Kubernetes dashboard in terminal","go install github.com/CanopyTax/ckube@latest"
|
|
64
|
+
cleed,10,yes,yes,go,yes,no,no,low,yes,no,"Feed reader for the command line","go install github.com/radulucut/cleed@latest"
|
|
65
|
+
cls3,10,yes,yes,go,yes,no,no,low,yes,no,"CLI tool to clear and delete S3 buckets and all objects","go install github.com/go-to-k/cls3@latest"
|
|
66
|
+
code-radio-cli,10,yes,yes,go,yes,no,no,low,yes,no,"Command line music radio client for freeCodeCamp Code Radio","cargo install code-radio-cli"
|
|
67
|
+
codemap,10,yes,yes,go,yes,no,no,low,yes,no,"Generate code maps and visualization from source code","go install github.com/JordanCoin/codemap@latest"
|
|
68
|
+
codeowners,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool and Go library for CODEOWNERS files","go install github.com/hmarr/codeowners/cmd/codeowners@latest"
|
|
69
|
+
codesnap,10,yes,yes,go,yes,no,no,low,yes,no,"Pure Rust tool to generate beautiful code snapshots from CLI","cargo install codesnap-cli"
|
|
70
|
+
comigo,10,yes,yes,go,yes,no,no,low,yes,no,"Comic reader and server for CBR, CBZ, EPUB, and manga","go install github.com/yumenaka/comigo@latest"
|
|
71
|
+
commander,10,yes,yes,go,yes,no,no,low,yes,no,"CLI testing tool for shell commands","go install github.com/commander-cli/commander@latest"
|
|
72
|
+
complexity,10,yes,yes,go,yes,no,no,low,yes,no,"A command line tool to identify complex code","cargo install complexity"
|
|
73
|
+
comprust,10,yes,yes,go,yes,no,no,low,yes,no,"Image compressor CLI tool for compressing images with configurable quality","cargo install https://github.com/karim-w/comprust"
|
|
74
|
+
cooklang-chef,10,yes,yes,go,yes,no,no,low,yes,no,"CLI to manage and organize Cooklang recipes","cargo install cooklang-chef"
|
|
75
|
+
corgi,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for project scaffolding and code generation","go install github.com/junyu-w/corgi@latest"
|
|
76
|
+
covermyass,10,yes,yes,go,yes,no,no,low,yes,no,"Remove sensitive information from logs and files","go install github.com/sundowndev/covermyass@latest"
|
|
77
|
+
cpc,10,yes,yes,go,yes,no,no,low,yes,no,"Text calculator with support for units and conversion","cargo install cpc"
|
|
78
|
+
craftql,10,yes,yes,go,yes,no,no,low,yes,no,"CLI tool to visualize GraphQL schemas and output graph data structures","cargo install craftql"
|
|
79
|
+
crawley,10,yes,yes,go,yes,no,no,low,yes,no,"Unix-way web crawler and scraping tool","go install github.com/s0rg/crawley/cmd/crawley@latest"
|
|
80
|
+
cron,10,yes,yes,go,yes,no,no,low,yes,no,"Cron expression parser and evaluator CLI","go install github.com/lnquy/cron@latest"
|
|
81
|
+
curd,10,yes,yes,go,yes,no,no,low,yes,no,"Anime episode manager and scraper CLI","go install github.com/Wraient/curd@latest"
|
|
82
|
+
curlie,10,yes,yes,rust,yes,no,no,low,yes,no,"The power of curl, the ease of use of httpie. A command-line HTTP client with curl's power and httpi","brew install curlie"
|
|
83
|
+
deadbranch,10,yes,yes,go,yes,no,no,low,yes,no,"Clean up stale git branches safely. List, delete, backup, and restore branches with dry-run support,","cargo install deadbranch"
|
|
84
|
+
decompose,10,yes,yes,go,yes,no,no,low,yes,no,"Docker dependency graph generator and analyzer","go install github.com/s0rg/decompose/cmd/decompose@latest"
|
|
85
|
+
dfir-toolkit,10,yes,yes,go,yes,no,no,low,yes,no,"CLI tools for forensic investigation of Windows artifacts","cargo install dfir-toolkit"
|
|
86
|
+
diagram,10,yes,yes,go,yes,no,no,low,yes,no,"CLI app to convert ASCII arts into hand drawn diagrams","go install github.com/esimov/diagram/cmd/diagram@latest"
|
|
87
|
+
diesel-guard,10,yes,yes,go,yes,no,no,low,yes,no,"Linter for dangerous Postgres migration patterns in Diesel and SQLx — prevents downtime","cargo install diesel-guard"
|
|
88
|
+
diny,10,yes,yes,go,yes,no,no,low,yes,no,"Generate AI git commit messages from your changes","go install github.com/dinoDanic/diny@latest"
|
|
89
|
+
diskus,10,yes,yes,go,yes,no,no,low,yes,no,"Minimal, fast alternative to du -sh — parallelized disk usage computation","cargo install diskus"
|
|
90
|
+
diskusage,10,yes,yes,go,yes,no,no,low,yes,no,"Show disk usage in terminal with visual charts","go install github.com/chenquan/diskusage@latest"
|
|
91
|
+
dksnap,10,yes,yes,go,yes,no,no,low,yes,no,"Docker snapshots for development and test data management","go install github.com/kelda/dksnap@latest"
|
|
92
|
+
doctron,10,yes,yes,go,yes,no,no,low,yes,no,"Convert Markdown and other documents to PDF or images","go install github.com/lampnick/doctron@latest"
|
|
93
|
+
domain-check,10,yes,yes,go,yes,no,no,low,yes,no,"Fast, universal domain availability checker - 1,200+ TLDs, pattern generation, RDAP with WHOIS fallb","cargo install domain-check"
|
|
94
|
+
dosxvpn,10,yes,yes,go,yes,no,no,low,yes,no,"Simple macOS VPN client for DigitalOcean Droplets","go install github.com/dan-v/dosxvpn@latest"
|
|
95
|
+
dot-http,10,yes,yes,go,yes,no,no,low,yes,no,"Text-based scriptable HTTP client","cargo install dot-http"
|
|
96
|
+
drone-ssh,10,yes,yes,go,yes,no,no,low,yes,no,"Drone CI plugin for executing commands over SSH","go install github.com/appleboy/drone-ssh@latest"
|
|
97
|
+
droot,10,yes,yes,go,yes,no,no,low,yes,no,"The super-simple chroot-based application container engine","go install github.com/yuuki/droot@latest"
|
|
98
|
+
dsq,10,yes,no,other,yes,no,no,low,yes,yes,"Run SQL queries on data files (JSON, CSV, Parquet, etc.). Query data files directly with SQL without","brew install dsq"
|
|
99
|
+
dtctl,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for Dynatrace platform management","go install github.com/dynatrace-oss/dtctl@latest"
|
|
100
|
+
dupl,10,yes,yes,go,yes,no,no,low,yes,no,"Tool for finding code clones in Go projects","go install github.com/mibk/dupl@latest"
|
|
101
|
+
enc,10,yes,yes,go,yes,no,no,low,yes,no,"Simple encryption and decryption CLI tool","go install github.com/life4/enc/cmd/enc@latest"
|
|
102
|
+
envcli,10,yes,yes,go,yes,no,no,low,yes,no,"Manage environment-specific CLI configurations","go install github.com/EnvCLI/EnvCLI@latest"
|
|
103
|
+
eureka,10,yes,yes,go,yes,no,no,low,yes,no,"CLI tool to input and store your ideas without leaving the terminal","cargo install eureka"
|
|
104
|
+
eva,10,yes,yes,go,yes,no,no,low,yes,no,"Calculator REPL similar to bc(1) with advanced mathematical functions","cargo install eva"
|
|
105
|
+
evernote2md,10,yes,yes,go,yes,no,no,low,yes,no,"Convert Evernote ENEX files to Markdown","go install github.com/wormi4ok/evernote2md@latest"
|
|
106
|
+
examtopics-downloader,10,yes,yes,go,yes,no,no,low,yes,no,"Download exam content from ExamTopics website","go install github.com/thatonecodes/examtopics-downloader@latest"
|
|
107
|
+
f-license,10,yes,yes,go,yes,no,no,low,yes,no,"License checker and validator for open-source projects","go install github.com/furkansenharputlu/f-license@latest"
|
|
108
|
+
f2,10,yes,yes,go,yes,no,no,low,yes,no,"Cross-platform command-line tool for batch renaming files and directories quickly and safely","go install github.com/ayoisaiah/f2@latest"
|
|
109
|
+
fallow,10,yes,yes,go,yes,no,no,low,yes,no,"Codebase analyzer for TypeScript and JavaScript - finds unused code, duplication, complexity hotspot","cargo install fallow-cli"
|
|
110
|
+
faq,10,yes,no,other,yes,no,no,low,yes,yes,"Format agnostic querier for structured data like JSON, XML, CSV","brew install jzelinskie/faq/faq"
|
|
111
|
+
fastar,10,yes,yes,go,yes,no,no,low,yes,no,"Fast tar archiver for efficient file compression","cargo install fastar"
|
|
112
|
+
fb2converter,10,yes,yes,go,yes,no,no,low,yes,no,"Convert FB2 e-book files to other formats","go install github.com/rupor-github/fb2converter@latest"
|
|
113
|
+
fclones,10,yes,yes,go,yes,no,no,low,yes,no,"Efficient duplicate file finder","cargo install fclones"
|
|
114
|
+
fcp,10,yes,yes,go,yes,no,no,low,yes,no,"A significantly faster alternative to the classic Unix cp(1) command for copying large files and dir","cargo install fcp"
|
|
115
|
+
fd,10,yes,yes,go,yes,no,no,low,yes,no,"fd — fast and user-friendly alternative to find with regex and glob support","cargo install fd-find"
|
|
116
|
+
feluda,10,yes,yes,go,yes,no,no,low,yes,no,"Detect license usage restrictions in your project","cargo install feluda"
|
|
117
|
+
fenix-cli,10,yes,yes,go,yes,no,no,low,yes,no,"Command line interface for Fenix code search engine","go install github.com/fenixsoft/fenix-cli@latest"
|
|
118
|
+
ffmpeg,10,yes,no,other,yes,no,no,low,yes,yes,"FFmpeg media plugin — convert, trim, resize, thumbnail, GIF, and inspect video/audio with semantic c","macOS: brew install ffmpeg"
|
|
119
|
+
ffsend,10,yes,yes,go,yes,no,no,low,yes,no,"Secure file sharing via Firefox Send — upload, download, and manage encrypted file transfers","cargo install ffsend"
|
|
120
|
+
fhirbase,10,yes,yes,go,yes,no,no,low,yes,no,"FHIR healthcare data CLI for PostgreSQL","go install github.com/fhirbase/fhirbase@latest"
|
|
121
|
+
fil,10,yes,yes,go,yes,no,no,low,yes,no,"Fast and simple file search tool","go install github.com/file-go/fil@latest"
|
|
122
|
+
file-d,10,yes,yes,go,yes,no,no,low,yes,no,"Fast log collector with pipelines and filters","go install github.com/ozontech/file.d@latest"
|
|
123
|
+
flavours,10,yes,yes,go,yes,no,no,low,yes,no,"Easy to use base16 scheme manager that integrates with any workflow","cargo install flavours"
|
|
124
|
+
flow,10,yes,yes,go,yes,no,no,low,yes,no,"Keyboard-first Kanban board for terminal workflows","cargo install flow"
|
|
125
|
+
framed,10,yes,yes,go,yes,no,no,low,yes,no,"Architect your project with effortless files and directories management","go install github.com/mactat/framed@latest"
|
|
126
|
+
fresh,10,yes,yes,go,yes,no,no,low,yes,no,"Build and (re)start Go web apps after saving source files","go install github.com/gravityblast/fresh@latest"
|
|
127
|
+
fselect,10,yes,yes,go,yes,no,no,low,yes,no,"Find files with SQL-like queries","cargo install fselect"
|
|
128
|
+
fuc,10,yes,yes,go,yes,no,no,low,yes,no,"Modern, performance focused unix commands - faster alternatives to coreutils","cargo install fuc"
|
|
129
|
+
fundoc,10,yes,yes,go,yes,no,no,low,yes,no,"Language agnostic documentation generator","cargo install fundoc"
|
|
130
|
+
furious,10,yes,yes,go,yes,no,no,low,yes,no,"Go IP/port scanner with SYN (stealth) scanning and device manufacturer identification. Fast network ","go install github.com/liamg/furious@latest"
|
|
131
|
+
fw,10,yes,yes,go,yes,no,no,low,yes,no,"Workspace productivity booster for managing multiple projects","cargo install fw"
|
|
132
|
+
fwd,10,yes,yes,go,yes,no,no,low,yes,no,"The little forwarder that could - port forwarding CLI","go install github.com/kintoandar/fwd@latest"
|
|
133
|
+
fx,10,yes,no,other,yes,no,no,low,yes,yes,"Terminal JSON viewer and processor. View, filter, and transform JSON data with a powerful query lang","brew install fx"
|
|
134
|
+
gh-sql,10,yes,yes,go,yes,no,no,low,yes,no,"Query GitHub Projects and repositories with SQL syntax","cargo install gh-sql"
|
|
135
|
+
gh-stars,10,yes,yes,go,yes,no,no,low,yes,no,"List and manage your GitHub starred repositories","go install github.com/gkze/gh-stars@latest"
|
|
136
|
+
ghalint,10,yes,yes,go,yes,no,no,low,yes,no,"GitHub Actions workflow linter for security best practices","go install github.com/suzuki-shunsuke/ghalint/cmd/ghalint@latest"
|
|
137
|
+
ghosts,10,yes,yes,go,yes,no,no,low,yes,no,"A hosts file manager for developers","go install github.com/StevenBlack/ghosts@latest"
|
|
138
|
+
ghr,10,yes,yes,go,yes,no,no,low,yes,no,"Repository management with auto-attaching profiles","cargo install ghr"
|
|
139
|
+
gilbert,10,yes,yes,go,yes,no,no,low,yes,no,"Task runner for Go projects with YAML-based configuration","go install github.com/go-gilbert/gilbert@latest"
|
|
140
|
+
gist,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for creating and managing GitHub Gists","go install github.com/babarot/gist@latest"
|
|
141
|
+
git-chglog,10,yes,yes,go,yes,no,no,low,yes,no,"Changelog generator from git history","go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest"
|
|
142
|
+
git-cliff,10,yes,yes,go,yes,no,no,low,yes,no,"Generate changelogs from Git history with conventional commits support","cargo install git-cliff"
|
|
143
|
+
git-tidy,10,yes,yes,go,yes,no,no,low,yes,no,"Tidy up stale git branches","cargo install git-tidy"
|
|
144
|
+
gitcredits,10,yes,yes,go,yes,no,no,low,yes,no,"Generate contributor credits and statistics for Git repositories","go install github.com/Higangssh/gitcredits@latest"
|
|
145
|
+
gitcs,10,yes,yes,go,yes,no,no,low,yes,no,"Git commit statistics and contributor analysis CLI","go install github.com/hrtsegv/gitcs@latest"
|
|
146
|
+
github-release,10,yes,yes,go,yes,no,no,low,yes,no,"Simple GitHub release command line tool","go install github.com/c4milo/github-release@latest"
|
|
147
|
+
gk,10,yes,yes,go,yes,no,no,low,yes,no,"Go-Kit generator for creating Go microservices","go install github.com/kujtimiihoxha/gk@latest"
|
|
148
|
+
go-audio,10,yes,yes,go,yes,no,no,low,yes,no,"Offline solution to convert PDFs into audiobooks","go install github.com/Harry-027/go-audio@latest"
|
|
149
|
+
go-aws-sso,10,yes,yes,go,yes,no,no,low,yes,no,"AWS SSO credential helper for command line access","go install github.com/theurichde/go-aws-sso@latest"
|
|
150
|
+
go-github-selfupdate,10,yes,yes,go,yes,no,no,low,yes,no,"Binary self-update mechanism for Go applications","go install github.com/rhysd/go-github-selfupdate@latest"
|
|
151
|
+
go-gitlab-client,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for interacting with GitLab repositories","go install github.com/plouc/go-gitlab-client@latest"
|
|
152
|
+
go-http-file-server,10,yes,yes,go,yes,no,no,low,yes,no,"Simple HTTP file server with upload support","go install github.com/mjpclab/go-http-file-server@latest"
|
|
153
|
+
go-passbolt-cli,10,yes,yes,go,yes,no,no,low,yes,no,"Command line client for Passbolt password manager","go install github.com/passbolt/go-passbolt-cli@latest"
|
|
154
|
+
go-perftuner,10,yes,yes,go,yes,no,no,low,yes,no,"Performance tuning helper for Go programs","go install github.com/go-perf/go-perftuner/cmd/go-perftuner@latest"
|
|
155
|
+
go-qrcode,10,yes,yes,go,yes,no,no,low,yes,no,"QR code generator with terminal and image output","go install github.com/yeqown/go-qrcode/cmd/go-qrcode@latest"
|
|
156
|
+
go-v2ex,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for browsing V2EX community","go install github.com/seth-shi/go-v2ex@latest"
|
|
157
|
+
go-wkhtmltopdf,10,yes,yes,go,yes,no,no,low,yes,no,"Convert HTML to PDF using wkhtmltopdf in Go","go install github.com/adrg/go-wkhtmltopdf/cmd/wkhtmltopdf@latest"
|
|
158
|
+
goWAPT,10,yes,yes,go,yes,no,no,low,yes,no,"Web application vulnerability scanner and fuzzer","go install github.com/dzonerzy/goWAPT@latest"
|
|
159
|
+
gobackup,10,yes,yes,go,yes,no,no,low,yes,no,"GoBackup CLI — backup databases and files to cloud storages with scheduling and Web UI","curl -sSL https://gobackup.github.io/install | sh"
|
|
160
|
+
gobuster,10,yes,yes,go,yes,no,no,low,yes,no,"Directory/File, DNS and VHost busting tool written in Go","go install github.com/OJ/gobuster/v3@latest"
|
|
161
|
+
gocloc,10,yes,yes,go,yes,no,no,low,yes,no,"A little fast cloc (Count Lines Of Code) written in Go","go install github.com/hhatto/gocloc/cmd/gocloc@latest"
|
|
162
|
+
gohash,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tools and library to work with hashes and various encodings. Calculate hashes and encod","go install github.com/martinlindhe/gohash/cmd/hasher@latest"
|
|
163
|
+
gojekyll,10,yes,yes,go,yes,no,no,low,yes,no,"Fast Jekyll-compatible static site generator in Go","go install github.com/osteele/gojekyll@latest"
|
|
164
|
+
gojq,10,yes,no,other,yes,no,no,low,yes,yes,"Pure Go implementation of jq. Process and query JSON data with jq-compatible syntax.","brew install gojq"
|
|
165
|
+
gojson,10,yes,no,other,yes,no,no,low,yes,yes,"Automatically generate Go (golang) struct definitions from example JSON. Convert JSON to Go structs ","brew install gojson"
|
|
166
|
+
gomainr,10,yes,yes,go,yes,no,no,low,yes,no,"CLI app that checks domain availability for keyword configurations","go install github.com/MichaelThessel/gomainr@latest"
|
|
167
|
+
gomockhandler,10,yes,yes,go,yes,no,no,low,yes,no,"Manage and generate Go mock implementations","go install github.com/sanposhiho/gomockhandler@latest"
|
|
168
|
+
goplaces,10,yes,yes,go,yes,no,no,low,yes,no,"Modern Google Places command line tool in Go","go install github.com/steipete/goplaces@latest"
|
|
169
|
+
goread,10,yes,yes,go,yes,no,no,low,yes,no,"Command line ePub reader for Go","go install github.com/Ray-D-Song/goread@latest"
|
|
170
|
+
goris,10,yes,yes,go,yes,no,no,low,yes,no,"Search and download images from Google Images","go install github.com/tanaikech/goris@latest"
|
|
171
|
+
gossh,10,yes,yes,go,yes,no,no,low,yes,no,"High-performance and high-concurrency SSH tool written in Go","go install github.com/windvalley/gossh@latest"
|
|
172
|
+
gotestsum,10,yes,yes,go,yes,no,no,low,yes,no,"'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of th","go install gotest.tools/gotestsum@latest"
|
|
173
|
+
gotty,10,yes,yes,go,yes,no,no,low,yes,no,"Share your terminal as a web application","go install github.com/yudai/gotty@latest"
|
|
174
|
+
gotube,10,yes,yes,go,yes,no,no,low,yes,no,"Simple command line tool for downloading YouTube videos","go install github.com/marethyu/gotube@latest"
|
|
175
|
+
gotun,10,yes,yes,go,yes,no,no,low,yes,no,"Create VPN tunnels with ease","go install github.com/Sesame2/gotun@latest"
|
|
176
|
+
govctl,10,yes,yes,go,yes,no,no,low,yes,no,"A governance harness for AI coding — turn prompts and patches into RFCs, ADRs, work items, and guard","cargo install govctl"
|
|
177
|
+
goverter,10,yes,yes,go,yes,no,no,low,yes,no,"Type-safe Go converter generator","go install github.com/jmattheis/goverter/cmd/goverter@latest"
|
|
178
|
+
gowsdl,10,yes,yes,go,yes,no,no,low,yes,no,"WSDL to Go code generator","go install github.com/hooklift/gowsdl/cmd/gowsdl@latest"
|
|
179
|
+
gox,10,yes,yes,go,yes,no,no,low,yes,no,"A dead simple, no frills Go cross compile tool. Build Go binaries for multiple platforms at once.","go install github.com/mitchellh/gox@latest"
|
|
180
|
+
gql,10,yes,yes,go,yes,no,no,low,yes,no,"GraphQL schema and query tool for the command line","go install github.com/graphql-editor/gql@latest"
|
|
181
|
+
grmon,10,yes,yes,go,yes,no,no,low,yes,no,"Command line monitoring for goroutines","go install github.com/bcicen/grmon@latest"
|
|
182
|
+
gron,10,yes,no,other,yes,no,no,low,yes,yes,"Make JSON greppable. Convert JSON to a grep-able format for easier searching and manipulation with s","brew install gron"
|
|
183
|
+
grpcdebug,10,yes,yes,go,yes,no,no,low,yes,no,"CLI for simplifying gRPC application debugging","go install github.com/grpc-ecosystem/grpcdebug@latest"
|
|
184
|
+
grpcmd,10,yes,yes,go,yes,no,no,low,yes,no,"gRPC client for the terminal with readable syntax","go install github.com/grpcmd/grpcmd@latest"
|
|
185
|
+
hey,10,yes,yes,go,yes,no,no,low,yes,no,"HTTP load generator, ApacheBench (ab) replacement","go install github.com/rakyll/hey@latest"
|
|
186
|
+
homebutler,10,yes,yes,go,yes,no,no,low,yes,no,"Home automation and device management CLI","go install github.com/Higangssh/homebutler@latest"
|
|
187
|
+
hopp-cli,10,yes,yes,go,yes,no,no,low,yes,no,"HTTP CLI client for Hoppscotch API testing","go install github.com/hoppscotch/hopp-cli@latest"
|
|
188
|
+
hostess,10,yes,yes,go,yes,no,no,low,yes,no,"An idempotent command-line utility for managing your /etc/hosts file","go install github.com/cbednarski/hostess@latest"
|
|
189
|
+
howto,10,yes,yes,go,yes,no,no,low,yes,no,"Humble command-line assistant — describe a task and get a command suggestion","go install github.com/nalgeon/howto@latest"
|
|
190
|
+
hssp,10,yes,yes,go,yes,no,no,low,yes,no,"HTTP server security probe and header analyzer","go install github.com/sterchelen/hssp@latest"
|
|
191
|
+
html-to-markdown,10,yes,yes,go,yes,no,no,low,yes,no,"Convert HTML to Markdown from the command line","go install github.com/JohannesKaufmann/html-to-markdown/cmd/html-to-markdown@lat"
|
|
192
|
+
http-server-rs,10,yes,yes,go,yes,no,no,low,yes,no,"Simple and configurable command-line HTTP server written in Rust","cargo install http-server"
|
|
193
|
+
httpretty,10,yes,yes,go,yes,no,no,low,yes,no,"Pretty-print HTTP requests and responses in terminal","go install github.com/henvic/httpretty@latest"
|
|
194
|
+
httpu,10,yes,yes,go,yes,no,no,low,yes,no,"CLI for making HTTP requests with readable syntax","go install github.com/hazbo/httpu@latest"
|
|
195
|
+
hud,10,yes,yes,go,yes,no,no,low,yes,no,"Find code blocking your Tokio workers with eBPF-powered diagnostics","cargo install hud"
|
|
196
|
+
humble-cli,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for Humble Bundle purchases and downloads","cargo install humble-cli"
|
|
197
|
+
huniq,10,yes,yes,go,yes,no,no,low,yes,no,"Filter out duplicates on the command line optimized for speed","cargo install huniq"
|
|
198
|
+
iftree,10,yes,yes,go,yes,no,no,low,yes,no,"Display network interfaces as a tree structure","go install github.com/t1anz0ng/iftree@latest"
|
|
199
|
+
imagecli,10,yes,yes,go,yes,no,no,low,yes,no,"Command line image processing tool written in Rust","cargo install imagecli"
|
|
200
|
+
intelli-shell,10,yes,yes,go,yes,no,no,low,yes,no,"Like IntelliSense but for shells with command suggestions","cargo install intelli-shell"
|
|
201
|
+
ips,10,yes,yes,go,yes,no,no,low,yes,no,"IP geolocation and information tool","go install github.com/sjzar/ips@latest"
|
|
202
|
+
journey,10,yes,yes,go,yes,no,no,low,yes,no,"Database migration and schema management tool","go install github.com/db-journey/journey@latest"
|
|
203
|
+
jta,10,yes,no,other,yes,no,no,low,yes,yes,"AI-powered JSON Translation Agent with intelligent quality optimization and agentic reflection","brew install hikanner/jta/jta"
|
|
204
|
+
k2tf,10,yes,yes,go,yes,no,no,low,yes,no,"Convert Kubernetes YAML to Terraform HCL","go install github.com/sl1pm4t/k2tf@latest"
|
|
205
|
+
k8scr,10,yes,yes,go,yes,no,no,low,yes,no,"Push and pull OCI images to/from Kubernetes clusters","go install github.com/hasheddan/k8scr@latest"
|
|
206
|
+
kepubify,10,yes,yes,go,yes,no,no,low,yes,no,"Fast ePub to Kobo ePub converter","go install github.com/pgaskin/kepubify/cmd/kepubify@latest"
|
|
207
|
+
klepto,10,yes,yes,go,yes,no,no,low,yes,no,"Tool for copying and anonymizing database data","go install github.com/hellofresh/klepto@latest"
|
|
208
|
+
ko,10,yes,yes,go,yes,no,no,low,yes,no,"Build and deploy Go containers","go install github.com/google/ko@latest"
|
|
209
|
+
kotofetch,10,yes,yes,go,yes,no,no,low,yes,no,"Display Japanese quotes in the terminal","cargo install kotofetch"
|
|
210
|
+
kuake-cli,10,yes,yes,go,yes,no,no,low,yes,no,"Quick command launcher and alias manager","go install github.com/zhangjingwei/kuake_cli@latest"
|
|
211
|
+
landrun,10,yes,yes,go,yes,no,no,low,yes,no,"Run Linux processes in a secure sandbox using Landlock kernel security","go install github.com/zouuup/landrun/cmd/landrun@latest"
|
|
212
|
+
lc,10,yes,yes,go,yes,no,no,low,yes,no,"License checker for source code files","go install github.com/boyter/lc@latest"
|
|
213
|
+
lemmy-help,10,yes,yes,go,yes,no,no,low,yes,no,"CLI to generate vim and neovim help documentation from EmmyLua annotations","cargo install lemmy-help"
|
|
214
|
+
license-generator,10,yes,yes,go,yes,no,no,low,yes,no,"Create licenses for your projects right from your terminal","cargo install license-generator"
|
|
215
|
+
licensor,10,yes,yes,go,yes,no,no,low,yes,no,"Write licenses to stdout","cargo install licensor"
|
|
216
|
+
linkedin,10,yes,yes,nodejs,yes,no,yes,low,no,yes,"Publish text posts to LinkedIn via REST API with OAuth 2.0","npm install -g node"
|
|
217
|
+
lla,10,yes,yes,go,yes,no,no,low,yes,no,"Blazing fast ls replacement with superpowers written in Rust","cargo install lla"
|
|
218
|
+
localias,10,yes,yes,go,yes,no,no,low,yes,no,"Manage local development aliases and hostnames","go install github.com/peterldowns/localias@latest"
|
|
219
|
+
lune,10,yes,yes,go,yes,no,no,low,yes,no,"Standalone Luau runtime for running Luau scripts from the command line","cargo install lune"
|
|
220
|
+
lurk,10,yes,yes,go,yes,no,no,low,yes,no,"A pretty alternative to strace — trace system calls of a process or command with colorized output","cargo install lurk-cli"
|
|
221
|
+
lutgen-rs,10,yes,yes,go,yes,no,no,low,yes,no,"Blazingly fast interpolated LUT generator and applicator for color palettes","cargo install lutgen-cli"
|
|
222
|
+
lux,10,yes,yes,go,yes,no,no,low,yes,no,"Fast and simple video download library and CLI tool","go install github.com/iawia002/lux@latest"
|
|
223
|
+
machma,10,yes,yes,go,yes,no,no,low,yes,no,"Parallel command execution tool with progress bars","go install github.com/fd0/machma@latest"
|
|
224
|
+
macmon,10,yes,no,other,yes,no,no,low,yes,yes,"Real-time system monitor for Apple Silicon Macs with JSON output support","brew install macmon"
|
|
225
|
+
mage,10,yes,yes,go,yes,no,no,low,yes,no,"Build tool using Go as a scripting language","go install github.com/magefile/mage@latest"
|
|
226
|
+
markpdf,10,yes,yes,go,yes,no,no,low,yes,no,"Watermark PDF files using image or text overlays","go install github.com/ajaxray/markpdf@latest"
|
|
227
|
+
mbt,10,yes,yes,go,yes,no,no,low,yes,no,"The most flexible build tool for monorepo","go install github.com/mbtproject/mbt@latest"
|
|
228
|
+
md2wechat-skill,10,yes,yes,go,yes,no,no,low,yes,no,"Convert Markdown to WeChat article format","go install github.com/geekjourneyx/md2wechat-skill@latest"
|
|
229
|
+
mdx,10,yes,yes,go,yes,no,no,low,yes,no,"Markdown processing and transformation tool","go install github.com/arimatakao/mdx@latest"
|
|
230
|
+
mermaid-rs-renderer,10,yes,yes,go,yes,no,no,low,yes,no,"Fast native Rust Mermaid diagram renderer without browser","cargo install mermaid-rs-renderer"
|
|
231
|
+
microplane,10,yes,yes,go,yes,no,no,low,yes,no,"CLI tool to make git changes across many repos especially useful with microservices","go install github.com/Clever/microplane@latest"
|
|
232
|
+
miller,10,yes,no,other,yes,no,no,low,yes,yes,"Like awk/sed/join/sort for name-indexed data such as CSV, TSV, JSON","brew install miller"
|
|
233
|
+
mmdr,10,yes,yes,go,yes,no,no,low,yes,no,"Fast native Rust Mermaid diagram renderer — 500-1000x faster than mermaid-cli, no browser required","cargo install mermaid-rs-renderer"
|
|
234
|
+
modsurfer,10,yes,yes,go,yes,no,no,low,yes,no,"Devtools to validate audit and investigate WebAssembly binaries","cargo install modsurfer"
|
|
235
|
+
monolith,10,yes,yes,go,yes,no,no,low,yes,no,"Save complete web pages as a single HTML file with all CSS, images, and JavaScript embedded","cargo install monolith"
|
|
236
|
+
motus,10,yes,yes,go,yes,no,no,low,yes,no,"Dead simple password generator","cargo install motus"
|
|
237
|
+
netns,10,yes,yes,go,yes,no,no,low,yes,no,"Runc hook (OCI compatible) for setting up default bridge networking for containers","go install github.com/genuinetools/netns@latest"
|
|
238
|
+
netop,10,yes,yes,go,yes,no,no,low,yes,no,"Network Top -- monitor network traffic with bpf","cargo install netop"
|
|
239
|
+
nexus-cli,10,yes,yes,go,yes,no,no,low,yes,no,"Nexus CLI for Docker Registry v2 management","go install github.com/mlabouardy/nexus-cli@latest"
|
|
240
|
+
nitrolaunch,10,yes,yes,go,yes,no,no,low,yes,no,"Supercharged Minecraft launcher for managing Minecraft instances","cargo install nitrolaunch"
|
|
241
|
+
notesmd-cli,10,yes,yes,go,yes,no,no,low,yes,no,"Obsidian CLI (Community) - Interact with Obsidian in the terminal","go install github.com/Yakitrak/notesmd-cli@latest"
|
|
242
|
+
nvidia_oc,10,yes,yes,go,yes,no,no,low,yes,no,"NVIDIA GPU overclocking CLI for Linux using NVML","cargo install nvidia_oc"
|
|
243
|
+
obelisk,10,yes,yes,go,yes,no,no,low,yes,no,"Go package and CLI tool for saving web page as single HTML file","go install github.com/go-shiori/obelisk/cmd/obelisk@latest"
|
|
244
|
+
ojosama,10,yes,yes,go,yes,no,no,low,yes,no,"Convert Japanese text to ojou-sama speech style","go install github.com/jiro4989/ojosama@latest"
|
|
245
|
+
ollama,10,yes,no,other,yes,no,no,low,yes,yes,"Ollama local LLM plugin — pull, run, and manage local AI models with structured JSON responses","curl -fsSL https://ollama.com/install.sh | sh"
|
|
246
|
+
om,10,yes,yes,go,yes,no,no,low,yes,no,"Pivotal Operations Manager command line tool","go install github.com/pivotal-cf/om@latest"
|
|
247
|
+
oneshot,10,yes,yes,go,yes,no,no,low,yes,no,"P2P file transfer over WebRTC with NAT traversal","go install github.com/forestnode-io/oneshot/v2/cmd/oneshot@latest"
|
|
248
|
+
osmar,10,yes,yes,go,yes,no,no,low,yes,no,"OpenStreetMap data analyzer and query tool","go install github.com/codesoap/osmar@latest"
|
|
249
|
+
ouch,10,yes,yes,go,yes,no,no,low,yes,no,"Painless compression and decompression CLI — supports zip, tar, 7z, gz, zst, xz, bz2, lz4, rar, and ","cargo install ouch"
|
|
250
|
+
pathos,10,yes,yes,go,yes,no,no,low,yes,no,"Path manipulation and file system utility CLI","go install github.com/chip/pathos@latest"
|
|
251
|
+
pay-respects,10,yes,yes,go,yes,no,no,low,yes,no,"Command suggestions command-not-found and thefuck replacement written in Rust","cargo install pay-respects"
|
|
252
|
+
pbgopy,10,yes,yes,go,yes,no,no,low,yes,no,"Copy and paste between devices","go install github.com/nakabonne/pbgopy@latest"
|
|
253
|
+
pcp,10,yes,yes,go,yes,no,no,low,yes,no,"Command line peer-to-peer data transfer tool based on libp2p","go install github.com/dennis-tra/pcp@latest"
|
|
254
|
+
peep,10,yes,yes,go,yes,no,no,low,yes,no,"CLI text viewer tool that works like less command on small pane within the terminal window","cargo install peep"
|
|
255
|
+
perfops-cli,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool to interact with servers around the world","go install github.com/ProspectOne/perfops-cli@latest"
|
|
256
|
+
pgschema,10,yes,yes,go,yes,no,no,low,yes,no,"Terraform-style, declarative schema migration CLI for Postgres","go install github.com/pgplex/pgschema@latest"
|
|
257
|
+
pingme,10,yes,yes,go,yes,no,no,low,yes,no,"Unified CLI for sending notifications across multiple messaging platforms","go install github.com/kha7iq/pingme@latest"
|
|
258
|
+
pokevision-cli,10,yes,yes,go,yes,no,no,low,yes,no,"CLI tool for Pokemon location tracking","go install github.com/jmshal/pokevision-cli@latest"
|
|
259
|
+
presto,10,yes,yes,go,yes,no,no,low,yes,no,"Lightweight tunnel and proxy CLI tool","go install github.com/paramientos/presto@latest"
|
|
260
|
+
prism,10,yes,yes,go,yes,no,no,low,yes,no,"Make unit test output beautiful — colorized, formatted Go test results","go install go.dalton.dog/prism@latest"
|
|
261
|
+
projclean,10,yes,yes,go,yes,no,no,low,yes,no,"Project dependencies and build artifacts cleanup tool","cargo install projclean"
|
|
262
|
+
protodep,10,yes,yes,go,yes,no,no,low,yes,no,"Protocol Buffers dependency management tool","go install github.com/stormcat24/protodep@latest"
|
|
263
|
+
protodot,10,yes,yes,go,yes,no,no,low,yes,no,"Generate DOT language visualization from Protocol Buffer files","go install github.com/seamia/protodot/cmd/protodot@latest"
|
|
264
|
+
protolock,10,yes,yes,go,yes,no,no,low,yes,no,"Protocol Buffer companion tool for tracking .proto files","go install github.com/nilslice/protolock@latest"
|
|
265
|
+
protonup-rs,10,yes,yes,go,yes,no,no,low,yes,no,"Automate installation and update of Linux Gaming Compatibility tools","cargo install protonup-rs"
|
|
266
|
+
pt,10,yes,yes,go,yes,no,no,low,yes,no,"The Platinum Searcher - A code search tool similar to ag and ack","go install github.com/monochromegane/the_platinum_searcher/cmd/pt@latest"
|
|
267
|
+
qrc,10,yes,yes,go,yes,no,no,low,yes,no,"QR code generator for text terminals with ASCII art and Sixel support","go install github.com/fumiyas/qrc@latest"
|
|
268
|
+
qrrs,10,yes,yes,go,yes,no,no,low,yes,no,"CLI QR code generator and reader written in Rust","cargo install qrrs"
|
|
269
|
+
qrtool,10,yes,yes,go,yes,no,no,low,yes,no,"Command-line utility for encoding and decoding QR codes","cargo install qrtool"
|
|
270
|
+
quicssh,10,yes,yes,go,yes,no,no,low,yes,no,"SSH over QUIC protocol","go install github.com/moul/quicssh/cmd/quicssh@latest"
|
|
271
|
+
quien,10,yes,no,other,yes,no,no,low,yes,yes,"A better WHOIS lookup tool with JSON output and scripting subcommands","brew tap retlehs/tap"
|
|
272
|
+
rage,10,yes,yes,go,yes,no,no,low,yes,no,"A simple, secure and modern file encryption tool with small explicit keys and UNIX-style composabili","cargo install rage"
|
|
273
|
+
reader,10,yes,yes,go,yes,no,no,low,yes,no,"Readability view for web pages on the command line","go install github.com/mrusme/reader@latest"
|
|
274
|
+
realize,10,yes,yes,go,yes,no,no,low,yes,no,"Go build system with file watcher, live reload and output streams","go install github.com/oxequa/realize@latest"
|
|
275
|
+
resym,10,yes,yes,go,yes,no,no,low,yes,no,"Cross-platform tool to browse and extract C and C++ type declarations from PDB files","cargo install resym"
|
|
276
|
+
rgx,10,yes,yes,go,yes,no,no,low,yes,no,"regex101 for the terminal - real-time matching, 3 engines, capture groups","cargo install rgx"
|
|
277
|
+
riddler,10,yes,yes,go,yes,no,no,low,yes,no,"Convert docker inspect output to the opencontainers runc spec","go install github.com/genuinetools/riddler@latest"
|
|
278
|
+
rimage,10,yes,yes,go,yes,no,no,low,yes,no,"Image encoder CLI tool inspired by squoosh with multiple format support (AVIF, JPEG, PNG, WebP, etc.","cargo install rimage"
|
|
279
|
+
ripgrep,10,yes,yes,go,yes,no,no,low,yes,no,"Ripgrep (rg) — fast recursive regex search that respects gitignore and skips hidden/binary files","cargo install ripgrep"
|
|
280
|
+
rose,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for managing and viewing rose projects","go install github.com/rose-pine/rose@latest"
|
|
281
|
+
rumdl,10,yes,yes,go,yes,no,no,low,yes,no,"Fast Markdown linter and formatter written in Rust","cargo install rumdl"
|
|
282
|
+
run,10,yes,yes,go,yes,no,no,low,yes,no,"Run commands in the languages you love","cargo install run"
|
|
283
|
+
rustfix,10,yes,yes,go,yes,no,no,low,yes,no,"Automatically apply the suggestions made by rustc compiler","cargo install rustfix"
|
|
284
|
+
rustledger,10,yes,yes,go,yes,no,no,low,yes,no,"Modern plain text accounting - blazing-fast Beancount-compatible implementation in Rust","cargo install rustledger"
|
|
285
|
+
rusync,10,yes,yes,go,yes,no,no,low,yes,no,"Minimalist rsync implementation in Rust","cargo install rusync"
|
|
286
|
+
sandy,10,yes,yes,go,yes,no,no,low,yes,no,"Process tracing and syscall monitoring CLI","go install github.com/craigmulligan/sandy@latest"
|
|
287
|
+
sastsweep,10,yes,yes,go,yes,no,no,low,yes,no,"SAST security scanner and vulnerability research CLI","go install github.com/chebuya/sastsweep@latest"
|
|
288
|
+
schema,10,yes,yes,go,yes,no,no,low,yes,no,"All-in-one CLI tool for database migrations, studio and LSP","go install github.com/gigagrug/schema@latest"
|
|
289
|
+
scrape,10,yes,yes,go,yes,no,no,low,yes,no,"CLI utility to scrape emails from websites","go install github.com/lawzava/scrape@latest"
|
|
290
|
+
skyfolder,10,yes,yes,go,yes,no,no,low,yes,no,"Share folders on the network","cargo install skyfolder"
|
|
291
|
+
slacrawl,10,yes,yes,go,yes,no,no,low,yes,no,"Crawl and archive Slack workspaces from the command line","go install github.com/vincentkoc/slacrawl@latest"
|
|
292
|
+
smag,10,yes,yes,go,yes,no,no,low,yes,no,"Show Me A Graph - Command Line Graphing","cargo install smag"
|
|
293
|
+
smoothie-rs,10,yes,yes,go,yes,no,no,low,yes,no,"Add motion blur to videos with granular configuration","cargo install smoothie-rs"
|
|
294
|
+
snm,10,yes,yes,go,yes,no,no,low,yes,no,"Smol and simple Node.js version manager written in Rust","cargo install snm"
|
|
295
|
+
sonnerie,10,yes,yes,go,yes,no,no,low,yes,no,"Simple timeseries database with CLI interface","cargo install sonnerie"
|
|
296
|
+
sonoscli,10,yes,yes,go,yes,no,no,low,yes,no,"Command line controller for Sonos speakers","go install github.com/steipete/sonoscli@latest"
|
|
297
|
+
sops,10,yes,no,other,yes,no,no,low,yes,yes,"Simple and flexible tool for managing secrets in YAML, JSON, ENV, INI and BINARY files","brew install sops"
|
|
298
|
+
soundcloud-dl,10,yes,yes,go,yes,no,no,low,yes,no,"Download tracks and playlists from SoundCloud","go install github.com/AYehia0/soundcloud-dl@latest"
|
|
299
|
+
spaceman,10,yes,yes,go,yes,no,no,low,yes,no,"A gRPC client from another world for testing and exploring gRPC services","cargo install spaceman"
|
|
300
|
+
spotctl,10,yes,yes,go,yes,no,no,low,yes,no,"Command line interface to Spotify music streaming service","go install github.com/owenthereal/spotctl@latest"
|
|
301
|
+
sqlite3,10,yes,no,other,yes,no,no,low,yes,yes,"SQLite3 CLI plugin — execute SQL, manage databases, transactions, and common pragmas","macOS: brew install sqlite3"
|
|
302
|
+
srgn,10,yes,yes,go,yes,no,no,low,yes,no,"A grep-like tool which understands source code syntax for manipulation and search","cargo install srgn"
|
|
303
|
+
sshed,10,yes,yes,go,yes,no,no,low,yes,no,"SSH config editor and bookmarks manager","go install github.com/trntv/sshed@latest"
|
|
304
|
+
stego,10,yes,yes,go,yes,no,no,low,yes,no,"Steganographic swiss army knife for hiding data in images","cargo install stego"
|
|
305
|
+
stencil,10,yes,yes,go,yes,no,no,low,yes,no,"Schema registry for schema management and validation","go install github.com/raystack/stencil@latest"
|
|
306
|
+
sub2sing-box,10,yes,yes,go,yes,no,no,low,yes,no,"Convert proxy subscription links to sing-box configuration","go install github.com/bestnite/sub2sing-box@latest"
|
|
307
|
+
subfinder,10,yes,yes,go,yes,no,no,low,yes,no,"Fast passive subdomain enumeration tool","go install github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest"
|
|
308
|
+
supabase,10,yes,yes,nodejs,yes,no,yes,low,no,yes,"Supabase CLI plugin for dcli","npm install -g supabase"
|
|
309
|
+
sveltin,10,yes,yes,go,yes,no,no,low,yes,no,"CLI tool for building SvelteKit static websites","go install github.com/sveltinio/sveltin@latest"
|
|
310
|
+
tango,10,yes,yes,go,yes,no,no,low,yes,no,"Rust microbenchmarking harness based on paired-testing methodology","cargo install tango"
|
|
311
|
+
teip,10,yes,yes,go,yes,no,no,low,yes,no,"Masking tape to help commands do one thing well with selective processing","cargo install teip"
|
|
312
|
+
terradrift,10,yes,yes,go,yes,no,no,low,yes,no,"Terraform drift detection and monitoring CLI","go install github.com/rootsami/terradrift@latest"
|
|
313
|
+
terraform-module-versions,10,yes,yes,go,yes,no,no,low,yes,no,"CLI tool that checks Terraform code for module updates","go install github.com/keilerkonzept/terraform-module-versions@latest"
|
|
314
|
+
textimg,10,yes,yes,go,yes,no,no,low,yes,no,"Convert text to image from terminal","go install github.com/jiro4989/textimg/cmd/textimg@latest"
|
|
315
|
+
textnote,10,yes,yes,go,yes,no,no,low,yes,no,"Simple tool for creating and organizing daily notes on the command line","go install github.com/dkaslovsky/textnote/cmd/textnote@latest"
|
|
316
|
+
tfk8s,10,yes,yes,go,yes,no,no,low,yes,no,"Convert Terraform HCL to Kubernetes YAML","go install github.com/jrhouston/tfk8s@latest"
|
|
317
|
+
tfvar,10,yes,yes,go,yes,no,no,low,yes,no,"Generate Terraform variable definitions from existing code","go install github.com/shihanng/tfvar@latest"
|
|
318
|
+
tinty,10,yes,yes,go,yes,no,no,low,yes,no,"A base16 and base24 color scheme manager","cargo install tinty"
|
|
319
|
+
tldx,10,yes,yes,go,yes,no,no,low,yes,no,"Domain availability research tool with smart keyword-based permutations and RDAP checks","go install github.com/brandonyoungdev/tldx@latest"
|
|
320
|
+
tokei,10,yes,yes,go,yes,no,no,low,yes,no,"Count your code — fast code statistics for 150+ languages","cargo install tokei"
|
|
321
|
+
tokf,10,yes,yes,go,yes,no,no,low,yes,no,"Config-driven CLI tool that compresses command output before it reaches an LLM context","cargo install tokf"
|
|
322
|
+
trashy,10,yes,yes,go,yes,no,no,low,yes,no,"CLI system trash manager, alternative to rm and trash-cli","cargo install trashy"
|
|
323
|
+
trex,10,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for extracting and processing text data","go install github.com/samyakbardiya/trex@latest"
|
|
324
|
+
triangula,10,yes,yes,go,yes,no,no,low,yes,no,"Generate high-quality triangulated and polygonal art from images","go install github.com/rh12503/triangula@latest"
|
|
325
|
+
trubka,10,yes,yes,go,yes,no,no,low,yes,no,"CLI tool for interacting with Apache Kafka","go install github.com/xitonix/trubka@latest"
|
|
326
|
+
tsk,10,yes,yes,go,yes,no,no,low,yes,no,"Simple todo list manager for the terminal","go install github.com/kakengloh/tsk@latest"
|
|
327
|
+
tubekit,10,yes,yes,go,yes,no,no,low,yes,no,"kubectl alternative with quick context switching","go install github.com/reconquest/tubekit@latest"
|
|
328
|
+
uxc,10,yes,no,other,yes,no,no,low,yes,yes,"One CLI for tools across protocols — OpenAPI, MCP, GraphQL, gRPC, JSON-RPC","brew install holon-run/tap/uxc"
|
|
329
|
+
vault-unseal,10,yes,yes,go,yes,no,no,low,yes,no,"Automated HashiCorp Vault unseal utility","go install github.com/lrstanley/vault-unseal@latest"
|
|
330
|
+
vegeta,10,yes,yes,go,yes,no,no,low,yes,no,"HTTP load testing tool and library","go install github.com/tsenart/vegeta@latest"
|
|
331
|
+
wapm-cli,10,yes,yes,go,yes,no,no,low,yes,no,"WebAssembly Package Manager CLI for managing WebAssembly packages","cargo install wapm-cli"
|
|
332
|
+
wd-41,10,yes,yes,go,yes,no,no,low,yes,no,"Static web server with live-reload for web development","go install github.com/baalimago/wd-41@latest"
|
|
333
|
+
webpalm,10,yes,yes,go,yes,no,no,low,yes,no,"Web crawler and data mining tool","go install github.com/XORbit01/webpalm@latest"
|
|
334
|
+
whis,10,yes,yes,go,yes,no,no,low,yes,no,"Voice-to-text CLI — record, transcribe, and pipe to clipboard","cargo install whis-cli"
|
|
335
|
+
wol,10,yes,yes,go,yes,no,no,low,yes,no,"Wake up your devices with a single command. A Wake-On-LAN tool","go install github.com/Trugamr/wol@latest"
|
|
336
|
+
wtp,10,yes,yes,go,yes,no,no,low,yes,no,"Weather tool with pretty terminal output","go install github.com/satococoa/wtp@latest"
|
|
337
|
+
wtx,10,yes,yes,go,yes,no,no,low,yes,no,"Collection of transport implementations and tools focused on web technologies","cargo install wtx"
|
|
338
|
+
xc,10,yes,yes,go,yes,no,no,low,yes,no,"Markdown task runner that executes code blocks","go install github.com/joerdav/xc@latest"
|
|
339
|
+
xo,10,yes,yes,go,yes,no,no,low,yes,no,"Command line utility that composes regular expression matches","go install github.com/ezekg/xo@latest"
|
|
340
|
+
yamldiff,10,yes,yes,go,yes,no,no,low,yes,no,"CLI tool to diff two YAML files with structural awareness","go install github.com/sahilm/yamldiff@latest"
|
|
341
|
+
yatas,10,yes,yes,go,yes,no,no,low,yes,no,"Audit AWS and GCP infrastructure for misconfiguration and security issues","go install github.com/padok-team/yatas@latest"
|
|
342
|
+
yj,10,yes,no,other,yes,no,no,low,yes,yes,"Convert between YAML, TOML, JSON, and HCL formats with preserved map order","brew install yj"
|
|
343
|
+
yml2dot,10,yes,yes,go,yes,no,no,low,yes,no,"Convert YAML to DOT language representation","go install github.com/lucasepe/yml2dot@latest"
|
|
344
|
+
yq,10,yes,no,other,yes,no,no,low,yes,yes,"A portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor. Query and transfor","brew install yq"
|
|
345
|
+
zerobox,10,yes,yes,go,yes,no,no,low,yes,no,"Lightweight, cross-platform process sandboxing with file, network, and credential controls","cargo install zerobox"
|
|
346
|
+
zmk-viewer,10,yes,yes,go,yes,no,no,low,yes,no,"Generate preview images from ZMK keymap files","go install github.com/MrMarble/zmk-viewer@latest"
|
|
347
|
+
Appfairy,9,yes,yes,nodejs,yes,no,no,low,no,no,"Web application development and deployment CLI tool","npm install -g appfairy"
|
|
348
|
+
Equa11y,9,yes,yes,nodejs,yes,no,no,low,no,no,"Stream-lined command line tool for running accessibility testing with axe-core and puppeteer","npm install -g equa11y"
|
|
349
|
+
Malvid,9,yes,yes,nodejs,yes,no,no,low,no,no,"Component library documentation generator","npm install -g malvid"
|
|
350
|
+
TypeScript-Call-Graph,9,yes,yes,nodejs,yes,no,no,low,no,no,"Generate a call graph for TypeScript projects","npm install -g typescript-call-graph"
|
|
351
|
+
addons-linter,9,yes,yes,nodejs,yes,no,no,low,no,no,"Linter for Firefox WebExtensions and addons","npm install -g addons-linter"
|
|
352
|
+
agent-browser,9,yes,no,other,yes,no,no,low,no,yes,"agent-browser CLI plugin with quick wrappers and passthrough",""
|
|
353
|
+
agnix,9,yes,yes,nodejs,yes,no,no,low,no,no,"The missing linter and LSP for AI coding assistants - validates CLAUDE.md, AGENTS.md, SKILL.md, hook","npm install -g agnix"
|
|
354
|
+
apk-mitm,9,yes,yes,nodejs,yes,no,no,low,no,no,"Prepare APKs for HTTPS inspection","npm install -g apk-mitm"
|
|
355
|
+
ast-grep,9,yes,yes,nodejs,yes,no,no,low,no,no,"AST-based code structural search, lint, and rewriting — find and replace code using AST patterns","npm install --global @ast-grep/cli"
|
|
356
|
+
aws,9,yes,no,other,yes,no,no,low,no,yes,"AWS CLI plugin for dcli",""
|
|
357
|
+
axe,9,yes,yes,go,yes,no,no,medium,yes,no,"A lightweight cli for running single-purpose AI agents. Define focused agents in TOML, trigger them ","go install github.com/jrswab/axe@latest"
|
|
358
|
+
az,9,yes,no,other,yes,no,no,low,no,yes,"Azure CLI plugin for dcli",""
|
|
359
|
+
b64-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Command line tool for encoding and decoding files as base64","npm install -g b64-cli"
|
|
360
|
+
backslide,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool for creating and presenting Markdown-based slides","npm install -g backslide"
|
|
361
|
+
barrelsby,9,yes,yes,nodejs,yes,no,no,low,no,no,"Automatic TypeScript barrels (index.ts files) for your entire codebase","npm install -g barrelsby"
|
|
362
|
+
bestzip,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool for creating zip files","npm install -g bestzip"
|
|
363
|
+
bitcoin-chart-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Display Bitcoin price charts in the terminal","npm install -g bitcoin-chart-cli"
|
|
364
|
+
blogr,9,yes,yes,go,yes,no,no,medium,yes,no,"Terminal-first blog and personal website generator. Write, edit, and publish your blog without ever ","cargo install blogr-cli"
|
|
365
|
+
boxlite,9,yes,no,other,yes,no,no,low,no,yes,"BoxLite Docker-backed plugin using boxcli",""
|
|
366
|
+
bpmnlint,9,yes,yes,nodejs,yes,no,no,low,no,no,"Validate BPMN diagrams from the command line","npm install -g bpmnlint"
|
|
367
|
+
bundle-phobia-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Check npm package bundle size from the command line","npm install -g bundle-phobia-cli"
|
|
368
|
+
bundown,9,yes,yes,nodejs,yes,no,no,low,no,no,"Fast all-in-one Markdown runtime and bundler built on Bun","npm install -g bundown"
|
|
369
|
+
cami,9,yes,yes,nodejs,yes,no,no,low,no,no,"Lightweight CLI tool for configuration management with files","npm install -g cami"
|
|
370
|
+
carbon-now-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Beautiful images of your code from the command line","npm install -g carbon-now-cli"
|
|
371
|
+
cargo-llvm-cov,9,yes,yes,go,yes,no,no,medium,yes,no,"Cargo subcommand for LLVM source-based code coverage for Rust. Generate and report code coverage for","cargo install cargo-llvm-cov"
|
|
372
|
+
cass,9,yes,no,other,yes,no,no,low,no,yes,"Coding Agent Session Search (cass) - Unified indexing and search for local coding agent history",""
|
|
373
|
+
cat-names,9,yes,yes,nodejs,yes,no,no,low,no,no,"Get popular cat names from the command line","npm install -g cat-names"
|
|
374
|
+
check-it-out,9,yes,yes,nodejs,yes,no,no,low,no,no,"Command line interface for Git Checkout to see branches available for checkout","npm install -g check-it-out"
|
|
375
|
+
clack,9,yes,yes,nodejs,yes,no,no,low,no,no,"Effortlessly build beautiful command-line apps with prompts and input","npm install -g @clack/core"
|
|
376
|
+
clasp,9,yes,yes,nodejs,yes,no,no,low,no,no,"Command Line Apps Script Projects for Google Apps Script","npm install -g @google/clasp"
|
|
377
|
+
clawteam,9,yes,no,other,yes,no,no,low,no,yes,"ClawTeam connects your personal OpenClaw agents to a team, enterprise, or internet-wide collaboratio",""
|
|
378
|
+
clean-css-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"CSS minifier and optimizer CLI","npm install -g clean-css-cli"
|
|
379
|
+
clever,9,yes,no,other,yes,no,no,low,no,yes,"Clever Tools CLI plugin with agent-friendly JSON wrappers for Clever Cloud",""
|
|
380
|
+
cli-kenai,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tools for JavaScript projects with code generation and scaffolding","npm install -g cli-kenai"
|
|
381
|
+
clickup,9,yes,no,other,yes,no,no,low,no,yes,"ClickUp CLI (cu) for AI agents - task management, sprint tracking, and project workflows",""
|
|
382
|
+
clix,9,yes,no,other,yes,no,no,low,no,yes,"Hybrid clix plugin with remote agent docs and safe read-only X wrappers",""
|
|
383
|
+
cloc-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Count lines of code in directories","npm install -g cloc"
|
|
384
|
+
cocoindex-code,9,yes,no,other,yes,no,no,low,no,yes,"Hybrid cocoindex-code plugin: auto-register local MCP server, bind semantic search capability, and a",""
|
|
385
|
+
color-generate,9,yes,yes,nodejs,yes,no,no,low,no,no,"Generate and manipulate color palettes from the command line","npm install -g color-generate"
|
|
386
|
+
commiat,9,yes,no,other,yes,no,no,low,no,yes,"Wrap commiat CLI with passthrough support",""
|
|
387
|
+
commit-and-tag-version,9,yes,yes,nodejs,yes,no,no,low,no,no,"Automate versioning and CHANGELOG generation","npm install -g commit-and-tag-version"
|
|
388
|
+
concurrently,9,yes,yes,nodejs,yes,no,no,low,no,no,"Run multiple commands concurrently with better output tracking and error handling","npm install -g concurrently"
|
|
389
|
+
confluence,9,yes,yes,nodejs,yes,no,no,low,no,no,"A powerful command-line interface for Atlassian Confluence. Read, search, and manage Confluence cont","npm install -g confluence-cli"
|
|
390
|
+
consola,9,yes,yes,nodejs,yes,no,no,low,no,no,"Elegant Console Logger for Node.js and Browser with beautiful formatting","npm install -g consola"
|
|
391
|
+
coolify-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Self-hostable Heroku/Netlify alternative CLI","npm install -g coolify-cli"
|
|
392
|
+
copilot,9,yes,no,other,yes,no,no,low,no,yes,"GitHub Copilot CLI plugin with programmatic wrappers and passthrough",""
|
|
393
|
+
corber,9,yes,yes,nodejs,yes,no,no,low,no,no,"Cordova and Electron hybrid app development CLI","npm install -g corber"
|
|
394
|
+
cpx,9,yes,yes,nodejs,yes,no,no,low,no,no,"Copy files with watch mode and glob support","npm install -g cpx"
|
|
395
|
+
create-better-t-stack,9,yes,yes,nodejs,yes,no,no,low,no,no,"Modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices","npm install -g create-better-t-stack"
|
|
396
|
+
create-component-app,9,yes,yes,nodejs,yes,no,no,low,no,no,"Generate React components from the command line","npm install -g create-component-app"
|
|
397
|
+
dasel,9,yes,no,other,yes,no,no,medium,yes,yes,"Select, put and delete data from JSON, TOML, YAML, XML, INI, HCL and CSV files with a single tool. A","brew install dasel"
|
|
398
|
+
dcg,9,yes,no,other,yes,no,no,medium,yes,yes,"Destructive Command Guard — blocks dangerous git and shell commands from being executed by agents. T","curl -fsSL ""https://raw.githubusercontent.com/Dicklesworthstone/destructive_comm"
|
|
399
|
+
defuddle,9,yes,yes,nodejs,yes,no,no,low,no,no,"Extract the main content of any web page as clean Markdown. CLI tool for parsing URLs and HTML files","npm install -g defuddle"
|
|
400
|
+
demystify,9,yes,yes,nodejs,yes,no,no,low,no,no,"Automated documentation for APIs from command line","npm install -g demystify"
|
|
401
|
+
devto-publish,9,yes,no,other,yes,no,no,low,no,yes,"Publish articles to Dev.to via API",""
|
|
402
|
+
diff2html-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Pretty diff to HTML JavaScript CLI for converting diff output to beautiful HTML","npm install -g diff2html-cli"
|
|
403
|
+
dim,9,yes,yes,nodejs,yes,no,no,low,no,no,"Manage open data in your project like a package manager","npm install -g dim"
|
|
404
|
+
dircolors,9,yes,yes,nodejs,yes,no,no,low,no,no,"Colorize ls output with Nord theme support","npm install -g dircolors"
|
|
405
|
+
docker,9,yes,no,other,yes,no,no,low,no,yes,"Core Docker harness commands with non-TTY safety metadata",""
|
|
406
|
+
dockerfmt,9,yes,yes,go,yes,no,no,medium,yes,no,"Modern Dockerfile formatter written in Go. Format Dockerfiles with configurable indentation, trailin","go install github.com/reteps/dockerfmt@latest"
|
|
407
|
+
domain-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool for WHOIS and domain information lookup","npm install -g domain-cli"
|
|
408
|
+
dotenvx,9,yes,yes,nodejs,yes,no,no,low,no,no,"A secure dotenv from the creator of dotenv","npm install -g dotenvx"
|
|
409
|
+
dschnp,9,yes,yes,nodejs,yes,no,no,low,no,no,"Custom search engines via CLI with defaultList feature for quick lookups","npm install -g dschnp"
|
|
410
|
+
editly,9,yes,yes,nodejs,yes,no,no,low,no,no,"Slick, declarative command line video editing","npm install -g editly"
|
|
411
|
+
env-manager,9,yes,yes,nodejs,yes,no,no,low,no,no,"A CLI tool for managing environment files in different environments. Switch, validate, and check env","npm install -g env-manager"
|
|
412
|
+
eslint,9,yes,yes,nodejs,yes,no,no,low,no,no,"Find and fix problems in JavaScript and TypeScript code","npm install -g eslint"
|
|
413
|
+
everdev,9,yes,yes,nodejs,yes,no,no,low,no,no,"TVM Development Environment for Everscale, TON, and Venom blockchains","npm install -g everdev"
|
|
414
|
+
extension-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Build and manage browser extensions","npm install -g extension-cli"
|
|
415
|
+
eza,9,yes,no,other,yes,no,no,low,no,yes,"eza CLI plugin for dcli",""
|
|
416
|
+
figma-export,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool to bulk export Figma, FigJam, and Figma Slides files","npm install -g figma-export"
|
|
417
|
+
filesize-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Calculate and display file sizes","npm install -g filesize-cli"
|
|
418
|
+
fkill,9,yes,yes,nodejs,yes,no,no,low,no,no,"Fabulously kill processes. Cross-platform","npm install -g fkill-cli"
|
|
419
|
+
gcloud,9,yes,no,other,yes,no,no,low,no,yes,"Google Cloud CLI plugin for dcli",""
|
|
420
|
+
gemini,9,yes,no,other,yes,no,no,low,no,yes,"Gemini CLI plugin with headless JSON wrappers and passthrough",""
|
|
421
|
+
generate,9,yes,yes,nodejs,yes,no,no,low,no,no,"Command-line tool and code generator","npm install -g generate"
|
|
422
|
+
gh,9,yes,no,other,yes,no,no,low,no,yes,"GitHub CLI plugin for dcli",""
|
|
423
|
+
gifcap,9,yes,no,other,yes,no,no,low,no,yes,"Screen recording, cropping, and GIF optimization tool",""
|
|
424
|
+
git-copy-history,9,yes,yes,nodejs,yes,no,no,low,no,no,"Copy commit history between repositories","npm install -g git-copy-history"
|
|
425
|
+
git-labelmaker,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool for creating and editing GitHub labels","npm install -g git-labelmaker"
|
|
426
|
+
git2txt,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool to convert GitHub repositories to text files for LLMs","npm install -g git2txt"
|
|
427
|
+
github-files-fetcher,9,yes,yes,nodejs,yes,no,no,low,no,no,"Download files and directories from GitHub","npm install -g github-files-fetcher"
|
|
428
|
+
gitkit-js,9,yes,yes,nodejs,yes,no,no,low,no,no,"JavaScript toolkit for Git operations","npm install -g gitkit"
|
|
429
|
+
glances,9,yes,no,other,yes,no,no,low,no,yes,"Cross-platform system monitoring tool with JSON/CSV output support","pip install glances"
|
|
430
|
+
goose,9,yes,no,other,yes,no,no,low,no,yes,"Goose CLI plugin with headless automation wrappers and passthrough",""
|
|
431
|
+
gr-suspicious,9,yes,yes,nodejs,yes,no,no,low,no,no,"Suspicious lines of code detector for Git Repositories","npm install -g gr-suspicious"
|
|
432
|
+
graphqlviz,9,yes,yes,nodejs,yes,no,no,low,no,no,"Visualize GraphQL schemas as Graphviz graphs","npm install -g graphqlviz"
|
|
433
|
+
gwc,9,yes,no,other,yes,no,no,low,no,yes,"Wrap Google Workspace CLI (gws) with passthrough support",""
|
|
434
|
+
gws,9,yes,yes,nodejs,yes,no,yes,medium,no,yes,"Official Google Workspace CLI for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynam","npm install -g @googleworkspace/cli"
|
|
435
|
+
hashsum-file-checker,9,yes,yes,nodejs,yes,no,no,low,no,no,"Calculate file hash checksums","npm install -g nodejs-hashsum-file-checker"
|
|
436
|
+
headless-chrome,9,yes,yes,nodejs,yes,no,no,low,no,no,"Run headless Chrome from the command line for automation","npm install -g headless-chrome-cli"
|
|
437
|
+
helm,9,yes,no,other,yes,no,no,low,no,yes,"Helm CLI plugin for dcli",""
|
|
438
|
+
himalaya,9,yes,no,other,yes,no,no,low,no,yes,"Himalaya email CLI plugin with safe read-only wrappers and passthrough",""
|
|
439
|
+
http-server,9,yes,yes,nodejs,yes,no,no,low,no,no,"Simple, zero-configuration command-line static HTTP server","npm install --global http-server"
|
|
440
|
+
hygen,9,yes,yes,nodejs,yes,no,no,low,no,no,"Fast, scalable code generator that lives in your project","npm install -g hygen"
|
|
441
|
+
i18next-scanner,9,yes,yes,nodejs,yes,no,no,low,no,no,"Scan code and extract i18next translation keys","npm install -g i18next-scanner"
|
|
442
|
+
i18nmatic,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool to automate internationalization for React and Next.js projects","npm install -g i18nmatic"
|
|
443
|
+
igniteui-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Ignite UI Command-Line Interface by Infragistics","npm install -g igniteui-cli"
|
|
444
|
+
image-optimize,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool for optimizing images","npm install -g image-optimize"
|
|
445
|
+
imagineui,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool to generate wireframes from a localized human-readable format","npm install -g imagineui"
|
|
446
|
+
iponmap,9,yes,yes,nodejs,yes,no,no,low,no,no,"Locate IP addresses on a map in terminal","npm install -g iponmap"
|
|
447
|
+
is-esm,9,yes,yes,nodejs,yes,no,no,low,no,no,"Check if a package is an ES module","npm install -g is-esm"
|
|
448
|
+
just,9,yes,no,other,yes,no,no,low,no,yes,"just CLI plugin for dcli",""
|
|
449
|
+
klp,9,yes,no,other,yes,no,no,low,no,yes,"Lightweight CLI viewer for structured log files and streams logfmt JSONL and many others","pip install klp"
|
|
450
|
+
kubectl,9,yes,no,other,yes,no,no,low,no,yes,"Kubernetes kubectl plugin for dcli",""
|
|
451
|
+
lev,9,yes,yes,nodejs,yes,no,no,low,no,no,"LevelDB CLI tool for database inspection","npm install -g lev"
|
|
452
|
+
license-checker-rseidelsohn,9,yes,yes,nodejs,yes,no,no,low,no,no,"Check licenses of npm dependencies","npm install -g license-checker-rseidelsohn"
|
|
453
|
+
license-up,9,yes,yes,nodejs,yes,no,no,low,no,no,"License generator and manager for open-source projects","npm install -g license-up"
|
|
454
|
+
lightpanda,9,yes,no,other,yes,no,no,low,no,yes,"Lightpanda plugin with agent-friendly scripted browser automation via puppeteer-core",""
|
|
455
|
+
linear,9,yes,no,other,yes,no,no,low,no,yes,"Linear CLI plugin for dcli",""
|
|
456
|
+
mac-cleaner-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"macOS CLI to free disk space by clearing caches, logs, Homebrew and Xcode junk","npm install -g mac-cleaner-cli"
|
|
457
|
+
markdown-to-html-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Command line tool that converts markdown to HTML. Supports GFM footnotes, task lists, and custom CSS","npm install -g markdown-to-html-cli"
|
|
458
|
+
marked,9,yes,yes,nodejs,yes,no,no,low,no,no,"Markdown parser and compiler","npm install -g marked"
|
|
459
|
+
mcporter,9,yes,yes,nodejs,yes,no,no,low,no,no,"Call MCPs via TypeScript masquerading as simple TypeScript API or package them as CLI","npm install -g mcporter"
|
|
460
|
+
md-to-pdf,9,yes,yes,nodejs,yes,no,no,low,no,no,"Hackable CLI tool for converting Markdown files to PDF using Node.js and headless Chrome","npm install -g md-to-pdf"
|
|
461
|
+
merge-yaml-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Node.js CLI utility for merging YAML files. Merge multiple YAML files together using glob patterns.","npm install -g merge-yaml-cli"
|
|
462
|
+
mergestat-lite,9,yes,no,other,yes,no,yes,low,yes,yes,"Run SQL queries on git repositories — query commits, files, authors with SQL syntax","brew tap mergestat/mergestat && brew install mergestat"
|
|
463
|
+
mermaid-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Command line tool for the Mermaid diagramming language","npm install -g @mermaid-js/mermaid-cli"
|
|
464
|
+
mevn-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool for the MEVN stack (MongoDB Express Vue Node)","npm install -g mevn-cli"
|
|
465
|
+
mime-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Detect MIME types of files","npm install -g mime-cli"
|
|
466
|
+
mongosh,9,yes,no,other,yes,no,no,low,no,yes,"mongosh CLI plugin for dcli",""
|
|
467
|
+
monty,9,yes,no,other,yes,no,no,low,no,yes,"Hybrid Monty plugin: sandboxed Python via @pydantic/monty and remote agent skills",""
|
|
468
|
+
mr-pilot,9,yes,yes,nodejs,yes,no,no,low,no,no,"AI-powered code review for GitLab Merge Requests and GitHub Pull Requests","npm install -g mr-pilot"
|
|
469
|
+
mysql,9,yes,no,other,yes,no,no,low,no,yes,"MySQL CLI plugin for dcli",""
|
|
470
|
+
nail,9,yes,yes,go,yes,no,no,medium,yes,no,"Lightning-fast data analysis CLI for Parquet, CSV, and XLSX files. Describe, filter, transform, join","cargo install nail-parquet"
|
|
471
|
+
neonctl,9,yes,yes,nodejs,yes,no,no,low,no,no,"Neon Serverless Postgres CLI for managing databases from the terminal","npm install -g neonctl"
|
|
472
|
+
nexe,9,yes,yes,nodejs,yes,no,no,low,no,no,"Create a single executable out of your node.js apps","npm install -g nexe"
|
|
473
|
+
next-build-id,9,yes,yes,nodejs,yes,no,no,low,no,no,"Generate unique build IDs for Next.js applications","npm install -g next-build-id"
|
|
474
|
+
nextest,9,yes,no,other,yes,no,no,low,no,yes,"cargo-nextest CLI plugin for dcli",""
|
|
475
|
+
ni,9,yes,yes,nodejs,yes,no,no,low,no,no,"Use the right package manager","npm install -g @antfu/ni"
|
|
476
|
+
node-duplicate-finder,9,yes,yes,nodejs,yes,no,no,low,no,no,"Find duplicate files in directories","npm install -g node-duplicate-finder"
|
|
477
|
+
node-file-converter,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool for converting files to different formats","npm install -g node-file-converter"
|
|
478
|
+
node-minify,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool for compressing JavaScript and CSS files","npm install -g @node-minify/cli @node-minify/uglify-js @node-minify/clean-css"
|
|
479
|
+
node-rename-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Batch rename files and directories","npm install -g rename-cli"
|
|
480
|
+
nodemon,9,yes,yes,nodejs,yes,no,no,low,no,no,"Monitor for changes and automatically restart Node.js applications","npm install -g nodemon"
|
|
481
|
+
npe,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool that helps you check the latest version of a npm package","npm install -g npe"
|
|
482
|
+
npkill,9,yes,yes,nodejs,yes,no,no,low,no,no,"Find and remove old node_modules directories to free up disk space","npm install -g npkill"
|
|
483
|
+
npm,9,yes,no,other,yes,no,no,low,no,yes,"npm CLI plugin for dcli",""
|
|
484
|
+
npm-run-all,9,yes,yes,nodejs,yes,no,no,low,no,no,"Run multiple npm-scripts in parallel or sequential","npm install -g npm-run-all"
|
|
485
|
+
npmvet,9,yes,yes,nodejs,yes,no,no,low,no,no,"Simple CLI tool for vetting npm package versions against allowed ranges","npm install -g npmvet"
|
|
486
|
+
nullclaw,9,yes,no,other,yes,no,no,low,no,yes,"Remote docs and agent guidance index for nullclaw/nullclaw",""
|
|
487
|
+
octosql,9,yes,no,other,yes,no,no,medium,yes,yes,"Query tool that allows you to join, analyse and transform data from multiple databases and file form","brew install octosql"
|
|
488
|
+
ok-mdx,9,yes,yes,nodejs,yes,no,no,low,no,no,"Zero-config MDX development and prototyping CLI","npm install -g ok-mdx"
|
|
489
|
+
onerepo,9,yes,yes,nodejs,yes,no,no,low,no,no,"Easy strict safe and fast JavaScript and TypeScript monorepo toolchain","npm install -g onerepo"
|
|
490
|
+
openapi-format,9,yes,yes,nodejs,yes,no,no,low,no,no,"Format and filter OpenAPI specification files","npm install -g openapi-format"
|
|
491
|
+
opencli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Make Any Website & Tool Your CLI. A universal CLI Hub and AI-native runtime.","npm install -g @jackwener/opencli"
|
|
492
|
+
openpolicy,9,yes,yes,nodejs,yes,no,no,low,no,no,"Framework for building privacy-first applications from the command line","npm install -g openpolicy"
|
|
493
|
+
opensrc,9,yes,yes,nodejs,yes,no,no,low,no,no,"Fetch source code for npm packages to give AI coding agents deeper context","npm install -g opensrc"
|
|
494
|
+
os-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Fine-grained cross-platform OS information from the command line","npm install -g os-cli"
|
|
495
|
+
pagit,9,yes,yes,nodejs,yes,no,no,low,no,no,"Powerful CLI tool for managing git repositories as pages","npm install -g pagit"
|
|
496
|
+
parrotsay,9,yes,yes,nodejs,yes,no,no,low,no,no,"ASCII art parrot generator for the terminal","npm install -g parrotsay"
|
|
497
|
+
pdf2md,9,yes,yes,nodejs,yes,no,no,low,no,no,"PDF to Markdown converter CLI tool","npm install -g @opendocsg/pdf2md"
|
|
498
|
+
percollate,9,yes,yes,nodejs,yes,no,no,low,no,no,"Turn web pages into PDF, EPUB, or HTML books","npm install -g percollate"
|
|
499
|
+
periodic-table-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Periodic table of elements in your terminal","npm install -g periodic-table-cli"
|
|
500
|
+
pin-github-action,9,yes,yes,nodejs,yes,no,no,low,no,no,"Pin GitHub Actions to specific commit SHAs","npm install -g pin-github-action"
|
|
501
|
+
plex-sync,9,yes,yes,nodejs,yes,no,no,low,no,no,"Sync watched status between Plex servers","npm install -g plex-sync"
|
|
502
|
+
pm2,9,yes,yes,nodejs,yes,no,no,low,no,no,"Process manager for Node.js applications","npm install -g pm2"
|
|
503
|
+
pncat,9,yes,yes,nodejs,yes,no,no,low,no,no,"Enhanced catalogs feature with PNPM, Yarn, Bun and Vlt support","npm install -g pncat"
|
|
504
|
+
pnpm,9,yes,no,other,yes,no,no,low,no,yes,"pnpm CLI plugin for dcli",""
|
|
505
|
+
podcast-dl,9,yes,yes,nodejs,yes,no,no,low,no,no,"Download podcast episodes from RSS feeds","npm install -g podcast-dl"
|
|
506
|
+
poetry,9,yes,no,other,yes,no,no,low,no,yes,"Poetry CLI plugin for dcli",""
|
|
507
|
+
prettier,9,yes,yes,nodejs,yes,no,no,low,no,no,"Code formatter using prettier","npm install -g prettier"
|
|
508
|
+
prettier-eslint-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Format with Prettier and lint with ESLint","npm install -g prettier-eslint-cli"
|
|
509
|
+
pretty-bytes-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Convert bytes to a human readable string. 1337 → 1.34 kB","npm install -g pretty-bytes-cli"
|
|
510
|
+
probe,9,yes,yes,nodejs,yes,no,no,low,no,no,"AI-friendly semantic code search engine for large codebases","npm install -g @probelabs/probe"
|
|
511
|
+
project-explorer,9,yes,yes,nodejs,yes,no,no,low,no,no,"Generate project directory tree and documentation","npm install -g @sdras/project-explorer"
|
|
512
|
+
pulumi,9,yes,no,other,yes,no,no,low,no,yes,"Pulumi CLI plugin for dcli",""
|
|
513
|
+
puml-for-markdown,9,yes,yes,nodejs,yes,no,no,low,no,no,"Generate PlantUML diagrams for Markdown files","npm install -g puml-for-markdown"
|
|
514
|
+
pundle,9,yes,yes,nodejs,yes,no,no,low,no,no,"Fast JavaScript bundler with hot reload","npm install -g pundle"
|
|
515
|
+
railway,9,yes,no,other,yes,no,no,low,no,yes,"Railway CLI plugin for dcli",""
|
|
516
|
+
ramadan-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI to check Sehar and Iftar times in Ramadan anywhere in the world","npm install -g ramadan-cli"
|
|
517
|
+
rawkit,9,yes,yes,nodejs,yes,no,no,low,no,no,"Development toolkit and project scaffolding CLI","npm install -g rawkit"
|
|
518
|
+
react-native-version,9,yes,yes,nodejs,yes,no,no,low,no,no,"Automate React Native versioning","npm install -g react-native-version"
|
|
519
|
+
rename-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Batch file renaming tool","npm install -g rename-cli"
|
|
520
|
+
replace-in-file,9,yes,yes,nodejs,yes,no,no,low,no,no,"Replace text in files from the command line","npm install -g replace-in-file-cli"
|
|
521
|
+
restish,9,yes,no,other,yes,no,no,medium,yes,yes,"CLI for interacting with REST-ish APIs. A user-friendly HTTP client with built-in API schema discove","brew install restish"
|
|
522
|
+
rnx-kit,9,yes,yes,nodejs,yes,no,no,low,no,no,"Modern scalable tools for React Native with exceptional developer experience","npm install -g @rnx-kit/cli"
|
|
523
|
+
rpgmakermlinux-cicpoffs,9,yes,yes,nodejs,yes,no,no,low,no,no,"RPG Maker MV/MZ Linux compatibility tool","npm install -g rpgmakermlinux-cicpoffs"
|
|
524
|
+
serve,9,yes,yes,nodejs,yes,no,no,low,no,no,"Static file serving and directory listing","npm install -g serve"
|
|
525
|
+
shadcn-chat,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI for adding customizable and re-usable chat components to your applications","npm install -g shadcn-chat"
|
|
526
|
+
ship-safe,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI security scanner built for the agentic era","npm install -g ship-safe"
|
|
527
|
+
site-audit-seo,9,yes,yes,nodejs,yes,no,no,low,no,no,"SEO site audit tool for command line","npm install -g site-audit-seo"
|
|
528
|
+
sitemap-generator-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Generate sitemap XML from a URL","npm install -g sitemap-generator-cli"
|
|
529
|
+
standard,9,yes,yes,nodejs,yes,no,no,low,no,no,"JavaScript style guide, linter, and formatter","npm install -g standard"
|
|
530
|
+
static-react,9,yes,yes,nodejs,yes,no,no,low,no,no,"Zero-config static site generator for React","npm install -g static-react"
|
|
531
|
+
stormy,9,yes,yes,go,yes,no,no,medium,yes,no,"Minimal neofetch-style weather CLI with ASCII art output. Fetch weather information for any city wit","go install github.com/ashish0kumar/stormy@latest"
|
|
532
|
+
streamhut,9,yes,yes,nodejs,yes,no,no,low,no,no,"Real-time stream sharing over WebSockets","npm install -g streamhut"
|
|
533
|
+
strest,9,yes,yes,nodejs,yes,no,no,low,no,no,"CI-ready tests for REST APIs configured in YAML","npm install -g strest"
|
|
534
|
+
stripe,9,yes,no,other,yes,no,no,low,no,yes,"Stripe CLI plugin for dcli",""
|
|
535
|
+
summarize,9,yes,yes,nodejs,yes,no,no,low,no,no,"Fast text summarization CLI","npm install -g @steipete/summarize"
|
|
536
|
+
supervizer,9,yes,yes,nodejs,yes,no,no,low,no,no,"Process manager and supervisor CLI","npm install -g supervizer"
|
|
537
|
+
surf,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI for AI agents to control Chrome","npm install -g surf-cli"
|
|
538
|
+
svgo,9,yes,yes,nodejs,yes,no,no,low,no,no,"Node.js tool for optimizing SVG files. Remove redundant information, optimize paths, and reduce file","npm install -g svgo"
|
|
539
|
+
swagger-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Command line tools for Swagger/OpenAPI operations","npm install -g swagger-cli"
|
|
540
|
+
taskbook,9,yes,yes,nodejs,yes,no,no,low,no,no,"Tasks, boards & notes for the command-line habitat","npm install -g taskbook"
|
|
541
|
+
teletype,9,yes,yes,nodejs,yes,no,no,low,no,no,"Stream and share terminals over the web with end-to-end encryption","npm install -g teletype"
|
|
542
|
+
terraform,9,yes,no,other,yes,no,no,low,no,yes,"Terraform CLI plugin for dcli",""
|
|
543
|
+
texture-compressor,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container","npm install -g texture-compressor"
|
|
544
|
+
tget,9,yes,yes,nodejs,yes,no,no,low,no,no,"Torrent file downloader and getter CLI","npm install -g tget"
|
|
545
|
+
tint,9,yes,yes,go,yes,no,no,medium,yes,no,"Palette-based image recoloring CLI. Recolor images using popular terminal color themes like Catppucc","go install github.com/ashish0kumar/tint@latest"
|
|
546
|
+
tldr,9,yes,yes,nodejs,yes,no,no,low,no,no,"Simplified and community-driven man pages","npm install -g tldr"
|
|
547
|
+
trash-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Move files and folders to the trash","npm install -g trash-cli"
|
|
548
|
+
travis-watch,9,yes,yes,nodejs,yes,no,no,low,no,no,"Watch Travis CI build status from the terminal","npm install -g travis-watch"
|
|
549
|
+
trdsql,9,yes,no,other,yes,no,no,medium,yes,yes,"Execute SQL queries on CSV, JSON, LTSV, TBLN, and other text files. Query structured data files with","brew install trdsql"
|
|
550
|
+
ttl,9,yes,no,other,yes,no,no,medium,yes,yes,"Fast, modern traceroute with per-hop stats, ASN/geo lookup, ECMP detection, and MPLS label parsing. ","brew install lance0/tap/ttl"
|
|
551
|
+
typeconf,9,yes,yes,nodejs,yes,no,no,low,no,no,"Define feature flags prompts or any experiments right in Typescript","npm install -g typeconf"
|
|
552
|
+
typeorm-fixtures,9,yes,yes,nodejs,yes,no,no,low,no,no,"Fixtures loader for TypeORM to load test data into your database","npm install -g typeorm-fixtures-cli"
|
|
553
|
+
unimported,9,yes,yes,nodejs,yes,no,no,low,no,no,"Find and fix dangling files and unused dependencies in your JavaScript projects","npm install -g unimported"
|
|
554
|
+
upash,9,yes,yes,nodejs,yes,no,no,low,no,no,"Unified password hashing API for Node.js","npm install -g upash-cli"
|
|
555
|
+
uv,9,yes,no,other,yes,no,no,low,no,yes,"uv CLI plugin for dcli",""
|
|
556
|
+
viking,9,yes,yes,go,yes,no,no,medium,yes,no,"Simple way to manage your remote machines and SSH keys. Execute commands in parallel across machines","go install github.com/d3witt/viking@latest"
|
|
557
|
+
wacli,9,yes,no,other,yes,no,no,low,no,yes,"wacli WhatsApp CLI plugin with safe read-only wrappers",""
|
|
558
|
+
warpdrop,9,yes,yes,nodejs,yes,no,no,low,no,no,"Simple secure peer-to-peer file sharing tool using WebRTC technology","npm install -g warpdrop"
|
|
559
|
+
watch-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"Watch files and execute npm scripts when files change. File watcher for development workflows.","npm install -g watch-cli"
|
|
560
|
+
watchexec,9,yes,no,other,yes,no,no,low,no,yes,"watchexec CLI plugin for dcli",""
|
|
561
|
+
whereami,9,yes,yes,nodejs,yes,no,no,low,no,no,"Get your geolocation information from the command line","npm install -g @rafaelrinaldi/whereami"
|
|
562
|
+
wikit,9,yes,yes,nodejs,yes,no,no,low,no,no,"Command line Wikipedia summary tool","npm install -g wikit"
|
|
563
|
+
wormhole,9,yes,yes,go,yes,no,no,medium,yes,no,"Open-source ngrok alternative to expose local servers to the internet with one command. Built with G","go install github.com/MuhammadHananAsghar/wormhole@latest"
|
|
564
|
+
wpress-extract,9,yes,yes,nodejs,yes,no,no,low,no,no,"Extract .wpress backup files from the command line","npm install -g wpress-extract"
|
|
565
|
+
wrkflw,9,yes,yes,go,yes,no,no,medium,yes,no,"Validate and run GitHub Actions locally. Workflow validation, local execution with Docker/Podman, wa","cargo install wrkflw"
|
|
566
|
+
xresources,9,yes,yes,nodejs,yes,no,no,low,no,no,"Manage and query X11 Xresources from the command line","npm install -g xresources"
|
|
567
|
+
xurl,9,yes,no,other,yes,no,no,low,no,yes,"Hybrid xurl plugin with remote agent docs and safe read-only X API wrappers",""
|
|
568
|
+
yaspeller,9,yes,yes,nodejs,yes,no,no,low,no,no,"Spell checker for text and Markdown files","npm install -g yaspeller"
|
|
569
|
+
yicode,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool for code generation and management","npm install -g yicode"
|
|
570
|
+
zip-it-and-ship-it,9,yes,yes,nodejs,yes,no,no,low,no,no,"Create deployable function bundles for Netlify and AWS Lambda","npm install -g @netlify/zip-it-and-ship-it"
|
|
571
|
+
zksync-cli,9,yes,yes,nodejs,yes,no,no,low,no,no,"CLI tool that simplifies ZKsync development workflow","npm install -g zksync-cli"
|
|
572
|
+
zx,9,yes,yes,nodejs,yes,no,no,low,no,no,"A tool for writing better scripts using Node.js","npm install -g zx"
|
|
573
|
+
KouShare-dl,8,yes,no,other,yes,no,no,low,yes,no,"A command-line downloader for KouShare. Download files and resources from KouShare platform directly","brew install koushare-dl"
|
|
574
|
+
MyJWT,8,yes,no,other,yes,no,yes,low,no,yes,"CLI for cracking testing vulnerabilities on Json Web Token JWT security testing","pip install myjwt"
|
|
575
|
+
TokenTracker,8,yes,yes,nodejs,yes,no,yes,low,no,no,"Track and display cryptocurrency token prices","npm install -g tokentracker"
|
|
576
|
+
act,8,yes,no,other,yes,no,no,low,yes,no,"GitHub Actions local runner plugin — run, list, validate, and test GitHub Actions workflows locally ","curl -sL https://raw.githubusercontent.com/nektos/act/master/install.sh | sh"
|
|
577
|
+
age,8,yes,no,other,yes,no,no,low,yes,no,"A simple, modern and secure encryption tool with small explicit keys","brew install age"
|
|
578
|
+
ahoy,8,yes,no,other,yes,no,no,low,yes,no,"Create shareable, self-documenting command-line tools from simple YAML files","brew install ahoy-cli/tap/ahoy"
|
|
579
|
+
ain,8,yes,no,other,yes,no,no,low,yes,no,"HTTP API client for the terminal","brew install ain"
|
|
580
|
+
aliae,8,yes,no,other,yes,no,no,low,yes,no,"Cross shell and platform alias management","brew install jandedobbeleer/tap/aliae"
|
|
581
|
+
arduino-cli,8,yes,no,other,yes,no,no,low,yes,no,"Arduino command line interface. Compile, upload, and manage Arduino sketches, boards, and libraries ","brew install arduino-cli"
|
|
582
|
+
asdf,8,yes,no,other,yes,no,no,low,yes,no,"Manage multiple runtime versions with a single CLI tool. Extendable version manager for Node.js, Rub","brew install asdf"
|
|
583
|
+
autorestic,8,yes,no,other,yes,no,no,low,yes,no,"Config wrapper for restic backup. Configure, run, and forget backup tasks with a simple YAML configu","brew install autorestic"
|
|
584
|
+
aws-doctor,8,yes,no,other,yes,no,no,low,yes,no,"Powerful open-source CLI to audit security, costs, and best practices in AWS.","brew install elC0mpa/homebrew-tap/aws-doctor"
|
|
585
|
+
aws-nuke,8,yes,no,other,yes,no,no,low,yes,no,"Remove all resources from an AWS account. Nuke a whole AWS account and delete all its resources. Use","brew install aws-nuke"
|
|
586
|
+
bagel,8,yes,no,other,yes,no,no,low,yes,no,"Inventory security-relevant metadata on developer workstations — no payloads, ever","brew install boostsecurityio/tap/bagel"
|
|
587
|
+
bandwhich,8,yes,no,other,yes,no,no,low,yes,no,"Terminal bandwidth utilization tool. Display network utilization by process, connection, and remote ","brew install bandwhich"
|
|
588
|
+
bane,8,yes,no,other,yes,no,no,low,yes,no,"Custom & better AppArmor profile generator for Docker containers. Generate security profiles for Doc","brew install bane"
|
|
589
|
+
bat,8,yes,no,other,yes,no,no,low,yes,no,"A cat(1) clone with syntax highlighting, git integration, automatic paging, and support for showing ","brew install bat"
|
|
590
|
+
bitrise,8,yes,no,other,yes,no,no,low,yes,no,"Bitrise runner CLI for automations on Mac or Linux","brew install bitrise"
|
|
591
|
+
bombardier,8,yes,no,other,yes,no,no,low,yes,no,"Fast cross-platform HTTP benchmarking tool written in Go. Load test HTTP servers with configurable c","brew install bombardier"
|
|
592
|
+
buf,8,yes,no,other,yes,no,no,low,yes,no,"Protocol Buffers tool for linting and breaking change detection","brew install buf"
|
|
593
|
+
caddy,8,yes,no,other,yes,no,no,low,yes,no,"Fast and extensible multi-platform HTTP/2 web server","brew install caddy"
|
|
594
|
+
carapace-bin,8,yes,no,other,yes,no,no,low,yes,no,"Multi-shell completion generator. Generate shell completions for Bash, Zsh, Fish, PowerShell, and mo","brew install carapace"
|
|
595
|
+
cargo-edit,8,yes,no,other,yes,no,no,low,yes,no,"A utility for managing cargo dependencies from the command line. Add, remove, and upgrade Rust depen","brew install cargo-edit"
|
|
596
|
+
cassowary,8,yes,no,other,yes,no,no,low,yes,no,"Modern cross-platform HTTP load-testing tool","brew install cassowary"
|
|
597
|
+
certigo,8,yes,no,other,yes,no,no,low,yes,no,"A certificate validation and inspection tool. Examine, validate, and convert SSL/TLS certificates an","brew install certigo"
|
|
598
|
+
cf-tool,8,yes,no,other,yes,no,no,low,yes,no,"Command line tool for Codeforces competitive programming","brew install cf-tool"
|
|
599
|
+
cidr,8,yes,no,other,yes,no,no,low,yes,no,"CIDR range calculator and IP subnet utility","brew install cidr"
|
|
600
|
+
circleci-cli,8,yes,no,other,yes,no,no,low,yes,no,"Command line tool for CircleCI","brew install circleci"
|
|
601
|
+
civo-cli,8,yes,no,other,yes,no,no,low,yes,no,"Command line interface for Civo cloud resources","brew install civo"
|
|
602
|
+
claw-wrap,8,yes,no,other,yes,no,no,low,yes,no,"Secure credential proxy for CLI tools — credentials never enter the sandbox","brew install dedene/tap/claw-wrap"
|
|
603
|
+
cloudlist,8,yes,no,other,yes,no,no,low,yes,no,"Cloudlist is a tool for listing Assets from multiple Cloud Providers. Enumerate cloud assets across ","brew install cloudlist"
|
|
604
|
+
cmd-wrapped,8,yes,no,other,yes,no,no,low,yes,no,"A command line history stats analyzer. Generate beautiful statistics and insights from your shell co","brew install cmd-wrapped"
|
|
605
|
+
cocogitto,8,yes,no,other,yes,no,no,low,yes,no,"A set of tools for the Conventional Commits specification. Manage semantic versioning, changelogs, a","brew install cocogitto"
|
|
606
|
+
compose-cli,8,yes,no,other,yes,no,no,low,yes,no,"Docker Compose CLI for multi-container applications","brew install docker-compose"
|
|
607
|
+
compose-generator,8,yes,no,other,yes,no,no,low,yes,no,"Easy to use CLI tool to generate Docker Compose configurations","brew install compose-generator"
|
|
608
|
+
conftest,8,yes,no,other,yes,no,no,low,yes,no,"Write tests against structured configuration data using OPA","brew install conftest"
|
|
609
|
+
cosign,8,yes,no,other,yes,no,no,low,yes,no,"Container Signing, Verification and Storage in an OCI registry","brew install cosign"
|
|
610
|
+
crane,8,yes,no,other,yes,no,no,low,yes,no,"Tool for interacting with remote container registries","brew install crane"
|
|
611
|
+
cssg-cli,8,yes,yes,nodejs,yes,no,yes,low,no,no,"CSS Generator for transforming user interfaces from design tokens","npm install -g cssg-cli"
|
|
612
|
+
csvtk,8,yes,no,other,yes,no,no,low,yes,no,"Cross-platform CSV/TSV toolkit and processor","brew install csvtk"
|
|
613
|
+
ctop,8,yes,no,other,yes,no,no,low,yes,no,"Top-like interface for container metrics","brew install ctop"
|
|
614
|
+
cue,8,yes,no,other,yes,no,no,low,yes,no,"Configuration and validation language for structured data","brew install cue"
|
|
615
|
+
cup,8,yes,no,other,yes,no,no,low,yes,no,"Check for available updates for your container images. Monitor and report outdated container images ","brew install sergi0g/tap/cup"
|
|
616
|
+
cyme,8,yes,no,other,yes,no,no,low,yes,no,"A beautiful, fast terminal USB device manager. List and manage USB devices with detailed information","brew install cyme"
|
|
617
|
+
dagger,8,yes,no,other,yes,no,no,low,yes,no,"Programmable CI/CD engine that runs pipelines in containers","curl -L https://dl.dagger.io/dagger/install.sh | sh"
|
|
618
|
+
datree,8,yes,no,other,yes,no,no,low,yes,no,"Prevent Kubernetes misconfigurations from reaching production","brew install datree"
|
|
619
|
+
dbin,8,yes,no,other,yes,no,no,low,yes,no,"Poor man's package manager with statically linked binaries","curl -fsSL https://raw.githubusercontent.com/xplshn/dbin/main/install | sh"
|
|
620
|
+
dbxcli,8,yes,no,other,yes,no,no,low,yes,no,"A command line client for Dropbox. Manage Dropbox files and folders directly from the terminal with ","brew install dbxcli"
|
|
621
|
+
dcos-cli,8,yes,no,other,yes,no,no,low,yes,no,"The command line for DC/OS","brew install dcos-cli"
|
|
622
|
+
dep-tree,8,yes,no,other,yes,no,no,low,yes,no,"Render your project's dependency tree in ASCII, track cycles and exports. Visualize and analyze modu","brew install dep-tree"
|
|
623
|
+
djinni,8,yes,no,other,yes,no,no,low,yes,no,"Generate cross-language type declarations and interface bindings for multiple languages","brew install djinni"
|
|
624
|
+
dnspyre,8,yes,no,other,yes,no,no,low,yes,no,"CLI tool for a high QPS DNS benchmark","brew install dnspyre"
|
|
625
|
+
dog,8,yes,no,other,yes,no,no,low,yes,no,"A command-line DNS client. Query DNS servers with a colorful, human-readable output and support for ","brew install dog"
|
|
626
|
+
doggo,8,yes,no,other,yes,no,no,low,yes,no,"Command-line DNS client for humans. Modern DNS lookup tool with support for DoH and DoT.","brew install doggo"
|
|
627
|
+
dotly-cli,8,yes,no,other,yes,no,no,low,yes,no,"Simplify configuration management from the command line","curl -s https://raw.githubusercontent.com/CodelyTV/dotly/master/installer | bash"
|
|
628
|
+
drone,8,yes,no,other,yes,no,no,low,yes,no,"Continuous integration and delivery platform CLI","brew install drone"
|
|
629
|
+
dry,8,yes,no,other,yes,no,no,low,yes,no,"A Docker manager for the terminal. Monitor and manage Docker containers, images, networks, and volum","brew install dry"
|
|
630
|
+
dstask,8,yes,no,other,yes,no,no,low,yes,no,"A personal command-line todo manager. Manage tasks with tags, contexts, and priorities from the comm","brew install dstask"
|
|
631
|
+
duf,8,yes,no,other,yes,no,no,low,yes,no,"Disk Usage/Free Utility - a better df alternative","brew install duf"
|
|
632
|
+
earthly,8,yes,no,other,yes,no,no,low,yes,no,"Build automation tool that works with Dockerfiles","brew install earthly"
|
|
633
|
+
entr,8,yes,no,other,yes,no,no,low,yes,no,"Run arbitrary commands when files change","brew install entr"
|
|
634
|
+
evil-helix,8,yes,no,other,yes,no,no,low,yes,no,"Vim-inspired modal editing for Helix editor. A compatibility layer adding Vim keybindings and modes ","brew install evil-helix"
|
|
635
|
+
forge-orchestrator,8,yes,no,other,yes,no,no,low,yes,no,"Multi-AI task orchestration with file locking, knowledge capture, and drift detection","curl -fsSL https://forge.nxtg.ai/install.sh | sh"
|
|
636
|
+
ftl,8,yes,no,other,yes,no,no,low,yes,no,"Faster than light deployment tool","brew install yarlson/tap/ftl"
|
|
637
|
+
fubectl,8,yes,no,other,yes,no,no,low,yes,no,"Reduced kubectl interactions wrapper","brew install fubectl"
|
|
638
|
+
gat,8,yes,no,other,yes,no,no,low,yes,no,"Pretty-print files in terminal with syntax highlighting","brew install gat"
|
|
639
|
+
gdu,8,yes,no,other,yes,no,no,low,yes,no,"Fast disk usage analyzer with console interface written in Go. Analyze disk usage with visualization","brew install gdu"
|
|
640
|
+
genact,8,yes,no,other,yes,no,no,low,yes,no,"A nonsense activity generator. Generate fake activity for demos, screenshots, or to look busy in the","brew install genact"
|
|
641
|
+
ghgrab,8,yes,no,other,yes,no,no,low,yes,no,"Search and download files from GitHub directly from your terminal","go install github.com/abhixdd/ghgrab@latest"
|
|
642
|
+
git-branchless,8,yes,no,other,yes,no,no,low,yes,no,"High-velocity, monorepo-scale workflow for Git. Branchless workflow for Git with advanced features f","brew install git-branchless"
|
|
643
|
+
git-xargs,8,yes,no,other,yes,no,no,low,yes,no,"Run Git commands across multiple repositories. Execute Git operations across many repos at once from","brew install git-xargs"
|
|
644
|
+
gitea,8,yes,no,other,yes,no,no,low,yes,no,"Painless self-hosted Git service with CLI administration","brew install gitea"
|
|
645
|
+
gitoxide,8,yes,no,other,yes,no,no,low,yes,no,"An implementation of Git in Rust. A fast, correct, and enjoyable pure Rust implementation of the Git","brew install gitoxide"
|
|
646
|
+
gitsu,8,yes,no,other,yes,no,no,low,yes,no,"Switch git user easily","brew install matsuyoshi30/tap/gitsu"
|
|
647
|
+
gmailctl,8,yes,no,other,yes,no,no,low,yes,no,"Declarative configuration for Gmail filters. Manage Gmail filters as code with a declarative DSL and","brew install gmailctl"
|
|
648
|
+
goawk,8,yes,no,other,yes,no,no,low,yes,no,"AWK interpreter written in Go with CSV/TSV support","brew install goawk"
|
|
649
|
+
gogcli,8,yes,no,other,yes,no,no,low,yes,no,"Google Suite CLI — Gmail, Calendar, Drive, Tasks, Contacts, Sheets, Docs, and more via gog CLI","macOS: brew install gogcli"
|
|
650
|
+
gogs,8,yes,no,other,yes,no,no,low,yes,no,"Painless self-hosted Git service with CLI administration","brew install gogs"
|
|
651
|
+
googlews,8,yes,no,other,yes,no,no,low,yes,no,"Google Workspace CLI integration for supercli","go install github.com/googleworkspace/cli@latest"
|
|
652
|
+
goreleaser,8,yes,no,other,yes,no,no,low,yes,no,"Deliver Go binaries as fast and easily as possible","brew install goreleaser"
|
|
653
|
+
gowall,8,yes,no,other,yes,no,no,low,yes,no,"Image processing tool with color theme conversion, compression, OCR, and more","brew install gowall"
|
|
654
|
+
gping,8,yes,no,other,yes,no,no,low,yes,no,"Ping, but with a graph. Visual ping tool with real-time graph display for monitoring network latency","brew install gping"
|
|
655
|
+
grpcurl,8,yes,no,other,yes,no,no,low,yes,no,"Command-line tool for interacting with gRPC servers","brew install grpcurl"
|
|
656
|
+
grype,8,yes,no,other,yes,no,no,low,yes,no,"Vulnerability scanner for container images and filesystems","brew install grype"
|
|
657
|
+
gtrash,8,yes,no,other,yes,no,no,low,yes,no,"Trash CLI that moves files to system trash instead of deleting","brew install gtrash"
|
|
658
|
+
gut,8,yes,no,other,yes,no,no,low,yes,no,"A beginner friendly CLI for git","brew install julien040/tap/gut"
|
|
659
|
+
hauler,8,yes,no,other,yes,no,no,low,yes,no,"Airgap Swiss Army Knife for content management","brew install hauler-dev/tap/hauler"
|
|
660
|
+
havener,8,yes,no,other,yes,no,no,low,yes,no,"Swiss army knife for Kubernetes cluster operations","brew install havener"
|
|
661
|
+
hetznercloud-cli,8,yes,no,other,yes,no,no,low,yes,no,"Official Hetzner Cloud command line interface. Manage servers, networks, volumes, and all Hetzner Cl","brew install hcloud"
|
|
662
|
+
hishtory,8,yes,no,other,yes,no,no,low,yes,no,"Your shell history in context. Search, sync, and get rich context for your shell history across all ","brew install hishtory"
|
|
663
|
+
hl,8,yes,no,other,yes,no,no,low,yes,no,"Log file highlighter. A fast and powerful log viewer with syntax highlighting, filtering, and live t","brew install pamburus/tap/hl"
|
|
664
|
+
hover,8,yes,no,other,yes,no,no,low,yes,no,"A CLI tool to build and run Flutter desktop applications. Build, run, and manage Flutter desktop app","brew install hover"
|
|
665
|
+
html-minifier,8,yes,yes,nodejs,yes,no,no,medium,no,no,"Super-configurable and well-tested web page minifier (enhanced successor of HTML Minifier). Handles ","npm install -g html-minifier-next"
|
|
666
|
+
ignite-cli,8,yes,no,other,yes,no,no,low,yes,no,"CLI tool for creating and maintaining blockchain applications. Scaffold, build, and manage Cosmos SD","brew install ignite"
|
|
667
|
+
img,8,yes,no,other,yes,no,no,low,yes,no,"Standalone, daemon-less, unprivileged container image builder. Build container images without Docker","brew install img"
|
|
668
|
+
inlets,8,yes,no,other,yes,no,no,low,yes,no,"Expose your local endpoints to the Internet","brew install inlets"
|
|
669
|
+
ipatool,8,yes,no,other,yes,no,no,low,yes,no,"Command line tool for searching and downloading iOS apps","brew install ipatool"
|
|
670
|
+
ipinfo,8,yes,no,other,yes,no,no,low,yes,no,"Official CLI for the IPinfo API. Get IP geolocation, ASN details, IP ranges, and hosted domains from","brew install ipinfo-cli"
|
|
671
|
+
ipinfo-cli,8,yes,no,other,yes,no,no,low,yes,no,"IP geolocation and network data lookup CLI","brew install ipinfo-cli"
|
|
672
|
+
k3sup,8,yes,no,other,yes,no,no,low,yes,no,"Bootstrap k3s clusters over SSH with one command","brew install k3sup"
|
|
673
|
+
kafkactl,8,yes,no,other,yes,no,no,low,yes,no,"A command-line interface for Apache Kafka. Manage Kafka clusters, topics, consumers, and messages fr","brew install kafkactl"
|
|
674
|
+
kail,8,yes,no,other,yes,no,no,low,yes,no,"Kubernetes log viewer with pod filtering","brew install boz/repo/kail"
|
|
675
|
+
kapp,8,yes,no,other,yes,no,no,low,yes,no,"A lightweight application deployment tool for Kubernetes. Deploy and manage Kubernetes applications ","brew install kapp"
|
|
676
|
+
kbld,8,yes,no,other,yes,no,no,low,yes,no,"Seamlessly incorporates image building and image pushing into your development and deployment workfl","brew install carvel-dev/tap/kbld"
|
|
677
|
+
klog,8,yes,no,other,yes,no,no,low,yes,no,"Command-line tool for time tracking in a human-readable, plain-text file format","brew install klog"
|
|
678
|
+
kopia,8,yes,no,other,yes,no,no,low,yes,no,"Cross-platform backup tool with fast, incremental backups","brew install kopia"
|
|
679
|
+
kpt,8,yes,no,other,yes,no,no,low,yes,no,"Google's tool for managing Kubernetes packages. Package, customize, and apply Kubernetes configurati","brew install kpt"
|
|
680
|
+
kt,8,yes,no,other,yes,no,no,low,yes,no,"Apache Kafka CLI tool for producers and consumers","brew install kt"
|
|
681
|
+
kube-bench,8,yes,no,other,yes,no,no,low,yes,no,"CIS Kubernetes Benchmark security scanner","brew install kube-bench"
|
|
682
|
+
kube-hunter,8,yes,no,other,yes,no,no,low,yes,no,"Hunt for security weaknesses in Kubernetes clusters","brew install kube-hunter"
|
|
683
|
+
kube-score,8,yes,no,other,yes,no,no,low,yes,no,"Kubernetes object analyzer for reliability and security","brew install kube-score"
|
|
684
|
+
kubecm,8,yes,no,other,yes,no,no,low,yes,no,"A Kubeconfig manager for multiple Kubernetes clusters. Switch and manage kubeconfig files easily fro","brew install kubecm"
|
|
685
|
+
kubeconform,8,yes,no,other,yes,no,no,low,yes,no,"Fast Kubernetes manifest validation with custom schemas","brew install kubeconform"
|
|
686
|
+
kubectl-ice,8,yes,no,other,yes,no,no,low,yes,no,"Kubernetes resource usage monitor and optimizer for pods and containers","brew install NimbleArchitect/tap/kubectl-ice"
|
|
687
|
+
kubectx,8,yes,no,other,yes,no,no,low,yes,no,"Faster way to switch between clusters and namespaces in kubectl","brew install kubectx"
|
|
688
|
+
kubens,8,yes,no,other,yes,no,no,low,yes,no,"Faster way to switch between Kubernetes namespaces","brew install kubectx"
|
|
689
|
+
kubeval,8,yes,no,other,yes,no,no,low,yes,no,"Validate Kubernetes configuration files","brew install kubeval"
|
|
690
|
+
kyma-cli,8,yes,no,other,yes,no,no,low,yes,no,"CLI for deploying and managing Kyma runtime","brew install kyma-cli"
|
|
691
|
+
kyverno,8,yes,no,other,yes,no,no,low,yes,no,"Kubernetes native policy management CLI","brew install kyverno"
|
|
692
|
+
lab,8,yes,no,other,yes,no,no,low,yes,no,"A hub-like CLI for GitLab. Manage GitLab repositories, issues, merge requests, and pipelines from th","brew install lab"
|
|
693
|
+
lockenv,8,yes,no,other,yes,no,no,low,yes,no,"Password-based encrypted vault for .env and infrastructure secrets","brew install illarion/tap/lockenv"
|
|
694
|
+
lsd,8,yes,no,other,yes,no,no,low,yes,no,"The next gen ls command. Modern ls with colors, icons, tree view, and git integration for a more vis","brew install lsd"
|
|
695
|
+
ludusavi,8,yes,no,other,yes,no,no,low,yes,no,"Backup tool for PC game saves. Automatically back up and restore game save files across different pl","brew install ludusavi"
|
|
696
|
+
mani,8,yes,no,other,yes,no,no,low,yes,no,"CLI tool to help you manage multiple repositories","brew install mani"
|
|
697
|
+
migrate,8,yes,no,other,yes,no,no,low,yes,no,"Database migration tool with CLI","brew install golang-migrate"
|
|
698
|
+
minio,8,yes,no,other,yes,no,no,low,yes,no,"High performance object storage with S3 compatible API","brew install minio/stable/mc"
|
|
699
|
+
mirrord,8,yes,no,other,yes,no,no,low,yes,no,"Connect your local process and your cloud environment. Run local code in cloud conditions for debugg","brew install mirrord"
|
|
700
|
+
mkcert,8,yes,no,other,yes,no,no,low,yes,no,"A simple zero-config tool to make locally trusted development certificates with any names","brew install mkcert"
|
|
701
|
+
mmdbctl,8,yes,no,other,yes,no,no,low,yes,no,"MMDB file management CLI supporting various operations on MMDB database files","brew install ipinfo/tap/mmdbctl"
|
|
702
|
+
mob,8,yes,no,other,yes,no,no,low,yes,no,"Tool for smooth git handover. Fast git branch switching and remote mob programming with WIP commits.","brew install mob"
|
|
703
|
+
mobilecli,8,yes,yes,nodejs,yes,no,no,medium,no,no,"Universal CLI for managing iOS and Android devices, simulators, emulators and apps. List devices, ta","npm install -g mobilecli@latest"
|
|
704
|
+
mockd,8,yes,no,other,yes,no,no,low,yes,no,"One binary, seven protocols — mock HTTP, gRPC, GraphQL, WebSocket, MQTT, SSE, and SOAP","curl -sSL https://get.mockd.io | sh"
|
|
705
|
+
modd,8,yes,no,other,yes,no,no,low,yes,no,"Flexible developer tool for responding to filesystem changes","brew install modd"
|
|
706
|
+
mole,8,yes,no,other,yes,no,no,low,yes,no,"CLI application to create SSH tunnels focused on resiliency and user experience. Automatically recon","brew install mole"
|
|
707
|
+
mq,8,yes,no,other,yes,no,no,low,yes,no,"A jq-like Markdown query language for command-line processing","curl -sSL https://mqlang.org/install.sh | bash"
|
|
708
|
+
muffet,8,yes,no,other,yes,no,no,low,yes,no,"Fast website link checker with recursion support","brew install muffet"
|
|
709
|
+
nanabox,8,yes,no,other,yes,no,no,low,yes,no,"Local development environment and deployment platform","brew install nanobox"
|
|
710
|
+
newrelic-cli,8,yes,no,other,yes,no,no,low,yes,no,"Command line interface for New Relic observability platform","brew install newrelic-cli"
|
|
711
|
+
nixpacks,8,yes,no,other,yes,no,no,low,yes,no,"App source + Nix packages + Docker = Image. Build Docker images from source code using Nix packages ","brew install nixpacks"
|
|
712
|
+
nixpkgs-fmt,8,yes,no,other,yes,no,no,low,yes,no,"Nix code formatter for nixpkgs. Format Nix expressions and configurations according to nixpkgs style","brew install nixpkgs-fmt"
|
|
713
|
+
noobaa-operator,8,yes,no,other,yes,no,no,low,yes,no,"Operator CLI for managing NooBaa object storage","brew install noobaa/noobaa-operator/noobaa-cli"
|
|
714
|
+
nostromo,8,yes,no,other,yes,no,no,low,yes,no,"CLI for building powerful aliases and command shortcuts","brew install pokanop/tap/nostromo"
|
|
715
|
+
nova,8,yes,no,other,yes,no,no,low,yes,no,"Finds outdated Helm charts running in a cluster","brew install FairwindsOps/tap/nova"
|
|
716
|
+
nxv,8,yes,no,other,yes,no,no,low,yes,no,"Find any version of any Nix package, instantly","curl -fsSL https://raw.githubusercontent.com/utensils/nxv/main/install.sh | sh"
|
|
717
|
+
onefetch,8,yes,no,other,yes,no,no,low,yes,no,"Command-line Git information tool that displays repository summary with ASCII art logo, language sta","brew install onefetch"
|
|
718
|
+
opa,8,yes,no,other,yes,no,no,low,yes,no,"Open Policy Agent command line for policy evaluation","brew install opa"
|
|
719
|
+
openapi,8,yes,no,other,yes,no,no,low,yes,no,"OpenAPI tooling for SDK generation and validation","brew install speakeasy-api/tap/speakeasy"
|
|
720
|
+
openhue-cli,8,yes,no,other,yes,no,no,low,yes,no,"Command line tool for Philips Hue smart lights","brew install openhue-cli"
|
|
721
|
+
oras,8,yes,no,other,yes,no,no,low,yes,no,"Work with OCI registries from the command line","brew install oras"
|
|
722
|
+
osc,8,yes,no,other,yes,no,no,low,yes,no,"Copy and paste text over SSH using OSC52 escape sequences","brew install osc"
|
|
723
|
+
ots,8,yes,no,other,yes,no,no,low,yes,no,"Share end-to-end encrypted secrets with others via a one-time URL. Securely share sensitive informat","brew install ots"
|
|
724
|
+
pastel,8,yes,no,other,yes,no,no,low,yes,no,"A command-line tool to generate, analyze, convert and manipulate colors. Supports color spaces, comp","brew install pastel"
|
|
725
|
+
pig,8,yes,no,other,yes,no,no,low,yes,no,"PostgreSQL extension package manager CLI","brew install pgsty/pig/pig"
|
|
726
|
+
pixterm,8,yes,no,other,yes,no,no,low,yes,no,"A terminal image viewer. Display images directly in the terminal using ANSI escape codes and TrueCol","brew install pixterm"
|
|
727
|
+
plow,8,yes,no,other,yes,no,no,low,yes,no,"High-performance HTTP benchmarking tool","brew install plow"
|
|
728
|
+
pluto,8,yes,no,other,yes,no,no,low,yes,no,"Finds deprecated Kubernetes API versions in your cluster","brew install FairwindsOps/tap/pluto"
|
|
729
|
+
polaris,8,yes,no,other,yes,no,no,low,yes,no,"Validate Kubernetes best practices in CI/CD","brew install FairwindsOps/tap/polaris"
|
|
730
|
+
popeye,8,yes,no,other,yes,no,no,low,yes,no,"Kubernetes cluster resource sanitizer and linter","brew install popeye"
|
|
731
|
+
poutine,8,yes,no,other,yes,no,no,low,yes,no,"Supply chain vulnerability scanner for Go dependencies","brew install poutine"
|
|
732
|
+
procs,8,yes,no,other,yes,no,no,low,yes,no,"A modern replacement for ps written in Rust. View and manage processes with advanced filtering, sort","brew install procs"
|
|
733
|
+
protocurl,8,yes,no,other,yes,no,no,low,yes,no,"cURL for Protobuf: interact with Protobuf over HTTP REST endpoints","brew install qaware/tap/protocurl"
|
|
734
|
+
protolint,8,yes,no,other,yes,no,no,low,yes,no,"A pluggable linter and fixer to enforce Protocol Buffer style and conventions","brew install protolint"
|
|
735
|
+
qlty,8,yes,no,other,yes,no,no,low,yes,no,"Universal code quality CLI for linting, auto-formatting, security scanning, and maintainability with","curl https://qlty.sh | bash"
|
|
736
|
+
qsv,8,yes,no,other,yes,no,no,low,yes,no,"Blazing-fast CSV data wrangling toolkit written in Rust","VERSION=$(curl -sL 'https://api.github.com/repos/dathere/qsv/releases/latest' | "
|
|
737
|
+
rclone,8,yes,no,other,yes,no,no,low,yes,no,"rsync for cloud storage - sync files to/from Google Drive, S3, Dropbox, and more","curl https://rclone.org/install.sh | sudo bash"
|
|
738
|
+
reflex,8,yes,no,other,yes,no,no,low,yes,no,"Run a command when files change","brew install reflex"
|
|
739
|
+
reg,8,yes,no,other,yes,no,no,low,yes,no,"Docker registry CLI. List, inspect, and manage Docker registry images and tags from the command line","brew install reg"
|
|
740
|
+
resend,8,yes,no,other,yes,no,yes,low,no,yes,"Resend CLI plugin: official tool for Resend emails, domains, API keys, and audience management",""
|
|
741
|
+
restic,8,yes,no,other,yes,no,no,low,yes,no,"Fast, secure, efficient backup program","brew install restic"
|
|
742
|
+
rslint,8,yes,yes,nodejs,yes,no,no,medium,no,no,"Lightning-fast JavaScript/TypeScript linter built with Go and typescript-go. 20-40x faster than ESLi","npm install -g @rslint/cli # or download binary from GitHub Releases"
|
|
743
|
+
runpodctl,8,yes,no,other,yes,no,no,low,yes,no,"Command line tool for managing RunPod serverless GPUs","brew install runpod/runpodctl/runpodctl"
|
|
744
|
+
s5cmd,8,yes,no,other,yes,no,no,low,yes,no,"Parallel S3 and local filesystem execution tool. Fast S3 operations with parallel execution for high","brew install s5cmd"
|
|
745
|
+
savvy-cli,8,yes,no,other,yes,no,no,low,yes,no,"Record, replay and share terminal sessions","brew install getsavvy/tap/savvy"
|
|
746
|
+
schema-registry,8,yes,no,other,yes,no,no,low,yes,no,"Command line tool for managing Kafka schema registries","brew install lensesio/tap/schema-registry"
|
|
747
|
+
scmpuff,8,yes,no,other,yes,no,no,low,yes,no,"Numeric file selection shortcuts for common git commands","brew install scmpuff"
|
|
748
|
+
scrt,8,yes,no,other,yes,no,no,low,yes,no,"Password manager and secret store CLI tool","brew install scrt"
|
|
749
|
+
sem,8,yes,no,other,yes,no,no,low,yes,no,"Semantic version control - entity-level diff, blame, impact analysis for code","brew install sem-cli"
|
|
750
|
+
sentry-cli,8,yes,no,other,yes,no,no,low,yes,no,"A command-line tool for Sentry. Manage Sentry projects, releases, and upload source maps and debug f","brew install sentry-cli"
|
|
751
|
+
shell2http,8,yes,no,other,yes,no,no,low,yes,no,"Executing shell commands via HTTP server. Expose any shell command as an HTTP endpoint for easy inte","brew install shell2http"
|
|
752
|
+
shuttle,8,yes,no,other,yes,no,no,low,yes,no,"CLI for handling shared build and deploy tools between projects no matter what technologies the proj","brew install lunarway/tap/shuttle"
|
|
753
|
+
silo,8,yes,no,other,yes,no,no,low,yes,no,"Run the same app, on the same port, at the same time — zero config, no containers, no code changes","curl -fsSL https://setup.silo.rs | sh"
|
|
754
|
+
skaffold,8,yes,no,other,yes,no,no,low,yes,no,"Easy and Repeatable Kubernetes Development","brew install skaffold"
|
|
755
|
+
skillshare,8,yes,no,other,yes,no,no,low,yes,no,"Sync skills across AI CLI tools — manage skills for Claude, Codex, OpenClaw, and more with one comma","curl -fsSL https://raw.githubusercontent.com/runkids/skillshare/main/install.sh "
|
|
756
|
+
skopeo,8,yes,no,other,yes,no,no,low,yes,no,"Work with remote container image registries without requiring a daemon","brew install skopeo"
|
|
757
|
+
slack-cli,8,yes,no,other,yes,no,no,low,yes,no,"Create develop and deploy Slack apps from the command line","brew install slack"
|
|
758
|
+
sniffer,8,yes,no,other,yes,no,no,low,yes,no,"A modern alternative network traffic sniffer","brew install sniffer"
|
|
759
|
+
sonar,8,yes,no,other,yes,no,no,low,yes,no,"CLI tool for inspecting and managing services listening on localhost ports","curl -sfL https://raw.githubusercontent.com/raskrebs/sonar/main/scripts/install."
|
|
760
|
+
spacer,8,yes,no,other,yes,no,no,low,yes,no,"CLI tool to insert spacers when command output stops","brew install spacer"
|
|
761
|
+
speedtest-go,8,yes,no,other,yes,no,no,low,yes,no,"Go based Speedtest CLI","brew install speedtest-go"
|
|
762
|
+
splash,8,yes,no,other,yes,no,no,low,yes,no,"Add beautiful, adaptive colors to make logs easier to read","brew install joshi4/splash/splash"
|
|
763
|
+
sqlc,8,yes,no,other,yes,no,no,low,yes,no,"Generate type-safe Go code from SQL","brew install sqlc"
|
|
764
|
+
stackit-cli,8,yes,no,other,yes,no,no,low,yes,no,"Command line interface to manage STACKIT cloud resources","brew install stackit"
|
|
765
|
+
stegify,8,yes,no,other,yes,no,no,low,yes,no,"Steganography tool for images. Hide any file inside an image using Least Significant Bit (LSB) encod","brew install stegify"
|
|
766
|
+
stern,8,yes,no,other,yes,no,no,low,yes,no,"Multi pod and container log tailing for Kubernetes","brew install stern"
|
|
767
|
+
sttr,8,yes,no,other,yes,no,no,low,yes,no,"Cross-platform CLI app to perform various operations on strings. Transform, encode, decode, and mani","brew install abhimanyu003/sttr/sttr"
|
|
768
|
+
syft,8,yes,no,other,yes,no,no,low,yes,no,"CLI tool for generating Software Bill of Materials from container images and filesystems","curl -sSfL https://get.anchore.io/syft | sudo sh -s -- -b /usr/local/bin"
|
|
769
|
+
syncthing,8,yes,no,other,yes,no,no,low,yes,no,"Continuous file synchronization tool with CLI","brew install syncthing"
|
|
770
|
+
task,8,yes,no,other,yes,no,no,low,yes,no,"Task runner / build tool that aims to be simpler than GNU Make","brew install go-task/tap/go-task"
|
|
771
|
+
taskwarrior,8,yes,no,other,yes,no,no,low,yes,no,"Command line task list management utility","brew install task"
|
|
772
|
+
tfmv,8,yes,no,other,yes,no,no,low,yes,no,"CLI to rename Terraform resources and generate moved blocks","brew install suzuki-shunsuke/tap/tfmv"
|
|
773
|
+
tfsort,8,yes,no,other,yes,no,no,low,yes,no,"A CLI utility to sort Terraform variables and outputs","brew install tfsort"
|
|
774
|
+
thefuck,8,yes,no,other,yes,no,no,low,yes,no,"Magnificent app which corrects your previous console command","brew install thefuck"
|
|
775
|
+
timetrace,8,yes,no,other,yes,no,no,low,yes,no,"A simple CLI for tracking your working time","brew install timetrace"
|
|
776
|
+
tock,8,yes,no,other,yes,no,no,low,yes,no,"Powerful time tracking tool for the command line with headless report, export, and productivity anal","brew install kriuchkov/tap/tock"
|
|
777
|
+
todoist,8,yes,no,other,yes,no,no,low,yes,no,"Todoist CLI client. Manage tasks, projects, and productivity directly from the command line. Add, li","brew install todoist"
|
|
778
|
+
tombi,8,yes,no,other,yes,no,no,low,yes,no,"TOML Toolkit - TOML Formatter / Linter / Language Server. Format and lint TOML configuration files w","brew install tombi"
|
|
779
|
+
topgrade,8,yes,no,other,yes,no,no,low,yes,no,"Upgrade all the things. Upgrade all installed packages and system components on Linux, macOS, and Wi","brew install topgrade"
|
|
780
|
+
transfer.sh,8,yes,no,other,yes,no,no,low,yes,no,"Easy and fast file sharing from the command-line","curl https://transfer.sh/install.sh | sh"
|
|
781
|
+
treefmt,8,yes,no,other,yes,no,no,low,yes,no,"The formatter multiplexer. Run multiple formatters on a codebase with a single command. Format all f","brew install treefmt"
|
|
782
|
+
trivy,8,yes,no,other,yes,no,no,low,yes,no,"Find vulnerabilities, misconfigurations, secrets, SBOM in containers and code","brew install aquasecurity/trivy/trivy"
|
|
783
|
+
trufflehog,8,yes,no,other,yes,no,no,low,yes,no,"Find leaked credentials in git repos, filesystems, and more","curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scr"
|
|
784
|
+
twitch-cli,8,yes,no,other,yes,no,no,low,yes,no,"Official Twitch CLI for developing on Twitch platform","brew install twitchdev/twitch/twitch-cli"
|
|
785
|
+
typos,8,yes,no,other,yes,no,no,low,yes,no,"Source code spell checker. Find and fix typos in source code files. Fast, customizable, and easy to ","brew install typos"
|
|
786
|
+
umoci,8,yes,no,other,yes,no,no,low,yes,no,"Umoci modifies Open Container images without needing superuser privileges","brew install umoci"
|
|
787
|
+
uncover,8,yes,no,other,yes,no,no,low,yes,no,"Quickly discover exposed hosts on the internet using multiple search engines. Security reconnaissanc","brew install uncover"
|
|
788
|
+
undock,8,yes,no,other,yes,no,no,low,yes,no,"Extract contents of a container image in a local folder","brew install undock"
|
|
789
|
+
upterm,8,yes,no,other,yes,no,no,low,yes,no,"Secure terminal sharing with end-to-end encryption","brew install owenthereal/upterm/upterm"
|
|
790
|
+
urfave-cli,8,yes,no,other,yes,no,no,low,yes,no,"A command-line interface framework for Go. Build powerful CLI applications with flags, subcommands, ","brew install urfave-cli"
|
|
791
|
+
wait4x,8,yes,no,other,yes,no,no,low,yes,no,"Wait4X CLI — wait for services to be ready (TCP, HTTP, DNS, MySQL, PostgreSQL, Redis, MongoDB, Kafka","brew install wait4x"
|
|
792
|
+
webclaw,8,yes,no,other,yes,no,no,low,yes,no,"Fast, local-first web content extraction for LLMs. Scrape, crawl, and extract structured data from w","brew tap 0xMassi/webclaw && brew install webclaw"
|
|
793
|
+
writeas-cli,8,yes,no,other,yes,no,no,low,yes,no,"Command line publishing tool for Write.as","brew install writeas"
|
|
794
|
+
xh,8,yes,no,other,yes,no,no,low,yes,no,"Friendly and fast HTTP client — drop-in replacement for HTTPie with HTTP/2 support","curl -sfL https://raw.githubusercontent.com/ducaale/xh/master/install.sh | sh"
|
|
795
|
+
xmaster,8,yes,no,other,yes,no,no,low,yes,no,"X/Twitter CLI for developers and AI agents — post, reply, search, DM, schedule, analyze","curl -fsSL https://raw.githubusercontent.com/199-biotechnologies/xmaster/master/"
|
|
796
|
+
xq,8,yes,no,other,yes,no,no,low,yes,no,"Command-line XML and HTML beautifier and content extractor. Extract and format XML/HTML data with XP","brew install xq"
|
|
797
|
+
yek,8,yes,no,other,yes,no,no,low,yes,no,"Fast Rust tool to serialize text-based files for LLM consumption","curl -fsSL https://azimi.me/yek.sh | bash"
|
|
798
|
+
ytt,8,yes,no,other,yes,no,no,low,yes,no,"YAML templating tool that works on YAML structure instead of text. Template and patch YAML configura","brew install ytt"
|
|
799
|
+
zdns,8,yes,no,other,yes,no,no,low,yes,no,"Fast DNS lookup library and CLI tool. Perform DNS lookups with high performance and multiple output ","brew install zdns"
|
|
800
|
+
zfind,8,yes,no,other,yes,no,no,low,yes,no,"Search for files (even inside tar/zip/7z/rar) using a SQL-WHERE filter","brew install laktak/tap/zfind"
|
|
801
|
+
zk,8,yes,no,other,yes,no,no,low,yes,no,"Plain text note-taking assistant","brew install zk"
|
|
802
|
+
zlsgo,8,yes,no,other,yes,no,no,low,yes,no,"A fast, simple, and powerful HTTP load testing tool. Perform load testing and benchmarking for web a","brew install zlsgo"
|
|
803
|
+
zq,8,yes,no,other,yes,no,no,low,yes,no,"Zed query language for structured data search and analytics","brew install zed"
|
|
804
|
+
CRLF-Injection-Scanner,7,yes,no,other,yes,no,no,low,no,no,"Command line tool for testing CRLF injection on a list of domains","pip install crlf-scanner"
|
|
805
|
+
Freenom-dns-updater,7,yes,no,other,yes,no,no,low,no,no,"Tool to update Freenoms DNS records automatically","pip install freenom-dns-updater"
|
|
806
|
+
MusicNow,7,yes,no,other,yes,no,no,low,no,no,"CLI tool to download songs with metadata from various sources","pip install MusicNow"
|
|
807
|
+
QuickWall,7,yes,no,other,yes,no,no,low,no,no,"Set latest wallpapers from Unsplash from the commandline","pip install quickwall"
|
|
808
|
+
Twitter-Archive,7,yes,no,other,yes,no,no,low,no,no,"CLI tool to download media from bookmarked tweets","pip install twitter-archive"
|
|
809
|
+
agentic-radar,7,yes,no,other,yes,no,no,low,no,no,"Security scanner for agentic workflows. Analyzes and assesses agentic systems for security and opera","pip install agentic-radar"
|
|
810
|
+
aiclip,7,yes,no,other,yes,no,no,low,no,no,"AI-powered CLI that translates natural language into safe, reviewable ffmpeg commands","pip install ai-ffmpeg-cli"
|
|
811
|
+
airflowctl,7,yes,no,other,yes,no,no,low,no,no,"CLI tool to streamline getting started with Apache Airflow and managing multiple Airflow projects","pip install airflowctl"
|
|
812
|
+
aq,7,yes,no,other,yes,no,no,low,no,no,"Query AWS resources with SQL for easy data extraction and analysis","pip install aq"
|
|
813
|
+
aqua,7,yes,no,other,yes,no,no,medium,yes,no,"Declarative CLI Version manager. Install CLI tools with a single command and manage their versions d","brew install aquaproj/aqua/aqua"
|
|
814
|
+
arkade,7,yes,no,other,yes,no,no,medium,yes,no,"Open Source Marketplace For Kubernetes. The single marketplace for all your Kubernetes and Cloud Nat","brew install arkade"
|
|
815
|
+
ascii_py,7,yes,no,other,yes,no,no,low,no,no,"Make ASCII arts from text with various fonts and styles","pip install ascii_py"
|
|
816
|
+
asciinema,7,yes,no,other,yes,no,no,medium,yes,no,"Terminal session recorder, streamer and player. Record terminal sessions and share them as asciicast","brew install asciinema"
|
|
817
|
+
atmos,7,yes,no,other,yes,no,no,medium,yes,no,"Universal Tool for DevOps and Cloud Automation. Manage complex cloud infrastructure with Terraform, ","brew install atmos"
|
|
818
|
+
aws-vault,7,yes,no,other,yes,no,no,medium,yes,no,"A tool for securely storing and accessing AWS credentials in development environments. Uses OS-nativ","brew install aws-vault"
|
|
819
|
+
blogwatcher,7,yes,no,other,yes,no,no,low,no,no,"Hybrid BlogWatcher plugin with remote agent docs plus local CLI wrappers",""
|
|
820
|
+
btop,7,yes,no,other,yes,no,no,low,no,no,"A resource monitor that shows usage and stats for processor, memory, disks, network and processes",""
|
|
821
|
+
buku,7,yes,no,other,yes,no,no,low,no,no,"Powerful bookmark manager and personal textual mini-web","pip install buku"
|
|
822
|
+
calcpy,7,yes,no,other,yes,no,no,low,no,no,"Terminal calculator and advanced math solver using Python IPython and SymPy","pip install calcpy"
|
|
823
|
+
cbox,7,yes,no,other,yes,no,no,low,no,no,"Convert any Python function to unix-style command with argument parsing","pip install cbox"
|
|
824
|
+
cherrybomb,7,yes,no,other,yes,no,no,medium,yes,no,"Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by auditing your API specific","brew install cherrybomb"
|
|
825
|
+
cloudfoundry-cli,7,yes,no,other,yes,no,no,medium,yes,no,"The official Cloud Foundry command line client. Deploy and manage applications on Cloud Foundry plat","brew install cloudfoundry/tap/cf-cli"
|
|
826
|
+
colgrep,7,yes,no,other,yes,no,no,medium,yes,no,"Semantic code search for your terminal. Combines regex filtering with semantic ranking. All local — ","brew install lightonai/tap/colgrep"
|
|
827
|
+
context-mode,7,yes,yes,nodejs,no,no,no,low,no,no,"Context window optimization for AI coding agents. Auto-registers as MCP server. Includes knowledge b","npm install -g context-mode"
|
|
828
|
+
create-go-app,7,yes,no,other,yes,no,no,medium,yes,no,"A complete and self-contained solution for developers to create production-ready projects with backe","brew install create-go-app"
|
|
829
|
+
croc,7,yes,no,other,yes,no,no,medium,yes,no,"Easily and securely send things from one computer to another. A simple cross-platform file transfer ","brew install croc"
|
|
830
|
+
databooks,7,yes,no,other,yes,no,no,low,no,no,"CLI tool to reduce friction between data scientists by removing notebook metadata and resolving git ","pip install databooks"
|
|
831
|
+
delta,7,yes,no,other,yes,no,no,medium,yes,no,"A syntax-highlighting pager for git and diff output. Make diffs readable with side-by-side compariso","brew install git-delta"
|
|
832
|
+
devspace,7,yes,no,other,yes,no,no,medium,yes,no,"DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-nati","brew install devspace"
|
|
833
|
+
dewdrops,7,yes,no,other,yes,no,no,medium,yes,no,"DewDrops utility — serialize a Git repository into a single Markdown file for LLM context stuffing","wget https://raw.githubusercontent.com/MedUnes/dewdrops/master/latest.sh && chmo"
|
|
834
|
+
dive,7,yes,no,other,yes,no,no,low,no,no,"A tool for exploring each layer in a docker image",""
|
|
835
|
+
dnote,7,yes,no,other,yes,no,no,medium,yes,no,"A simple command line notebook for programmers. Take notes, create flashcards, and build a personal ","brew install dnote"
|
|
836
|
+
dnsx,7,yes,no,other,yes,no,no,medium,yes,no,"A fast and multi-purpose DNS toolkit that allows you to run multiple DNS queries of your choice with","brew install dnsx"
|
|
837
|
+
do-latency,7,yes,no,other,yes,no,no,low,no,no,"Digital Ocean regions latency checker to find the fastest region for your needs","pip install do-latency"
|
|
838
|
+
downloader-cli,7,yes,no,other,yes,no,no,low,no,no,"Simple downloader with awesome customizable progressbar","pip install downloader-cli"
|
|
839
|
+
ds1054z,7,yes,no,other,yes,no,no,low,no,no,"Python package for the Rigol DS1054Z Oscilloscope with CLI interface","pip install ds1054z"
|
|
840
|
+
earl,7,yes,no,other,yes,no,no,medium,yes,no,"Secure CLI proxy for AI agents — HCL-defined operation templates with OS keychain secrets, MCP integ","curl -fsSL https://raw.githubusercontent.com/mathematic-inc/earl/main/scripts/in"
|
|
841
|
+
epub-utils,7,yes,no,other,yes,no,no,low,no,no,"Python library and CLI tool for inspecting ePub from the terminal","pip install epub-utils"
|
|
842
|
+
erdtree,7,yes,no,other,yes,no,no,medium,yes,no,"A modern, multi-threaded file tree visualizer and disk usage analyzer. A prettier and faster tree co","brew install erdtree"
|
|
843
|
+
evans,7,yes,no,other,yes,no,no,medium,yes,no,"Evans is an expressive, universal gRPC client. More expressive than curl for interacting with gRPC s","brew install evans"
|
|
844
|
+
fandogh-cli,7,yes,no,other,yes,no,no,low,no,no,"Fandogh CLI for managing cloud services and deployments","pip install fandogh-cli"
|
|
845
|
+
fast-agent,7,yes,no,other,yes,no,no,low,no,no,"fast-agent plugin for flexible LLM interaction, coding agents, and evaluation workflows with MCP sup","uv tool install -U fast-agent-mcp"
|
|
846
|
+
ferret,7,yes,no,other,yes,no,no,medium,yes,no,"Declarative web scraping tool. Extract data from websites using a query language. Supports scraping,","brew install ferret"
|
|
847
|
+
fileinfo,7,yes,no,other,yes,no,no,low,no,no,"Get information on over 10000 file extensions right from the terminal","pip install fileinfo"
|
|
848
|
+
firm,7,yes,no,other,yes,no,no,medium,yes,no,"Business-as-code work management system. Model organizations, projects, and tasks as a graph and que","brew tap 42futures/firm && brew install firm"
|
|
849
|
+
foxguard,7,yes,no,other,yes,no,no,medium,yes,no,"Security scanner as fast as a linter with post-quantum crypto audit, diff scans, secrets detection, ","curl -fsSL https://foxguard.dev/install.sh | sh"
|
|
850
|
+
fq,7,yes,no,other,yes,no,no,medium,yes,no,"jq for binary formats. A tool, language, and decoders for working with binary and text formats. Quer","brew install fq"
|
|
851
|
+
fzf,7,yes,no,other,yes,no,no,low,no,no,"A command-line fuzzy finder",""
|
|
852
|
+
geeup,7,yes,no,other,yes,no,no,low,no,no,"Simple CLI for Google Earth Engine Uploads to manage cloud assets","pip install geeup"
|
|
853
|
+
gh-slimify,7,yes,no,other,yes,no,no,low,no,no,"Automatically detect and migrate GitHub Actions workflows to ubuntu-slim for cost-efficient CI","gh extension install fchimpan/gh-slimify"
|
|
854
|
+
gh-standup,7,yes,no,other,yes,no,no,low,no,no,"GitHub CLI extension for generating AI-assisted standup reports","gh extension install sgoedecke/gh-standup"
|
|
855
|
+
git-hub,7,yes,no,other,yes,no,no,low,no,no,"Git command line interface to GitHub for managing repositories and issues","pip install git-hub"
|
|
856
|
+
git-plan,7,yes,no,other,yes,no,no,low,no,no,"Git Plan a better workflow for git with planning and tracking features","pip install git-plan"
|
|
857
|
+
gitleaks,7,yes,no,other,yes,no,no,medium,yes,no,"Find secrets with Gitleaks. Detect secrets, credentials, and sensitive information in git repositori","brew install gitleaks"
|
|
858
|
+
gitlogue,7,yes,no,other,yes,no,no,medium,yes,no,"A cinematic Git commit replay tool for the terminal, turning your Git history into a living, animate","curl -fsSL https://raw.githubusercontent.com/unhappychoice/gitlogue/main/install"
|
|
859
|
+
glab,7,yes,no,other,yes,no,no,low,no,no,"GitLab CLI tool - Bring GitLab to your command line",""
|
|
860
|
+
glow,7,yes,no,other,yes,no,no,medium,yes,no,"Render markdown on the CLI with pizzazz. A markdown renderer with syntax highlighting, automatic pag","brew install glow"
|
|
861
|
+
go-http-cli,7,yes,no,other,yes,no,no,low,no,no,"A powerful HTTP CLI client written in Go. cURL alternative with profiles, variables, and named reque","Download from https://github.com/visola/go-http-cli/releases"
|
|
862
|
+
go-replace,7,yes,no,other,yes,no,no,low,no,no,"Replace in file console utility. Find and replace text patterns in files with multiple modes.","Download from https://github.com/webdevops/go-replace/releases"
|
|
863
|
+
gomplate,7,yes,no,other,yes,no,no,medium,yes,no,"A flexible commandline tool for template rendering. Supports lots of local and remote datasources. R","brew install gomplate"
|
|
864
|
+
google-maps-scraper,7,yes,no,other,yes,no,no,low,no,no,"Scrape business data from Google Maps including names, addresses, websites, phone numbers, ratings, ","sc lightpanda cli setup"
|
|
865
|
+
graphify,7,yes,no,other,yes,no,no,low,no,no,"Turn code, docs, papers, images, and videos into a queryable knowledge graph","pip install graphifyy"
|
|
866
|
+
grex,7,yes,no,other,yes,no,no,medium,yes,no,"Generate regular expressions from user-provided test cases. Supports digit, whitespace, word charact","brew install grex"
|
|
867
|
+
gto,7,yes,no,other,yes,no,no,low,no,no,"Git Tag Ops turn your Git repository into Artifact Registry or Model Registry","pip install gto"
|
|
868
|
+
hapless,7,yes,no,other,yes,no,no,low,no,no,"Run and manage background processes with process monitoring","pip install hapless"
|
|
869
|
+
horusec,7,yes,no,other,yes,no,no,medium,yes,no,"Horusec is an open source tool that improves identification of vulnerabilities in your project with ","brew install horusec"
|
|
870
|
+
httpie,7,yes,no,other,yes,no,no,low,no,no,"A user-friendly command-line HTTP client for the API era",""
|
|
871
|
+
httpx,7,yes,no,other,yes,no,no,medium,yes,no,"A fast and multi-purpose HTTP toolkit. Run multiple probes using the retryablehttp library. Discover","brew install httpx"
|
|
872
|
+
hurl,7,yes,no,other,yes,no,no,medium,yes,no,"Run and test HTTP requests with plain text. An HTTP testing tool that uses a simple text format for ","brew install hurl"
|
|
873
|
+
hyperfine,7,yes,no,other,yes,no,no,medium,yes,no,"A command-line benchmarking tool. Compare command execution times, run warmup/preparation commands, ","brew install hyperfine"
|
|
874
|
+
install-release,7,yes,no,other,yes,no,no,low,no,no,"CLI to install and update any single-binary CLI tools from GitHub and GitLab on Linux macOS and WSL","pip install install-release"
|
|
875
|
+
it2,7,yes,no,other,yes,no,no,low,no,no,"Command-line interface for controlling iTerm2 using Python API manage sessions windows tabs","pip install it2"
|
|
876
|
+
jina,7,yes,no,other,yes,no,no,low,no,no,"Jina AI CLI — search, read, embed, and rerank APIs as Unix CLI commands with pipe support","pip install jina-cli"
|
|
877
|
+
jina-grep,7,yes,no,other,yes,no,no,low,no,no,"Semantic grep powered by Jina embeddings v5 (MLX on Apple Silicon)","pip install jina-grep-cli"
|
|
878
|
+
jut,7,yes,no,other,yes,no,no,low,no,no,"Render Jupyter notebook in the terminal with text-based visualization","pip install jut"
|
|
879
|
+
kaniko,7,yes,no,other,yes,no,no,low,no,no,"Build container images from a Dockerfile without root privileges","docker run gcr.io/kaniko-project/executor:latest"
|
|
880
|
+
katana,7,yes,no,other,yes,no,no,medium,yes,no,"A next-generation crawling and spidering framework. Discover URLs, endpoints, and assets from web ap","brew install katana"
|
|
881
|
+
kondo,7,yes,no,other,yes,no,no,medium,yes,no,"Clean up project artifacts and dependencies. Identify and delete unnecessary build artifacts, caches","brew install kondo"
|
|
882
|
+
kubecolor,7,yes,no,other,yes,no,no,medium,yes,no,"Colorize your kubectl output. A kubectl wrapper that adds syntax highlighting and color coding to Ku","brew install kubecolor"
|
|
883
|
+
lemmeknow,7,yes,no,other,yes,no,no,medium,yes,no,"A fast, offline data decoder for identifying data formats. Recognize and decode hundreds of data for","brew install lemmeknow"
|
|
884
|
+
library,7,yes,no,other,yes,no,no,low,no,no,"99+ CLI tools to build, browse, and blend your media library","pip install library"
|
|
885
|
+
linchpin,7,yes,no,other,yes,no,no,low,no,no,"Ansible based multicloud orchestrator for managing infrastructure across cloud providers","pip install linchpin"
|
|
886
|
+
logdissect,7,yes,no,other,yes,no,no,low,no,no,"CLI utility for analyzing log files and other data with structured log parsing","pip install logdissect"
|
|
887
|
+
lumen,7,yes,no,other,yes,no,no,medium,yes,no,"Beautiful git diff viewer with AI-powered commit message generation and git command generation. Gene","brew install jnsahaj/lumen/lumen"
|
|
888
|
+
maestro-cli,7,yes,no,other,yes,no,no,low,no,no,"Command-line tool to play songs or any audio in the terminal","pip install maestro-cli"
|
|
889
|
+
mail-deduplicate,7,yes,no,other,yes,no,no,low,no,no,"CLI to deduplicate mails from mail boxes to reduce clutter","pip install mail-deduplicate"
|
|
890
|
+
massgen,7,yes,no,other,yes,no,no,low,no,no,"Multi-agent scaling system that coordinates AI agents to solve complex tasks","pip install massgen"
|
|
891
|
+
mcp2cli,7,yes,no,other,yes,no,no,low,no,no,"Turn any MCP server, OpenAPI spec, or GraphQL endpoint into a CLI — at runtime, with zero codegen","uv tool install mcp2cli"
|
|
892
|
+
mcpm,7,yes,no,other,yes,no,no,medium,yes,no,"CLI MCP package manager & registry for all platforms. Search & configure MCP servers with Router, pr","curl -sSL https://mcpm.sh/install | bash"
|
|
893
|
+
mediafire-dl,7,yes,no,other,yes,no,no,low,no,no,"Command-line script to download files from MediaFire based on gdown","pip install mediafire-dl"
|
|
894
|
+
mongotail,7,yes,no,other,yes,no,no,low,no,no,"Command line tool to log all MongoDB queries in a tailable format","pip install mongotail"
|
|
895
|
+
mrpilot,7,yes,no,other,yes,no,no,low,no,no,"AI code review for GitLab MRs and GitHub PRs using mr-pilot CLI",""
|
|
896
|
+
n8n-templates,7,yes,no,other,yes,no,no,low,no,no,"Discover and browse 280+ free n8n automation templates from the awesome-n8n-templates repository",""
|
|
897
|
+
nafas,7,yes,no,other,yes,no,no,low,no,no,"Breathing Gymnastics Application for guided breathing exercises","pip install nafas"
|
|
898
|
+
nali,7,yes,no,other,yes,no,no,medium,yes,no,"Offline tool for querying IP geographic information and CDN provider. Query IP geolocation and CDN s","brew install nali"
|
|
899
|
+
nat,7,yes,no,other,yes,no,no,medium,yes,no,"nat - the 'ls' replacement you never knew you needed. A beautifully formatted file and directory lis","brew install nat"
|
|
900
|
+
nemoclaw,7,yes,no,other,yes,no,no,low,no,no,"Hybrid NemoClaw plugin with curated host wrappers, sandbox actions, passthrough, and remote docs ind",""
|
|
901
|
+
neofetch,7,yes,no,other,yes,no,no,low,no,no,"A command-line system information tool",""
|
|
902
|
+
novus,7,yes,no,other,yes,no,no,low,no,no,"Blazingly fast and efficient package manager for Windows","scoop install novus"
|
|
903
|
+
npx_card,7,yes,no,other,yes,no,no,low,no,no,"Display your npm card in terminal","npx anmol098"
|
|
904
|
+
offline-ai,7,yes,no,other,yes,no,no,low,no,no,"offline-ai CLI plugin with script-first wrappers and passthrough",""
|
|
905
|
+
omni-article-markdown,7,yes,no,other,yes,no,no,low,no,no,"Turn any web article into clean Markdown via CLI tool","pip install omni-article-markdown"
|
|
906
|
+
opencode,7,yes,no,other,yes,no,no,low,no,no,"OpenCode AI assistant CLI plugin for natural language coding tasks",""
|
|
907
|
+
openfang,7,yes,no,other,yes,no,no,low,no,no,"OpenFang - Agent Operating System. CLI passthrough + 60+ bundled skills for AI agents",""
|
|
908
|
+
openhands,7,yes,no,other,yes,no,no,low,no,no,"OpenHands CLI plugin with headless automation wrappers and passthrough",""
|
|
909
|
+
osxmetadata,7,yes,no,other,yes,no,no,low,no,no,"Python package to read and write MacOS extended attribute metadata such as tags and Finder comments","pip install osxmetadata"
|
|
910
|
+
parquet-tools,7,yes,no,other,yes,no,no,low,no,no,"Easy install parquet-tools for working with Parquet files from command line","pip install parquet-tools"
|
|
911
|
+
pepe,7,yes,no,other,yes,no,no,medium,yes,no,"HTTP load generator written in Rust. Send simple or advanced HTTP requests with configurable concurr","curl --proto '=https' --tlsv1.2 -sSf https://pepe.mhaimdat.com/install.sh | bash"
|
|
912
|
+
pinact,7,yes,no,other,yes,no,no,medium,yes,no,"Pinact is a CLI to edit GitHub Workflow and Composite action files and pin versions of Actions and R","brew install pinact"
|
|
913
|
+
pinterest-dl,7,yes,no,other,yes,no,no,low,no,no,"Unofficial Pinterest media downloader for downloading images and videos","pip install pinterest-dl"
|
|
914
|
+
pipenv-pipes,7,yes,no,other,yes,no,no,low,no,no,"PipEnv Environment Switcher for managing multiple Python virtual environments","pip install pipenv-pipes"
|
|
915
|
+
pydantic-cli,7,yes,no,other,yes,no,no,low,no,no,"Turn Pydantic defined Data Models into CLI Tools with automatic argument parsing","pip install pydantic-cli"
|
|
916
|
+
pypistats,7,yes,no,other,yes,no,no,low,no,no,"Command-line interface to PyPI Stats API to get download stats for Python packages","pip install pypistats"
|
|
917
|
+
python-cfonts,7,yes,no,other,yes,no,no,low,no,no,"Sexy fonts for the console with ASCII art and styling","pip install python-cfonts"
|
|
918
|
+
q,7,yes,no,other,yes,no,no,low,no,no,"Run SQL directly on delimited files and multi-file sqlite databases","Visit https://harelba.github.io/q/ for installation instructions"
|
|
919
|
+
qrcp,7,yes,no,other,yes,no,no,medium,yes,no,"Transfer files over wifi from your computer to your mobile device by scanning a QR code without leav","brew install qrcp"
|
|
920
|
+
reviewdog,7,yes,no,other,yes,no,no,medium,yes,no,"Automated code review tool integrated with any code analysis tools regardless of programming languag","brew install reviewdog"
|
|
921
|
+
runprompt,7,yes,no,other,yes,no,no,low,no,no,"Run LLM .prompt files from your shell","pip install runprompt"
|
|
922
|
+
rvc-cli,7,yes,no,other,yes,no,no,low,no,no,"RVC and UVR tools for voice cloning easily and free","pip install rvc-cli"
|
|
923
|
+
scc,7,yes,no,other,yes,no,no,medium,yes,no,"Sloc, Cloc and Code: A very fast accurate code counter with complexity calculations and COCOMO estim","brew install scc"
|
|
924
|
+
speedtest-cli,7,yes,no,other,yes,no,no,low,no,no,"Command line interface for testing internet bandwidth using speedtest.net","pip install speedtest-cli"
|
|
925
|
+
squirrelscan,7,yes,no,other,yes,no,no,low,no,no,"SquirrelScan Docker plugin with structured CLI wrappers and passthrough",""
|
|
926
|
+
starship,7,yes,no,other,yes,no,no,low,no,no,"The minimal, blazing-fast, and infinitely customizable prompt for any shell",""
|
|
927
|
+
streamlink,7,yes,no,other,yes,no,no,low,no,no,"CLI utility to extract streams from various services and pipe them to video players or files","pip install streamlink"
|
|
928
|
+
supabase-cli,7,yes,no,other,yes,no,yes,low,yes,no,"Supabase CLI. Manage your Supabase projects, databases, edge functions, and authentication directly ","brew install supabase/tap/supabase"
|
|
929
|
+
taskdog,7,yes,no,other,yes,no,no,low,no,no,"Terminal task manager with intelligent schedule optimization keyboard-only","pip install taskdog"
|
|
930
|
+
terragrunt,7,yes,no,other,yes,no,no,medium,yes,no,"Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terra","brew install terragrunt"
|
|
931
|
+
tirith,7,yes,no,other,yes,no,no,medium,yes,no,"Terminal security for developers and AI agents. Intercepts homograph URLs, pipe-to-shell, ANSI injec","curl -fsSL https://raw.githubusercontent.com/sheeki03/tirith/main/install.sh | b"
|
|
932
|
+
todo-cli,7,yes,no,other,yes,no,no,low,no,no,"Command-line tool to manage Todo lists with simple and efficient interface","pip install todo-cli"
|
|
933
|
+
twarc,7,yes,no,other,yes,no,no,low,no,no,"CLI tool for archiving Twitter/X data","pip install twarc"
|
|
934
|
+
typeshare,7,yes,no,other,yes,no,no,medium,yes,no,"Typeshare is the ultimate tool for synchronizing your type definitions between Rust and other langua","brew install typeshare"
|
|
935
|
+
uipath,7,yes,no,other,yes,no,no,low,no,no,"UiPath CLI plugin with CI/CD-oriented wrappers and passthrough",""
|
|
936
|
+
uipathcli,7,yes,no,other,yes,no,no,low,no,no,"UiPath CLI plugin with CI/CD lifecycle wrappers and passthrough",""
|
|
937
|
+
uniplot,7,yes,no,other,yes,no,no,low,no,no,"Lightweight plotting to the terminal with 4x resolution via Unicode","pip install uniplot"
|
|
938
|
+
van-gonography,7,yes,no,other,yes,no,no,low,no,no,"Hide files of any type inside an image using steganography","pip install van-gonography"
|
|
939
|
+
venom,7,yes,no,other,yes,no,no,medium,yes,no,"Manage and run your integration tests with efficiency. Venom runs executors (script, HTTP Request, w","brew install venom"
|
|
940
|
+
vfox,7,yes,no,other,yes,no,no,medium,yes,no,"Cross-platform and extendable version manager with support for Java, Node.js, Golang, Python, Flutte","brew install vfox"
|
|
941
|
+
vhs,7,yes,no,other,yes,no,no,medium,yes,no,"Your CLI home video recorder. Record terminal sessions as GIFs or videos using simple tape files. Pe","brew install vhs"
|
|
942
|
+
video-cli,7,yes,no,other,yes,no,no,low,no,no,"Command line tools for quick video editing and processing","pip install video-cli"
|
|
943
|
+
videomaker-helper,7,yes,no,other,yes,no,no,low,no,no,"Simplify your video editing workflow with Python CLI tools","pip install videomaker-helper"
|
|
944
|
+
vininfo,7,yes,no,other,yes,no,no,low,no,no,"Extracts useful information from Vehicle Identification Number VIN","pip install vininfo"
|
|
945
|
+
vulnerability-db,7,yes,no,other,yes,no,no,low,no,no,"Vulnerability database and package search for Linux OSV NVD GitHub npm powered by sqlite CVE","pip install vulnerability-db"
|
|
946
|
+
we-get,7,yes,no,other,yes,no,no,low,no,no,"Command-line tool for searching torrents with privacy-focused approach","pip install we-get"
|
|
947
|
+
websocat,7,yes,no,other,yes,no,no,medium,yes,no,"Command-line client for WebSockets, like netcat or curl for ws://. Connect, send, and receive WebSoc","brew install websocat"
|
|
948
|
+
windows-folder-remark,7,yes,no,other,yes,no,no,low,no,no,"Lightweight CLI tool to add remarks to Windows folders via Desktop.ini privacy-first","pip install windows-folder-remark"
|
|
949
|
+
wormhole-william,7,yes,no,other,yes,no,no,medium,yes,no,"End-to-end encrypted file transfer between computers. A Go implementation of Magic Wormhole for secu","brew install psanford/tap/wormhole-william"
|
|
950
|
+
wstunnel,7,yes,no,other,yes,no,no,low,no,no,"Tunnel all your traffic over WebSocket or HTTP2 — bypass firewalls, DPI, and proxies","Download from https://github.com/erebe/wstunnel/releases"
|
|
951
|
+
x,7,yes,no,other,yes,no,no,low,no,no,"x CLI plugin for posting tweets from terminal","Download from: https://github.com/devhindo/x/releases/latest"
|
|
952
|
+
xword-dl,7,yes,no,other,yes,no,no,low,no,no,"Command line tool to scrape crosswords from online solvers and save them as puz files","pip install xword-dl"
|
|
953
|
+
yt-audio,7,yes,no,other,yes,no,no,low,no,no,"Simple configurable youtube-dl wrapper to download and manage youtube audio","pip install yt-audio"
|
|
954
|
+
zamba,7,yes,no,other,yes,no,no,low,no,no,"Python package for identifying hundreds of kinds of animals from camera trap videos and images","pip install zamba"
|
|
955
|
+
zoxide,7,yes,no,other,yes,no,no,medium,yes,no,"A smarter cd command that keeps track of directories you visit and allows you to jump to them quickl","brew install zoxide"
|
|
956
|
+
codedb,6,yes,no,other,yes,no,no,medium,no,no,"Zig code intelligence server and CLI — tree, outline, symbol search, trigram full-text search, O(1) ",""
|
|
957
|
+
gh-skyline,6,yes,no,other,yes,no,no,medium,no,no,"Generate a 3D model of your GitHub contribution graph. Create STL files from GitHub contribution his","gh extension install github/gh-skyline"
|
|
958
|
+
gvm,6,yes,no,other,yes,no,no,medium,no,no,"Global programming language version manager. Install, manage, and switch versions of multiple langua","Download the appropriate binary from GitHub Releases (https://github.com/toodofu"
|
|
959
|
+
jwt-cli,6,yes,no,other,yes,no,yes,medium,yes,no,"A super fast CLI tool to decode and encode JWTs. Designed for hackers, with support for flexible out","brew install mike-engel/tap/jwt-cli"
|
|
960
|
+
miniserve,6,yes,no,other,yes,no,yes,medium,yes,no,"For when you really just want to serve some files over HTTP right now! A CLI tool to serve files and","brew install miniserve"
|
|
961
|
+
rtk,6,yes,no,other,yes,no,yes,low,no,no,"RTK (Rust Token Killer) - CLI proxy that reduces LLM token consumption by 60-90% on common dev comma",""
|
|
962
|
+
single-file-cli,6,yes,no,other,yes,no,no,medium,no,no,"CLI tool for saving a faithful copy of a complete web page in a single HTML file. Saves all resource","Download executable from https://github.com/gildas-lormeau/single-file-cli/relea"
|
|
963
|
+
tach,6,yes,no,other,yes,no,no,medium,no,no,"A Python tool to enforce modular design boundaries and manage dependencies between packages in a cod","pip install tach"
|
|
964
|
+
tokscale,6,yes,no,other,yes,no,yes,low,no,no,"Track token usage and costs across AI coding agents like OpenCode, Claude Code, and more","bunx tokscale@latest"
|
|
965
|
+
xleak,6,no,yes,go,yes,yes,no,low,yes,yes,"Fast terminal Excel viewer with non-interactive mode and export to CSV/JSON","cargo install xleak"
|
|
966
|
+
agency-agents,5,yes,no,other,no,no,no,low,no,no,"Remote skills index for msitarzewski/agency-agents",""
|
|
967
|
+
browser-use,5,yes,no,other,no,no,no,low,no,no,"Hybrid browser-use plugin: auto-register MCP server, bind MCP tools as commands, and install local u",""
|
|
968
|
+
superpowers,5,yes,no,other,no,no,no,low,no,no,"Agentic skills framework for software development methodology from obra/superpowers",""
|
|
969
|
+
treemd,5,no,yes,go,yes,yes,no,medium,yes,yes,"Markdown navigator with tree-based structural navigation. Non-interactive CLI mode for listing headi","cargo install treemd"
|
|
970
|
+
visual-explainer,5,yes,no,other,no,no,no,low,no,no,"Remote skills index for javimosch/visual-explainer normalized markdown skills",""
|
|
971
|
+
jqp,4,no,no,other,yes,yes,no,low,yes,yes,"TUI JSON processor and interactive jq playground","brew install jqp"
|
|
972
|
+
sd,4,no,yes,go,yes,yes,no,low,yes,no,"Intuitive find & replace CLI — sed alternative with regex support, string-literal mode, and cross-li","cargo install sd"
|
|
973
|
+
xfr,4,no,yes,go,yes,yes,no,low,yes,no,"A modern iperf3 alternative with a live TUI, multi-client server, and QUIC support","cargo install xfr"
|
|
974
|
+
aider,3,no,no,other,yes,yes,no,low,no,yes,"Aider CLI plugin with one-shot non-interactive coding wrappers",""
|
|
975
|
+
asc,3,no,no,other,yes,yes,no,medium,yes,yes,"Fast, scriptable CLI for the App Store Connect API. Automate TestFlight, builds, submissions, signin","brew install asc"
|
|
976
|
+
bridle,3,no,no,other,yes,yes,no,medium,yes,yes,"TUI/CLI config manager for agentic harnesses (Amp, Claude Code, Opencode, Goose, Copilot CLI, Crush,","brew install neiii/bridle/bridle"
|
|
977
|
+
cline,3,no,no,other,yes,yes,no,low,no,yes,"Cline CLI plugin with non-interactive task wrappers and passthrough",""
|
|
978
|
+
deletor,3,no,yes,go,yes,yes,no,medium,yes,no,"Manage and delete files efficiently with an interactive TUI and scriptable CLI mode. Filter by exten","go install github.com/pashkov256/deletor@latest"
|
|
979
|
+
nestjs-console,3,no,yes,nodejs,yes,yes,no,low,no,no,"NestJS module that provides a CLI for your application with commands and interactive prompts","npm install -g nestjs-console"
|
|
980
|
+
npm-upgrade,3,no,yes,nodejs,yes,yes,no,low,no,no,"Interactive CLI utility to upgrade npm packages","npm install -g npm-upgrade"
|
|
981
|
+
pplx,3,no,no,other,yes,yes,no,low,no,yes,"Perplexity API CLI - Fast, non-interactive, agent-first CLI for online search and research with cita",""
|
|
982
|
+
qo,3,no,no,other,yes,yes,no,medium,yes,yes,"Interactive minimalist SQL query tool for JSON and CSV files. Supports format conversion, aggregatio","brew install kiki-ki/tap/qo"
|
|
983
|
+
version-bump-prompt,3,no,yes,nodejs,yes,yes,no,low,no,no,"Interactive version bumping with prompts","npm install -g version-bump-prompt"
|
|
984
|
+
choose,2,no,no,other,yes,yes,no,low,yes,no,"A human-friendly and fast alternative to cut and sometimes awk. Extract fields from lines of text wi","brew install choose-rust"
|
|
985
|
+
dust,2,no,no,other,yes,yes,no,low,yes,no,"A more intuitive version of du in rust. Display disk usage with a tree view, showing which directori","brew install dust"
|
|
986
|
+
fastmod,2,no,no,other,yes,yes,no,low,yes,no,"A fast partial replacement for codemod. Interactive tool for making fast, semi-automated substitutio","brew install fastmod"
|
|
987
|
+
httm,2,no,no,other,yes,yes,no,low,yes,no,"Interactive, file-level Time Machine-like tool for ZFS/btrfs. Browse and restore file snapshots dire","brew install httm"
|
|
988
|
+
micro,2,no,no,other,yes,yes,no,low,yes,no,"A modern and intuitive terminal-based text editor. A simple, easy-to-use terminal text editor with m","brew install micro"
|
|
989
|
+
navi,2,no,no,other,yes,yes,no,low,yes,no,"An interactive cheatsheet tool for the command-line. Search, browse, and execute command-line snippe","brew install navi"
|
|
990
|
+
saw,2,no,no,other,yes,yes,no,low,yes,no,"A modern and intuitive CLI tool for AWS. Manage AWS resources and services with a simple, human-frie","brew install saw"
|
|
991
|
+
wuzz,2,no,no,other,yes,yes,no,low,yes,no,"Interactive HTTP inspection and testing tool","brew install wuzz"
|
|
992
|
+
azd,1,no,no,other,yes,yes,no,low,no,no,"Azure Developer CLI plugin with non-interactive wrappers and passthrough",""
|
|
993
|
+
bit,1,no,no,other,yes,yes,no,medium,yes,no,"CLI/TUI ANSI logo designer and font library. Render ASCII/ANSI art text with gradients, shadows, sca","curl -fsSL https://raw.githubusercontent.com/superstarryeyes/bit/main/install.sh"
|
|
994
|
+
click,1,no,no,other,yes,yes,no,medium,yes,no,"Command Line Interactive Controller for Kubernetes. An interactive Kubernetes CLI that provides a mo","brew install click"
|
|
995
|
+
ggc,1,no,no,other,yes,yes,no,medium,yes,no,"Modern Git CLI tool with simplified traditional commands and an interactive fuzzy-picker UI. Streaml","curl -sSL https://raw.githubusercontent.com/bmf-san/ggc/main/install.sh | bash"
|
|
996
|
+
lazydocker,1,no,no,other,yes,yes,no,low,no,no,"A terminal UI for both docker and docker-compose",""
|
|
997
|
+
lazygit,1,no,no,other,yes,yes,no,low,no,no,"A terminal UI for git commands",""
|
|
998
|
+
lstr,1,no,no,other,yes,yes,no,medium,yes,no,"Fast, minimalist directory tree viewer with theme-aware coloring, git integration, file permissions,","brew install lstr"
|
|
999
|
+
plandex,1,no,no,other,yes,yes,no,low,no,no,"Plandex CLI plugin with non-interactive planning wrappers and passthrough",""
|