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,124 @@
|
|
|
1
|
+
name,score,no_interactive,go_rust_nodejs,language,cli,tui,auth_required,complexity,binary,json_support,description,install
|
|
2
|
+
goxml2json,13,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"
|
|
3
|
+
jql,13,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"
|
|
4
|
+
jsonwatch,13,yes,yes,go,yes,no,no,low,yes,yes,"Track changes in JSON data from the command line","cargo install jsonwatch"
|
|
5
|
+
srss,13,yes,yes,go,yes,no,no,low,yes,yes,"Command line RSS/ATOM/JSON feed reader","go install github.com/sheepla/srss@latest"
|
|
6
|
+
tv,13,yes,yes,go,yes,no,no,low,yes,yes,"Format JSON data into table view from command line","cargo install tv"
|
|
7
|
+
yajsv,13,yes,yes,go,yes,no,no,low,yes,yes,"Yet Another JSON Schema Validator CLI","go install github.com/neilpa/yajsv@latest"
|
|
8
|
+
apizza,12,yes,yes,go,yes,no,no,low,yes,no,"Order pizza from the command line","go install github.com/harrybrwn/apizza@latest"
|
|
9
|
+
aspect-cli,12,yes,yes,go,yes,no,no,low,yes,no,"Aspect CLI for Bazel - Correct, Fast
|
|
10
|
+
bafi,12,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"
|
|
11
|
+
biff,12,yes,yes,go,yes,no,no,low,yes,no,"Datetime arithmetic, parsing
|
|
12
|
+
bsky,12,yes,yes,go,yes,no,no,low,yes,no,"Bluesky CLI client for posting and interacting","go install github.com/mattn/bsky@latest"
|
|
13
|
+
butler,12,yes,yes,go,yes,no,no,low,yes,no,"Swiss army knife CLI for managing development tasks","go install github.com/mlabouardy/butler@latest"
|
|
14
|
+
caire,12,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"
|
|
15
|
+
cast,12,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"
|
|
16
|
+
celq,12,yes,yes,go,yes,no,no,medium,yes,yes,"Common Expression Language (CEL) CLI tool. Evaluate CEL expressions against JSON, JSON5
|
|
17
|
+
cert,12,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"
|
|
18
|
+
certok,12,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"
|
|
19
|
+
cfnctl,12,yes,yes,go,yes,no,no,low,yes,no,"AWS CloudFormation stack management CLI","go install github.com/rogerwelin/cfnctl@latest"
|
|
20
|
+
chdb-go,12,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"
|
|
21
|
+
cinf,12,yes,yes,go,yes,no,no,low,yes,no,"Command line tool to view container resource usage","go install github.com/mhausenblas/cinf@latest"
|
|
22
|
+
cleed,12,yes,yes,go,yes,no,no,low,yes,no,"Feed reader for the command line","go install github.com/radulucut/cleed@latest"
|
|
23
|
+
cls3,12,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"
|
|
24
|
+
code-radio-cli,12,yes,yes,go,yes,no,no,low,yes,no,"Command line music radio client for freeCodeCamp Code Radio","cargo install code-radio-cli"
|
|
25
|
+
codeowners,12,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"
|
|
26
|
+
codesnap,12,yes,yes,go,yes,no,no,low,yes,no,"Pure Rust tool to generate beautiful code snapshots from CLI","cargo install codesnap-cli"
|
|
27
|
+
commander,12,yes,yes,go,yes,no,no,low,yes,no,"CLI testing tool for shell commands","go install github.com/commander-cli/commander@latest"
|
|
28
|
+
complexity,12,yes,yes,go,yes,no,no,low,yes,no,"A command line tool to identify complex code","cargo install complexity"
|
|
29
|
+
comprust,12,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"
|
|
30
|
+
cooklang-chef,12,yes,yes,go,yes,no,no,low,yes,no,"CLI to manage and organize Cooklang recipes","cargo install cooklang-chef"
|
|
31
|
+
corgi,12,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"
|
|
32
|
+
craftql,12,yes,yes,go,yes,no,no,low,yes,no,"CLI tool to visualize GraphQL schemas and output graph data structures","cargo install craftql"
|
|
33
|
+
cron,12,yes,yes,go,yes,no,no,low,yes,no,"Cron expression parser and evaluator CLI","go install github.com/lnquy/cron@latest"
|
|
34
|
+
curd,12,yes,yes,go,yes,no,no,low,yes,no,"Anime episode manager and scraper CLI","go install github.com/Wraient/curd@latest"
|
|
35
|
+
dfir-toolkit,12,yes,yes,go,yes,no,no,low,yes,no,"CLI tools for forensic investigation of Windows artifacts","cargo install dfir-toolkit"
|
|
36
|
+
diagram,12,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"
|
|
37
|
+
dosxvpn,12,yes,yes,go,yes,no,no,low,yes,no,"Simple macOS VPN client for DigitalOcean Droplets","go install github.com/dan-v/dosxvpn@latest"
|
|
38
|
+
dot-http,12,yes,yes,go,yes,no,no,low,yes,no,"Text-based scriptable HTTP client","cargo install dot-http"
|
|
39
|
+
dtctl,12,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for Dynatrace platform management","go install github.com/dynatrace-oss/dtctl@latest"
|
|
40
|
+
enc,12,yes,yes,go,yes,no,no,low,yes,no,"Simple encryption and decryption CLI tool","go install github.com/life4/enc/cmd/enc@latest"
|
|
41
|
+
envcli,12,yes,yes,go,yes,no,no,low,yes,no,"Manage environment-specific CLI configurations","go install github.com/EnvCLI/EnvCLI@latest"
|
|
42
|
+
eureka,12,yes,yes,go,yes,no,no,low,yes,no,"CLI tool to input and store your ideas without leaving the terminal","cargo install eureka"
|
|
43
|
+
f2,12,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"
|
|
44
|
+
fenix-cli,12,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"
|
|
45
|
+
fhirbase,12,yes,yes,go,yes,no,no,low,yes,no,"FHIR healthcare data CLI for PostgreSQL","go install github.com/fhirbase/fhirbase@latest"
|
|
46
|
+
fwd,12,yes,yes,go,yes,no,no,low,yes,no,"The little forwarder that could - port forwarding CLI","go install github.com/kintoandar/fwd@latest"
|
|
47
|
+
gist,12,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"
|
|
48
|
+
gitcs,12,yes,yes,go,yes,no,no,low,yes,no,"Git commit statistics and contributor analysis CLI","go install github.com/hrtsegv/gitcs@latest"
|
|
49
|
+
github-release,12,yes,yes,go,yes,no,no,low,yes,no,"Simple GitHub release command line tool","go install github.com/c4milo/github-release@latest"
|
|
50
|
+
go-aws-sso,12,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"
|
|
51
|
+
go-gitlab-client,12,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"
|
|
52
|
+
go-passbolt-cli,12,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"
|
|
53
|
+
go-v2ex,12,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"
|
|
54
|
+
gobackup,12,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"
|
|
55
|
+
gohash,12,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"
|
|
56
|
+
gomainr,12,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"
|
|
57
|
+
goplaces,12,yes,yes,go,yes,no,no,low,yes,no,"Modern Google Places command line tool in Go","go install github.com/steipete/goplaces@latest"
|
|
58
|
+
goread,12,yes,yes,go,yes,no,no,low,yes,no,"Command line ePub reader for Go","go install github.com/Ray-D-Song/goread@latest"
|
|
59
|
+
gotube,12,yes,yes,go,yes,no,no,low,yes,no,"Simple command line tool for downloading YouTube videos","go install github.com/marethyu/gotube@latest"
|
|
60
|
+
gql,12,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"
|
|
61
|
+
grmon,12,yes,yes,go,yes,no,no,low,yes,no,"Command line monitoring for goroutines","go install github.com/bcicen/grmon@latest"
|
|
62
|
+
grpcdebug,12,yes,yes,go,yes,no,no,low,yes,no,"CLI for simplifying gRPC application debugging","go install github.com/grpc-ecosystem/grpcdebug@latest"
|
|
63
|
+
grpcmd,12,yes,yes,go,yes,no,no,low,yes,no,"gRPC client for the terminal with readable syntax","go install github.com/grpcmd/grpcmd@latest"
|
|
64
|
+
homebutler,12,yes,yes,go,yes,no,no,low,yes,no,"Home automation and device management CLI","go install github.com/Higangssh/homebutler@latest"
|
|
65
|
+
hopp-cli,12,yes,yes,go,yes,no,no,low,yes,no,"HTTP CLI client for Hoppscotch API testing","go install github.com/hoppscotch/hopp-cli@latest"
|
|
66
|
+
hostess,12,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"
|
|
67
|
+
howto,12,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"
|
|
68
|
+
html-to-markdown,12,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"
|
|
69
|
+
http-server-rs,12,yes,yes,go,yes,no,no,low,yes,no,"Simple and configurable command-line HTTP server written in Rust","cargo install http-server"
|
|
70
|
+
httpu,12,yes,yes,go,yes,no,no,low,yes,no,"CLI for making HTTP requests with readable syntax","go install github.com/hazbo/httpu@latest"
|
|
71
|
+
humble-cli,12,yes,yes,go,yes,no,no,low,yes,no,"Command line tool for Humble Bundle purchases and downloads","cargo install humble-cli"
|
|
72
|
+
huniq,12,yes,yes,go,yes,no,no,low,yes,no,"Filter out duplicates on the command line optimized for speed","cargo install huniq"
|
|
73
|
+
imagecli,12,yes,yes,go,yes,no,no,low,yes,no,"Command line image processing tool written in Rust","cargo install imagecli"
|
|
74
|
+
lemmy-help,12,yes,yes,go,yes,no,no,low,yes,no,"CLI to generate vim and neovim help documentation from EmmyLua annotations","cargo install lemmy-help"
|
|
75
|
+
lune,12,yes,yes,go,yes,no,no,low,yes,no,"Standalone Luau runtime for running Luau scripts from the command line","cargo install lune"
|
|
76
|
+
lux,12,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"
|
|
77
|
+
microplane,12,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"
|
|
78
|
+
mmdr,12,yes,yes,go,yes,no,no,low,yes,no,"Fast native Rust Mermaid diagram renderer — 500-1000x faster than mermaid-cli, no browser required"
|
|
79
|
+
nexus-cli,12,yes,yes,go,yes,no,no,low,yes,no,"Nexus CLI for Docker Registry v2 management","go install github.com/mlabouardy/nexus-cli@latest"
|
|
80
|
+
notesmd-cli,12,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"
|
|
81
|
+
nvidia_oc,12,yes,yes,go,yes,no,no,low,yes,no,"NVIDIA GPU overclocking CLI for Linux using NVML","cargo install nvidia_oc"
|
|
82
|
+
obelisk,12,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"
|
|
83
|
+
om,12,yes,yes,go,yes,no,no,low,yes,no,"Pivotal Operations Manager command line tool","go install github.com/pivotal-cf/om@latest"
|
|
84
|
+
ouch,12,yes,yes,go,yes,no,no,low,yes,no,"Painless compression and decompression CLI — supports zip, tar
|
|
85
|
+
pathos,12,yes,yes,go,yes,no,no,low,yes,no,"Path manipulation and file system utility CLI","go install github.com/chip/pathos@latest"
|
|
86
|
+
pcp,12,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"
|
|
87
|
+
peep,12,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"
|
|
88
|
+
perfops-cli,12,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"
|
|
89
|
+
pgschema,12,yes,yes,go,yes,no,no,low,yes,no,"Terraform-style, declarative schema migration CLI for Postgres"
|
|
90
|
+
pingme,12,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"
|
|
91
|
+
pokevision-cli,12,yes,yes,go,yes,no,no,low,yes,no,"CLI tool for Pokemon location tracking","go install github.com/jmshal/pokevision-cli@latest"
|
|
92
|
+
presto,12,yes,yes,go,yes,no,no,low,yes,no,"Lightweight tunnel and proxy CLI tool","go install github.com/paramientos/presto@latest"
|
|
93
|
+
qrrs,12,yes,yes,go,yes,no,no,low,yes,no,"CLI QR code generator and reader written in Rust","cargo install qrrs"
|
|
94
|
+
qrtool,12,yes,yes,go,yes,no,no,low,yes,no,"Command-line utility for encoding and decoding QR codes","cargo install qrtool"
|
|
95
|
+
reader,12,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"
|
|
96
|
+
rimage,12,yes,yes,go,yes,no,no,low,yes,no,"Image encoder CLI tool inspired by squoosh with multiple format support (AVIF, JPEG
|
|
97
|
+
rose,12,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"
|
|
98
|
+
sandy,12,yes,yes,go,yes,no,no,low,yes,no,"Process tracing and syscall monitoring CLI","go install github.com/craigmulligan/sandy@latest"
|
|
99
|
+
sastsweep,12,yes,yes,go,yes,no,no,low,yes,no,"SAST security scanner and vulnerability research CLI","go install github.com/chebuya/sastsweep@latest"
|
|
100
|
+
schema,12,yes,yes,go,yes,no,no,low,yes,no,"All-in-one CLI tool for database migrations, studio and LSP"
|
|
101
|
+
scrape,12,yes,yes,go,yes,no,no,low,yes,no,"CLI utility to scrape emails from websites","go install github.com/lawzava/scrape@latest"
|
|
102
|
+
slacrawl,12,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"
|
|
103
|
+
smag,12,yes,yes,go,yes,no,no,low,yes,no,"Show Me A Graph - Command Line Graphing","cargo install smag"
|
|
104
|
+
sonnerie,12,yes,yes,go,yes,no,no,low,yes,no,"Simple timeseries database with CLI interface","cargo install sonnerie"
|
|
105
|
+
sonoscli,12,yes,yes,go,yes,no,no,low,yes,no,"Command line controller for Sonos speakers","go install github.com/steipete/sonoscli@latest"
|
|
106
|
+
spaceman,12,yes,yes,go,yes,no,no,low,yes,no,"A gRPC client from another world for testing and exploring gRPC services","cargo install spaceman"
|
|
107
|
+
spotctl,12,yes,yes,go,yes,no,no,low,yes,no,"Command line interface to Spotify music streaming service","go install github.com/owenthereal/spotctl@latest"
|
|
108
|
+
sveltin,12,yes,yes,go,yes,no,no,low,yes,no,"CLI tool for building SvelteKit static websites","go install github.com/sveltinio/sveltin@latest"
|
|
109
|
+
terradrift,12,yes,yes,go,yes,no,no,low,yes,no,"Terraform drift detection and monitoring CLI","go install github.com/rootsami/terradrift@latest"
|
|
110
|
+
terraform-module-versions,12,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"
|
|
111
|
+
textnote,12,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"
|
|
112
|
+
tokf,12,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"
|
|
113
|
+
trashy,12,yes,yes,go,yes,no,no,low,yes,no,"CLI system trash manager, alternative to rm and trash-cli"
|
|
114
|
+
treex,12,yes,yes,go,yes,no,no,medium,yes,yes,"Directory structure visualization CLI with multiple output formats (tree, indent
|
|
115
|
+
trex,12,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"
|
|
116
|
+
trubka,12,yes,yes,go,yes,no,no,low,yes,no,"CLI tool for interacting with Apache Kafka","go install github.com/xitonix/trubka@latest"
|
|
117
|
+
wapm-cli,12,yes,yes,go,yes,no,no,low,yes,no,"WebAssembly Package Manager CLI for managing WebAssembly packages","cargo install wapm-cli"
|
|
118
|
+
whis,12,yes,yes,go,yes,no,no,low,yes,no,"Voice-to-text CLI — record, transcribe
|
|
119
|
+
xo,12,yes,yes,go,yes,no,no,low,yes,no,"Command line utility that composes regular expression matches","go install github.com/ezekg/xo@latest"
|
|
120
|
+
yamldiff,12,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"
|
|
121
|
+
axe,11,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 "
|
|
122
|
+
nail,11,yes,yes,go,yes,no,no,medium,yes,no,"Lightning-fast data analysis CLI for Parquet, CSV
|
|
123
|
+
stormy,11,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"
|
|
124
|
+
tint,11,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"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superacli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.21",
|
|
4
4
|
"description": "Config-driven, AI-friendly dynamic CLI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "server/app.js",
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"dotenv": "^17.3.1",
|
|
22
22
|
"ejs": "^3.1.9",
|
|
23
23
|
"express": "^4.18.2",
|
|
24
|
-
"mongodb": "^6.3.0"
|
|
24
|
+
"mongodb": "^6.3.0",
|
|
25
|
+
"vm2": "^3.9.19"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
28
|
"jest": "^30.2.0"
|