JSON commands

找到 320 条

Directory listing

195 commands

1password

command-line password manager and secrets management

op signin
Details

aic

Fetch changelogs for AI coding assistants

aic claude
Details

angular

CLI for building Angular web applications

ng new [project-name]
Details

apw

CLI for Apple Passwords on macOS

apw start
Details

ast-grep

Structural code search and rewrite using AST patterns

ast-grep --pattern 'console.log($ARG)'
Details

atac

Postman-like API client for the terminal

atac
Details

authelia

Authentication and authorization server with multi-factor support

authelia validate-config --config [config.yml]
Details

avro-tools

Utilities for working with Apache Avro data files

avro-tools fromjson --schema-file [schema.avsc] [input.json] > [output.avro]
Details

aws-acm-pca

Manage private certificate authorities and certificates

aws acm-pca create-certificate-authority --certificate-authority-configuration [file://config.json] --certificate-authority-type ROOT
Details

aws-cli

Unified command-line interface for Amazon Web Services.

aws configure
Details

aws-secrets

Store and manage secrets securely

aws secretsmanager create-secret --name [secret_name] --secret-string "[secret_value]"
Details

base64

Encode and decode base64 data.

base64 [file]
Details

basher

Package manager for shell scripts

basher install [username/repository]
Details

beakerlib

Shell-level integration testing library

rlJournalStart && rlPhaseStart FAIL "Setup" && rlRun "command" && rlPhaseEnd && rlJournalEnd
Details

bear

Generate compilation database for clang tooling

bear -- make
Details

beautifulsoup

Parse and extract data from HTML and XML documents

python3 -c "from bs4 import BeautifulSoup; import requests; print([a['href'] for a in BeautifulSoup(requests.get('[url]').text, 'html.parser').find_all('a', href=True)])"
Details

bfgminer

modular multi-threaded Bitcoin miner

bfgminer -o [stratum+tcp://pool:port] -u [username] -p [password]
Details

biome

Fast code formatter and linter for JavaScript, TypeScript, and CSS

biome init
Details

blaise

Modern self-hosting Object Pascal compiler

blaise --source [Hello.pas] --output [Hello]
Details

bluebuild

Build custom immutable Linux images

bluebuild build [recipe.yml]
Details

bpkg

Package manager for bash scripts.

bpkg install [package-name] -g
Details

bun-i

Install packages (alias for bun install)

bun i
Details

bun-pm-trust

Manage trusted dependencies in Bun projects

bun pm trust [package1] [package2]
Details

bun-rm

Alias for removing packages from a project

bun rm [package]
Details

cariddi

crawl URLs for endpoints, secrets, and sensitive data

cat [domains.txt] | cariddi
Details

ccxt

cryptocurrency exchange trading CLI

ccxt [binance] fetchOrderBook [BTC/USDT]
Details

cdktf

CDK for Terraform CLI

cdktf init --template=[typescript] --local
Details

cfssl

PKI/TLS certificate authority toolkit

cfssl gencert -initca [ca-csr.json] | cfssljson -bare [ca]
Details

cgminer

multi-threaded cryptocurrency miner for ASIC devices

cgminer -o [stratum+tcp://pool:port] -u [username] -p [password]
Details

File inspection

142 commands

aa-status

Report AppArmor profile and confinement status

sudo aa-status
Details

aapt

Android resource packaging tool

aapt list [app.apk]
Details

ajson

Query JSON data using JSONPath expressions

ajson '$.store.book[*].author' [file.json]
Details

amp

Vi/Vim-inspired terminal text editor

amp [path/to/file]
Details

ansible

Agentless IT automation and configuration management

ansible all -m ping
Details

apisnip

TUI for trimming OpenAPI specifications

apisnip [input.yaml]
Details

apptainer-capability

Manage Linux capabilities for Apptainer container users and groups

sudo apptainer capability list --user [username]
Details

aria2

Multi-protocol multi-source download utility

aria2c [https://example.com/file.zip]
Details

autoprefixer

Add vendor prefixes to CSS automatically

autoprefixer [input.css] -o [output.css]
Details

aws-codebuild

Run managed continuous integration builds.

aws codebuild start-build --project-name [my-project]
Details

aws-kafka

Manage Amazon Managed Streaming for Apache Kafka clusters.

aws kafka create-cluster --cluster-name [my-cluster] --kafka-version [3.5.1] --number-of-broker-nodes 3 --broker-node-group-info file://[broker-config.json]
Details

barotrauma

Run a dedicated multiplayer game server.

[path/to]/DedicatedServer
Details

basilk

Terminal kanban board for task management

basilk
Details

bun-patch

Patch installed packages locally

bun patch [package-name]
Details

bun-run

Execute files and package scripts

bun run [script.ts]
Details

ccat

colorizing cat with syntax highlighting

ccat [file.py]
Details

cobib

Console-based bibliography manager

cobib
Details

codium

privacy-focused VS Code without Microsoft telemetry

codium .
Details

concord

Concord workflow CLI for linting and running flows locally

concord --version
Details

conda-export

environment specification exporter

conda export > [environment.yml]
Details

csvq

SQL query engine for CSV files

csvq "SELECT * FROM [data.csv]"
Details

daps

DocBook Authoring and Publishing Suite

daps -d [DC-file] html
Details

dasel

universal data selector for querying and modifying structured data

dasel -f [file.json] '[selector]'
Details

devpod

reproducible development environments on any infrastructure

devpod up [github.com/user/repo]
Details

devspace

Kubernetes developer tool with hot reloading

devspace init
Details

dub

D language package manager and build tool

dub build
Details

duf

modern disk usage and free space utility

duf
Details

ffe

flat file extractor

ffe -c [config.ffe] [data.txt]
Details

Text processing

62 commands

aapt2

next-generation Android resource compiler and packager

aapt2 compile [path/to/resource.xml] -o [output_directory]
Details

ant

Java-based build automation tool

ant
Details

asn

ASN/IP lookup, network reconnaissance, and OSINT tool

asn [8.8.8.8]
Details

az-tui

Terminal UI for managing Azure Container Apps

az-tui
Details

castxml

generate XML descriptions of C/C++ declarations

castxml --castxml-output=1 [header.hpp] -o [output.xml]
Details

clangd

C/C++ language server for IDE features

clangd
Details

cli4

Cloudflare API v4 command-line client

cli4 /zones
Details

consul-kv

distributed key-value store management

consul kv get [key]
Details

dhall

programmable configuration language with guaranteed termination

dhall <<< "[expression]"
Details

drawio

diagram editor for flowcharts and diagrams

drawio
Details

dyff

YAML/JSON diff tool for configuration files

dyff between [file1.yaml] [file2.yaml]
Details

freqtrade

cryptocurrency trading bot framework

freqtrade trade --config [config.json] --strategy [StrategyName]
Details

geth

official Go implementation of Ethereum protocol

geth
Details

gh-pages

Publish static sites to GitHub Pages branch

npx gh-pages -d [dist]
Details

goaccess

Real-time web log analyzer and interactive viewer

goaccess [path/to/logfile1] [path/to/logfile2] ...
Details

gotop

Terminal-based graphical activity monitor

gotop
Details

hl

Fast log viewer and processor for JSON and logfmt

hl [path/to/logfile.json]
Details

husky

improves Git hooks management for JavaScript projects

npx husky init
Details

isd

Interactive systemd unit manager TUI

isd
Details

jello

Filter JSON and JSON Lines data using Python expressions

echo '[1,2,3]' | jello '[x*2 for x in _]'
Details

koji-call

executes an arbitrary XML-RPC call to the Koji hub

koji call build '"git+https://src.fedoraproject.org/rpms/pkg.git#commit"' target
Details

ktor

CLI for Ktor, a Kotlin framework for building asynchronous servers

ktor new
Details

kubectl-diff

shows differences between the current live configuration and the proposed

kubectl diff -f [manifest.yaml]
Details

maven

build automation and project management tool for Java

mvn compile
Details

mvn

Apache Maven build automation and dependency management tool

mvn package
Details

nebula

scalable overlay networking tool for connecting hosts across networks

nebula-cert ca -name "[My Organization]"
Details

ng-cache

manages Angular CLI persistent disk cache

ng cache enable
Details

ng-run

executes an Architect target defined in angular

ng run [project]:[target]
Details

nix3-shell

Start a shell providing specific packages

nix shell nixpkgs#[hello]
Details

npm-repo

opens a package's repository page in a browser

npm repo [package-name]
Details

File operations

59 commands

arjun

Discover hidden HTTP parameters in web applications

arjun -u [https://example.com/page]
Details

avo

CLI for the Avo analytics tracking plan platform

avo init
Details

az-deployment

Deploy Azure resources using ARM templates and Bicep

az deployment group create --resource-group [rg_name] --template-file [template.json]
Details

claude

AI-powered agentic coding assistant CLI

claude
Details

dnsrecon

comprehensive DNS reconnaissance tool

dnsrecon -d [example.com]
Details

doctl-apps

manage DigitalOcean App Platform applications

doctl apps list
Details

eim

ESP-IDF Installation Manager

eim install -i [v5.3.2]
Details

emuto

data transformation tool with query language

emuto '[.data.items | map(.name)]' [input.json]
Details

fulcio

certificate authority for keyless code signing

fulcio serve --config-path [config.yaml]
Details

gcloud

Google Cloud Platform command-line interface

gcloud init
Details

gobackup

Backup tool for databases and files

gobackup perform
Details

holos

Holistic Kubernetes platform manager using CUE

holos --version
Details

hurl

Run and test HTTP requests with plain text

hurl [path/to/file.hurl]
Details

iperf3

network throughput testing tool that measures maximum TCP and UDP bandwidth

iperf3 -s
Details

jfrog

Official CLI for the JFrog Platform

jfrog config add [server-id]
Details

ko

Build and deploy Go container images without a Dockerfile

ko build [./cmd/app]
Details

mcp-probe

Interactive MCP protocol debugger and testing TUI

mcp-probe debug --stdio [command]
Details

mods

AI assistant for the command line by Charm

mods "[explain what SIGPIPE does]"
Details

mq

A jq-like command-line tool for querying and transforming Markdown files

mq '.h' [path/to/file.md]
Details

mtr

Network diagnostic tool combining traceroute and ping

mtr [hostname]
Details

multipass

lightweight VM manager for Ubuntu instances

multipass launch --name [myvm]
Details

musikcube

Cross-platform terminal-based music player and server

musikcube
Details

nibble

Fast TUI scanner for hosts, vendors, and services on the local network

nibble
Details

nomino

Batch rename utility for developers

nomino -r "[regex]" "[output_pattern]"
Details

nu

nushell, a modern shell with structured data

nu
Details

nushell

Modern shell that treats data as structured information

nu
Details

ogr2ogr

Convert vector geospatial data between formats

ogr2ogr -f "GeoJSON" [output.json] [input.shp]
Details

ots

Open Text Summarizer for automatic text condensation

ots [path/to/file.txt]
Details

Search and filters

49 commands

apktool

Reverse engineer Android APK files

apktool d [app.apk]
Details

apx-stacks

Manage stack configurations for apx subsystems

apx stacks new
Details

aws-budgets

Manage cost budgets and spending alerts.

aws budgets create-budget --account-id [123456789012] --budget file://[budget.json]
Details

aws-cloudformation

Provision infrastructure from declarative templates.

aws cloudformation create-stack --stack-name [my-stack] --template-body file://[template.yaml]
Details

bloodhound-python

Collect Active Directory data for BloodHound analysis

bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
Details

buku

Command-line bookmark manager with tagging and search

buku -a [https://example.com] [tag1,tag2]
Details

cardano-node

Core node software for the Cardano blockchain network

cardano-node run --topology [path/to/topology.json] --database-path [path/to/db] --socket-path [path/to/node.socket] --config [path/to/config.json]
Details

cdk

AWS Cloud Development Kit CLI

cdk init app --language [typescript]
Details

durdraw

ASCII/ANSI art editor with animation support

durdraw
Details

gron

Make JSON greppable

gron [file.json]
Details

hwatch

Modern alternative to the watch command with diff history

hwatch [command]
Details

jid

interactive JSON query tool

jid < [file.json]
Details

jshon

parses JSON in shell scripts

echo '{"name":"test"}' | jshon -e name
Details

json_pp

JSON pretty printer from Perl

json_pp < [data.json]
Details

kfp

Kubeflow Pipelines CLI for managing ML workflows on Kubernetes

kfp run create -e [experiment] -r [run-name] -f [pipeline.yaml] --endpoint [http://localhost:8080]
Details

kind

runs Kubernetes clusters in Docker containers

kind create cluster
Details

kubeseal

encrypts Kubernetes secrets for safe storage

kubeseal < [secret.yaml] > [sealed-secret.yaml]
Details

logstash

Server-side data processing pipeline for ingesting, transforming, and shipping data

logstash -f [/path/to/config.conf]
Details

mvn-idea

generates IntelliJ IDEA project files

mvn idea:idea
Details

ng-deploy

Deploys an Angular application to a hosting provider

ng deploy
Details

openstack

unified CLI for OpenStack cloud services

openstack server list
Details

phpdoc

generates API documentation from PHP source code

phpdoc -d [src/] -t [docs/]
Details

semgrep

Lightweight static analysis for code security and quality

semgrep scan --config auto
Details

semver

Validate and manipulate semantic version strings

semver [1.2.3]
Details

serpl

VS Code-style search and replace TUI for the terminal

serpl
Details

Network diagnostics

41 commands

amass-db

query and manage stored amass enumeration results

amass db -list -d [example.com]
Details

andcli

2FA TOTP token manager TUI for the terminal

andcli -t aegis [path/to/backup.json]
Details

aws-iam

Manage identity, access, and permissions for AWS resources.

aws iam create-user --user-name [my-user]
Details

beets

Music library manager and metadata organizer

beet import [path/to/music]
Details

buff

Lint, format, and manage Protocol Buffer files

buf lint [path/to/protos]
Details

cargo-rustdoc

Build documentation with extra rustdoc flags

cargo rustdoc -- [rustdoc_flags]
Details

cmark

CommonMark Markdown parser and renderer

cmark [input.md]
Details

csv-diff

compare CSV files and show differences

csv-diff [old.csv] [new.csv]
Details

dotbot

dotfiles bootstrapping automation tool

dotbot -c [install.conf.yaml]
Details

envoy

high-performance L4/L7 proxy and service mesh data plane

envoy -c [/path/to/config.yaml]
Details

express

Node.js web application scaffolding tool

npx express-generator [myapp]
Details

flarectl

Cloudflare management from the command line

flarectl dns list --zone [example.com]
Details

gitleaks

Detect secrets and sensitive data in Git repositories

gitleaks git [path/to/repo]
Details

ifstatus

OpenWRT utility that displays network interface status in JSON format

ifstatus [interface_name]
Details

ipinfo

official command-line client for the IPinfo API

ipinfo myip
Details

kube-linter

analyzes Kubernetes YAML files and Helm charts for security and best practices

kube-linter lint [path/to/manifests]
Details

kubectl-apply

creates or updates Kubernetes resources

kubectl apply -f [manifest.yaml]
Details

lefthook

fast and powerful Git hooks manager written in Go

lefthook install
Details

nap

Code snippet manager for the terminal

nap
Details

netplan

network configuration utility for Ubuntu and other Linux distributions

sudo netplan apply
Details

npm-author

configuration sets default author for new packages

npm config set init-author-name "[Your Name]"
Details

npm

node Package Manager

npm install
Details

pip-list

List installed Python packages with versions

pip list
Details

po4a

Maintain documentation translations via PO files

po4a [path/to/config_file]
Details

pulumi

Infrastructure as code with general-purpose languages

pulumi new [template]
Details

pyats

Cisco network test automation framework

pyats run job [job.py]
Details

rich

Render rich text and markdown in terminal

python -m rich.markdown [file.md]
Details

tb

Terminal task and note board

tb
Details

tidy

Validate and reformat HTML markup

tidy [input.html]
Details

Package management

15 commands

npm-bugs

opens the package's bug tracker URL in a web browser

npm bugs [package-name]
Details

npm-docs

opens package documentation in browser

npm docs [package-name]
Details

npm-home

opens package homepage in browser

npm home [package-name]
Details

npm-outdated

checks the registry for newer versions of installed packages

npm outdated
Details

npm-run

executes scripts defined in package

npm run [script-name]
Details

npm-update

updates packages to latest versions within semver range specified in package

npm update
Details

Shell workflow

13 commands

b4n

Terminal user interface (TUI) for Kubernetes API inspired by k9s

b4n
Details

latexindent

formats LaTeX source code with consistent indentation

latexindent [document.tex]
Details

middleman

static site generator built with Ruby

middleman init [project_name]
Details

mongoexport

exports data from MongoDB collections to JSON or CSV files

mongoexport --db=[database] --collection=[collection] --out=[output.json]
Details

newman

Run Postman collections from the command line

newman run [collection.json]
Details

safety

Check Python dependencies for known vulnerabilities

safety scan
Details

saxon

XSLT and XQuery processor for XML transformation

saxon -s:[source.xml] -xsl:[stylesheet.xsl] -o:[output.xml]
Details

solc

Solidity smart contract compiler

solc --bin [contract.sol]
Details

synctl

Matrix Synapse homeserver control interface

synctl start
Details

Processes and services

7 commands

clang-format

automatic source code formatter for C-family languages

clang-format [file.cpp]
Details

flatpak-builder

build tool for Flatpak applications

flatpak-builder [path/to/build_directory] [path/to/manifest.json]
Details

jnv

interactive JSON viewer and jq filter editor

jnv [path/to/data.json]
Details

openbox

lightweight, highly configurable window manager

openbox
Details

HTTP and downloads

6 commands

couchdb

Document-oriented NoSQL database server

couchdb
Details

curlie

curl frontend with httpie-style syntax

curlie [httpbin.org/get]
Details

http

user-friendly HTTP client

http [https://api.example.com/users]
Details

whosthere

LAN device discovery tool with interactive TUI

whosthere
Details

xml commands

6 commands

xml-edit

Edit XML documents from command line

xml edit -u "[//element]" -v "[new value]" [file.xml]
Details

xml-list

List element structure of an XML document

xml el [file.xml]
Details

xml-select

Query XML documents with XPath

xml select -t -v "[//element]" [file.xml]
Details

Media tools

4 commands

osmconvert

converts and filters OpenStreetMap data files

osmconvert [input.pbf] -o=[output.osm]
Details

polars

Query and convert data files via CLI

polars read [file.csv]
Details

sc_warts2json

Convert scamper warts files to JSON format

sc_warts2json [input.warts] > [output.json]
Details

Users and permissions

3 commands

act

local GitHub Actions runner

act
Details

virt-xml

Edit libvirt domain XML configuration

virt-xml --disk=?
Details

yast2

SUSE system configuration tool

sudo yast2
Details

Archive and compression

2 commands

Containers and orchestration

2 commands

devcontainer

CLI for managing development containers

devcontainer build --workspace-folder [.]
Details

kompose

converts Docker Compose files to Kubernetes resources

kompose convert
Details

bun commands

2 commands

mvn commands

2 commands

SSH and remote access

1 commands

cloud-init

cloud instance initialization and configuration

cloud-init status
Details

bdfr commands

1 commands

bdfr

Bulk download submissions and media from Reddit

bdfr download [./output] --subreddit [Python] -L [10]
Details

cargo commands

1 commands

cursor-agent commands

1 commands

cursor

Cursor's AI-powered coding agent for the terminal

cursor-agent
Details

dogecoind commands

1 commands

echo commands

1 commands

jiq

Interactive JSON query tool using jq expressions

echo '[1, 2, 3]' | jiq
Details

eksctl commands

1 commands

eksctl

AWS EKS cluster management CLI

eksctl create cluster --name [cluster_name]
Details

fakedata commands

1 commands

fastfetch commands

1 commands

flutter commands

1 commands

gh commands

1 commands

jo commands

1 commands

jo

creates JSON from shell arguments

jo name=[value] count:=[42]
Details

jq commands

1 commands

jsonlint commands

1 commands

jsonlint

validates and formats JSON files

jsonlint [file.json]
Details

jwt commands

1 commands

jwt

encodes and decodes JSON Web Tokens

jwt decode [token]
Details

kaskade commands

1 commands

kplay commands

1 commands

kplay

Inspect messages in a Kafka topic from the terminal

kplay tui [profile_name]
Details

ktool commands

1 commands

ktool

Mach-O and Objective-C analysis toolkit for the terminal

ktool dump [path/to/binary]
Details

ldapdomaindump commands

1 commands

ldapdomaindump

extracts Active Directory information via LDAP, including users

ldapdomaindump -u domain\username -p password [hostname]
Details

ng commands

1 commands

ng-e2e

Runs end-to-end tests for an Angular application

ng e2e
Details

oapi-codegen commands

1 commands

oapi-codegen

generates Go code from OpenAPI 3

oapi-codegen -generate server -package [api] [spec.yaml] > [server.go]
Details

openapi-generator commands

1 commands

openapi-generator

generates API clients, server stubs, and documentation from OpenAPI

openapi-generator generate -i [spec.yaml] -g [python] -o [./client]
Details

oq commands

1 commands

oq

Portable jq wrapper with XML and YAML support

oq '.[0]' [file.json]
Details

phpbu commands

1 commands

pint commands

1 commands

pint

validates Prometheus alerting and recording rules

pint lint [rules.yaml]
Details

pkl commands

1 commands

pkl

Programmable configuration language from Apple

pkl eval [config.pkl]
Details

prettier commands

1 commands

prettier

Opinionated multi-language code formatter

prettier --write [file.js]
Details

qsv commands

1 commands

qsv

Blazing-fast data-wrangling toolkit for CSV and tabular data

qsv count [data.csv]
Details

ralph-tui commands

1 commands

ralph-tui

AI agent loop orchestrator for autonomous task completion

ralph-tui run --prd [./prd.json]
Details

sqly commands

1 commands

sqly

Execute SQL against CSV, TSV, JSON, and Excel files

sqly [user.csv]
Details

ss-server commands

1 commands

ss-server

Linux command ss-server

ss-server -s [0.0.0.0] -p [8388] -k "[password]" -m [aes-256-gcm]
Details

systemd-cryptenroll commands

1 commands

termdbms commands

1 commands

termdbms

TUI for viewing and editing database files

termdbms [mydata.db]
Details

tiup commands

1 commands

tiup

TiDB component and cluster manager

tiup playground
Details

tshark commands

1 commands

tshark

Command-line network packet analyzer

tshark
Details

tuxi commands

1 commands

tuxi

Quick Google answers from the terminal

tuxi [search_terms]
Details

vd commands

1 commands

visidata

Terminal spreadsheet multitool for exploring data

vd [data.csv]
Details

virsh commands

1 commands

virt-qemu-run commands

1 commands

wego commands

1 commands

wego

Terminal weather forecast with ASCII art

wego
Details

xmllint commands

1 commands

xsltproc commands

1 commands

xsltproc

Command-line XSLT processor

xsltproc [stylesheet.xsl] [input.xml]
Details