1password
command-line password manager and secrets management
op signin
Linux basics
320 JSON Linux command examples grouped into 59 practical sections.
Browse grouped command cards or search directly below.
195 commands
command-line password manager and secrets management
op signin
Test runner for AI agent skills
npx agent-skills-eval [./skills]
Fetch changelogs for AI coding assistants
aic claude
CLI for building Angular web applications
ng new [project-name]
CLI for Apple Passwords on macOS
apw start
Structural code search and rewrite using AST patterns
ast-grep --pattern 'console.log($ARG)'
Postman-like API client for the terminal
atac
Authentication and authorization server with multi-factor support
authelia validate-config --config [config.yml]
Utilities for working with Apache Avro data files
avro-tools fromjson --schema-file [schema.avsc] [input.json] > [output.avro]
Manage private certificate authorities and certificates
aws acm-pca create-certificate-authority --certificate-authority-configuration [file://config.json] --certificate-authority-type ROOT
Unified command-line interface for Amazon Web Services.
aws configure
Store and manage secrets securely
aws secretsmanager create-secret --name [secret_name] --secret-string "[secret_value]"
Encode and decode base64 data.
base64 [file]
Package manager for shell scripts
basher install [username/repository]
Shell-level integration testing library
rlJournalStart && rlPhaseStart FAIL "Setup" && rlRun "command" && rlPhaseEnd && rlJournalEnd
Generate compilation database for clang tooling
bear -- make
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)])"
modular multi-threaded Bitcoin miner
bfgminer -o [stratum+tcp://pool:port] -u [username] -p [password]
Fast code formatter and linter for JavaScript, TypeScript, and CSS
biome init
Modern self-hosting Object Pascal compiler
blaise --source [Hello.pas] --output [Hello]
Build custom immutable Linux images
bluebuild build [recipe.yml]
Package manager for bash scripts.
bpkg install [package-name] -g
Add packages to a Bun project
bun add [lodash]
Install packages (alias for bun install)
bun i
Install project dependencies
bun install
List installed packages in a Bun project
bun pm ls
Manage trusted dependencies in Bun projects
bun pm trust [package1] [package2]
Publish packages to the npm registry
bun publish
Remove packages from a project
bun remove [package]
Alias for removing packages from a project
bun rm [package]
Check correctness of a Cargo.toml manifest
cargo verify-project
crawl URLs for endpoints, secrets, and sensitive data
cat [domains.txt] | cariddi
cryptocurrency exchange trading CLI
ccxt [binance] fetchOrderBook [BTC/USDT]
CDK for Terraform CLI
cdktf init --template=[typescript] --local
PKI/TLS certificate authority toolkit
cfssl gencert -initca [ca-csr.json] | cfssljson -bare [ca]
multi-threaded cryptocurrency miner for ASIC devices
cgminer -o [stratum+tcp://pool:port] -u [username] -p [password]
142 commands
Report AppArmor profile and confinement status
sudo aa-status
Android resource packaging tool
aapt list [app.apk]
Query JSON data using JSONPath expressions
ajson '$.store.book[*].author' [file.json]
GPU-accelerated terminal emulator
alacritty
Vi/Vim-inspired terminal text editor
amp [path/to/file]
Agentless IT automation and configuration management
ansible all -m ping
TUI for trimming OpenAPI specifications
apisnip [input.yaml]
Manage Linux capabilities for Apptainer container users and groups
sudo apptainer capability list --user [username]
Multi-protocol multi-source download utility
aria2c [https://example.com/file.zip]
Add vendor prefixes to CSS automatically
autoprefixer [input.css] -o [output.css]
Run managed continuous integration builds.
aws codebuild start-build --project-name [my-project]
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]
Snapshot-based API load testing tool
ballast
Run a dedicated multiplayer game server.
[path/to]/DedicatedServer
Terminal kanban board for task management
basilk
Patch installed packages locally
bun patch [package-name]
Migrate from another package manager to Bun
bun pm migrate
Execute files and package scripts
bun run [script.ts]
Update installed packages
bun update
Generate beautiful images of source code
carbon-now [file.js]
colorizing cat with syntax highlighting
ccat [file.py]
Hacker News client for the terminal
clx
Console-based bibliography manager
cobib
privacy-focused VS Code without Microsoft telemetry
codium .
Concord workflow CLI for linting and running flows locally
concord --version
environment specification exporter
conda export > [environment.yml]
SQL query engine for CSV files
csvq "SELECT * FROM [data.csv]"
DocBook Authoring and Publishing Suite
daps -d [DC-file] html
universal data selector for querying and modifying structured data
dasel -f [file.json] '[selector]'
reproducible development environments on any infrastructure
devpod up [github.com/user/repo]
Kubernetes developer tool with hot reloading
devspace init
D language package manager and build tool
dub build
Docker TUI inspired by k9s
ducker
modern disk usage and free space utility
duf
show changes in tracked data files
dvc diff
flat file extractor
ffe -c [config.ffe] [data.txt]
62 commands
next-generation Android resource compiler and packager
aapt2 compile [path/to/resource.xml] -o [output_directory]
Java-based build automation tool
ant
ASN/IP lookup, network reconnaissance, and OSINT tool
asn [8.8.8.8]
Terminal UI for managing Azure Container Apps
az-tui
generate XML descriptions of C/C++ declarations
castxml --castxml-output=1 [header.hpp] -o [output.xml]
C/C++ language server for IDE features
clangd
Cloudflare API v4 command-line client
cli4 /zones
ImageMagick MSL script interpreter
conjure.im6 [script.msl]
distributed key-value store management
consul kv get [key]
retrieve container image configuration
crane config [image]
CMake test driver program
ctest
programmable configuration language with guaranteed termination
dhall <<< "[expression]"
build and execute .NET projects
dotnet run
diagram editor for flowcharts and diagrams
drawio
embedded analytical database engine
duckdb
YAML/JSON diff tool for configuration files
dyff between [file1.yaml] [file2.yaml]
cryptocurrency trading bot framework
freqtrade trade --config [config.json] --strategy [StrategyName]
official Go implementation of Ethereum protocol
geth
Publish static sites to GitHub Pages branch
npx gh-pages -d [dist]
Real-time web log analyzer and interactive viewer
goaccess [path/to/logfile1] [path/to/logfile2] ...
Terminal-based graphical activity monitor
gotop
Fast log viewer and processor for JSON and logfmt
hl [path/to/logfile.json]
improves Git hooks management for JavaScript projects
npx husky init
Interactive systemd unit manager TUI
isd
Filter JSON and JSON Lines data using Python expressions
echo '[1,2,3]' | jello '[x*2 for x in _]'
executes an arbitrary XML-RPC call to the Koji hub
koji call build '"git+https://src.fedoraproject.org/rpms/pkg.git#commit"' target
CLI for Ktor, a Kotlin framework for building asynchronous servers
ktor new
shows differences between the current live configuration and the proposed
kubectl diff -f [manifest.yaml]
build automation and project management tool for Java
mvn compile
Apache Maven build automation and dependency management tool
mvn package
scalable overlay networking tool for connecting hosts across networks
nebula-cert ca -name "[My Organization]"
manages Angular CLI persistent disk cache
ng cache enable
executes an Architect target defined in angular
ng run [project]:[target]
Start a shell providing specific packages
nix shell nixpkgs#[hello]
opens a package's repository page in a browser
npm repo [package-name]
runs the "start" script defined in package
npm start
59 commands
Discover hidden HTTP parameters in web applications
arjun -u [https://example.com/page]
Multicast DNS/DNS-SD service discovery daemon
avahi-daemon
CLI for the Avo analytics tracking plan platform
avo init
Deploy Azure resources using ARM templates and Bicep
az deployment group create --resource-group [rg_name] --template-file [template.json]
AI-powered agentic coding assistant CLI
claude
Cockpit web service message relay
cockpit-bridge --packages
retrieve container image manifest
crane manifest [image:tag]
comprehensive DNS reconnaissance tool
dnsrecon -d [example.com]
DocBook to HTML converter
docbook2html [document.xml]
manage DigitalOcean App Platform applications
doctl apps list
ESP-IDF Installation Manager
eim install -i [v5.3.2]
data transformation tool with query language
emuto '[.data.items | map(.name)]' [input.json]
certificate authority for keyless code signing
fulcio serve --config-path [config.yaml]
Google App Engine management commands
gcloud app deploy
Google Cloud Platform command-line interface
gcloud init
Backup tool for databases and files
gobackup perform
Holistic Kubernetes platform manager using CUE
holos --version
Run and test HTTP requests with plain text
hurl [path/to/file.hurl]
network throughput testing tool that measures maximum TCP and UDP bandwidth
iperf3 -s
Official CLI for the JFrog Platform
jfrog config add [server-id]
Build and deploy Go container images without a Dockerfile
ko build [./cmd/app]
removes Kubernetes resources
kubectl delete pod [pod-name]
Build a kustomization target from a directory or URL
kubectl kustomize
Interactive MCP protocol debugger and testing TUI
mcp-probe debug --stdio [command]
AI assistant for the command line by Charm
mods "[explain what SIGPIPE does]"
A jq-like command-line tool for querying and transforming Markdown files
mq '.h' [path/to/file.md]
Network diagnostic tool combining traceroute and ping
mtr [hostname]
lightweight VM manager for Ubuntu instances
multipass launch --name [myvm]
Cross-platform terminal-based music player and server
musikcube
Fast TUI scanner for hosts, vendors, and services on the local network
nibble
Batch rename utility for developers
nomino -r "[regex]" "[output_pattern]"
nushell, a modern shell with structured data
nu
Modern shell that treats data as structured information
nu
Convert vector geospatial data between formats
ogr2ogr -f "GeoJSON" [output.json] [input.shp]
video Editor
openshot-qt
Open Text Summarizer for automatic text condensation
ots [path/to/file.txt]
49 commands
Execute Ansible playbooks
ansible-playbook [playbook.yml]
Reverse engineer Android APK files
apktool d [app.apk]
Manage stack configurations for apx subsystems
apx stacks new
Manage cost budgets and spending alerts.
aws budgets create-budget --account-id [123456789012] --budget file://[budget.json]
Provision infrastructure from declarative templates.
aws cloudformation create-stack --stack-name [my-stack] --template-body file://[template.yaml]
Collect Active Directory data for BloodHound analysis
bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
Command-line bookmark manager with tagging and search
buku -a [https://example.com] [tag1,tag2]
Create a tarball of the package
bun pm pack
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]
AWS Cloud Development Kit CLI
cdk init app --language [typescript]
Node.js package manager manager
corepack enable
multi-container Docker orchestration
docker-compose up
return low-level information on Docker objects
docker inspect [container]
ASCII/ANSI art editor with animation support
durdraw
distributed search and analytics engine
elasticsearch
Make JSON greppable
gron [file.json]
Modern alternative to the watch command with diff history
hwatch [command]
interactive JSON query tool
jid < [file.json]
parses JSON in shell scripts
echo '{"name":"test"}' | jshon -e name
JSON pretty printer from Perl
json_pp < [data.json]
Kubeflow Pipelines CLI for managing ML workflows on Kubernetes
kfp run create -e [experiment] -r [run-name] -f [pipeline.yaml] --endpoint [http://localhost:8080]
runs Kubernetes clusters in Docker containers
kind create cluster
Replace a resource by filename or stdin
kubectl replace -f [manifest.yaml]
encrypts Kubernetes secrets for safe storage
kubeseal < [secret.yaml] > [sealed-secret.yaml]
CLI and TUI debugger for JSON logs
logshark
Server-side data processing pipeline for ingesting, transforming, and shipping data
logstash -f [/path/to/config.conf]
creates new Maven projects from templates
mvn archetype:generate
generates IntelliJ IDEA project files
mvn idea:idea
Deploys an Angular application to a hosting provider
ng deploy
manages compute instances in OpenStack clouds
openstack server list
unified CLI for OpenStack cloud services
openstack server list
generates API documentation from PHP source code
phpdoc -d [src/] -t [docs/]
Search for packages on PyPI
poetry search [query]
Lightweight static analysis for code security and quality
semgrep scan --config auto
Validate and manipulate semantic version strings
semver [1.2.3]
VS Code-style search and replace TUI for the terminal
serpl
41 commands
query and manage stored amass enumeration results
amass db -list -d [example.com]
2FA TOTP token manager TUI for the terminal
andcli -t aegis [path/to/backup.json]
Manage identity, access, and permissions for AWS resources.
aws iam create-user --user-name [my-user]
Music library manager and metadata organizer
beet import [path/to/music]
Manage passwords and secrets from the terminal
bw login [email]
Lint, format, and manage Protocol Buffer files
buf lint [path/to/protos]
Build documentation with extra rustdoc flags
cargo rustdoc -- [rustdoc_flags]
CommonMark Markdown parser and renderer
cmark [input.md]
compare CSV files and show differences
csv-diff [old.csv] [new.csv]
dotfiles bootstrapping automation tool
dotbot -c [install.conf.yaml]
high-performance L4/L7 proxy and service mesh data plane
envoy -c [/path/to/config.yaml]
Node.js web application scaffolding tool
npx express-generator [myapp]
Cloudflare management from the command line
flarectl dns list --zone [example.com]
Detect secrets and sensitive data in Git repositories
gitleaks git [path/to/repo]
open-source crypto trading bot framework
hummingbot
OpenWRT utility that displays network interface status in JSON format
ifstatus [interface_name]
official command-line client for the IPinfo API
ipinfo myip
analyzes Kubernetes YAML files and Helm charts for security and best practices
kube-linter lint [path/to/manifests]
creates or updates Kubernetes resources
kubectl apply -f [manifest.yaml]
fast and powerful Git hooks manager written in Go
lefthook install
Code snippet manager for the terminal
nap
network configuration utility for Ubuntu and other Linux distributions
sudo netplan apply
ruby HTML/XML parser CLI
nokogiri [file.html]
configuration sets default author for new packages
npm config set init-author-name "[Your Name]"
node Package Manager
npm install
Output installed package metadata as JSON
pip inspect
List installed Python packages with versions
pip list
Maintain documentation translations via PO files
po4a [path/to/config_file]
Manage the Postfix mail queue
postqueue -p
Scheduler and orchestrator for non-containerized applications
process-compose
Infrastructure as code with general-purpose languages
pulumi new [template]
Cisco network test automation framework
pyats run job [job.py]
Render rich text and markdown in terminal
python -m rich.markdown [file.md]
Terminal task and note board
tb
Validate and reformat HTML markup
tidy [input.html]
Validate TLDR page formatting
tldr-lint [page.md]
15 commands
scan PHP dependencies for security vulnerabilities
composer audit
opens the package's bug tracker URL in a web browser
npm bugs [package-name]
opens package documentation in browser
npm docs [package-name]
opens package homepage in browser
npm home [package-name]
creates a new package
npm init
Runs npm ci followed by npm test
npm install-ci-test
checks the registry for newer versions of installed packages
npm outdated
manipulates package
npm pkg get [name]
removes packages not in dependencies
npm prune
runs scripts defined in package
npm run [script-name]
executes scripts defined in package
npm run [script-name]
creates npm-shrinkwrap
npm shrinkwrap
runs the "test" script defined in package
npm test
updates packages to latest versions within semver range specified in package
npm update
bumps package version
npm version patch
13 commands
Terminal user interface (TUI) for Kubernetes API inspired by k9s
b4n
formats LaTeX source code with consistent indentation
latexindent [document.tex]
static site generator built with Ruby
middleman init [project_name]
exports data from MongoDB collections to JSON or CSV files
mongoexport --db=[database] --collection=[collection] --out=[output.json]
compile the main source code of a Maven project
mvn compile
Run Postman collections from the command line
newman run [collection.json]
extracts internationalization messages from Angular templates
ng extract-i18n
Scan Kubernetes clusters for issues
popeye
Check Python dependencies for known vulnerabilities
safety scan
XSLT and XQuery processor for XML transformation
saxon -s:[source.xml] -xsl:[stylesheet.xsl] -o:[output.xml]
Solidity smart contract compiler
solc --bin [contract.sol]
Matrix Synapse homeserver control interface
synctl start
Display OpenTofu state output values
tofu output
7 commands
automatic source code formatter for C-family languages
clang-format [file.cpp]
start compose services
docker compose up
build tool for Flatpak applications
flatpak-builder [path/to/build_directory] [path/to/manifest.json]
displays backup information
gcloud sql backups describe [backup_id] --instance [instance_name]
interactive JSON viewer and jq filter editor
jnv [path/to/data.json]
lightweight, highly configurable window manager
openbox
Export PipeWire state as JSON
pw-dump
6 commands
Document-oriented NoSQL database server
couchdb
curl frontend with httpie-style syntax
curlie [httpbin.org/get]
user-friendly HTTP client
http [https://api.example.com/users]
manages Kaggle CLI configuration settings
kaggle config view
Cloud-native HTTP reverse proxy
traefik
LAN device discovery tool with interactive TUI
whosthere
6 commands
Edit XML documents from command line
xml edit -u "[//element]" -v "[new value]" [file.xml]
List XML element names and paths
xml elements [file.xml]
Escape special XML characters
xml escape [text]
List element structure of an XML document
xml el [file.xml]
Query XML documents with XPath
xml select -t -v "[//element]" [file.xml]
Validate XML against schemas
xml val [file.xml]
4 commands
converts and filters OpenStreetMap data files
osmconvert [input.pbf] -o=[output.osm]
Query and convert data files via CLI
polars read [file.csv]
Convert scamper warts files to JSON format
sc_warts2json [input.warts] > [output.json]
Pretty-print XML documents
xml format [input.xml]
3 commands
2 commands
Create and restore GitLab instance backups
sudo gitlab-backup create
Upload a package to the npm registry
npm publish
2 commands
CLI for managing development containers
devcontainer build --workspace-folder [.]
converts Docker Compose files to Kubernetes resources
kompose convert
2 commands
Scaffold a new project
bun init
Read and modify package.json fields
bun pm pkg get [field]
2 commands
uploads artifacts to remote repository
mvn deploy
generates project documentation website
mvn site
1 commands
cloud instance initialization and configuration
cloud-init status
1 commands
1 commands
Output workspace and dependency metadata as JSON
cargo metadata
1 commands
1 commands
Dogecoin Core daemon and CLI client
dogecoind -daemon
1 commands
1 commands
1 commands
1 commands
1 commands
Dart package dependency manager for Flutter
flutter pub get
1 commands
Display CI check status on pull requests
gh pr checks
1 commands
1 commands
Useful Linux one-liner
jq .
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
extracts Active Directory information via LDAP, including users
ldapdomaindump -u domain\username -p password [hostname]
1 commands
1 commands
generates Go code from OpenAPI 3
oapi-codegen -generate server -package [api] [spec.yaml] > [server.go]
1 commands
generates API clients, server stubs, and documentation from OpenAPI
openapi-generator generate -i [spec.yaml] -g [python] -o [./client]
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
Enroll LUKS2 disk unlock methods
systemd-cryptenroll --password [/dev/luks_device]
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
Configure storage pool autostart
virsh pool-autostart [pool]
1 commands
Run QEMU VMs without libvirtd
virt-qemu-run [path/to/guest.xml]
1 commands
1 commands
Useful Linux one-liner
xmllint --format file.xml
1 commands
jq .
复制后可按需替换文件名、目录或参数。
xmllint --format file.xml
复制后可按需替换文件名、目录或参数。
op signin
复制后可按需替换文件名、目录或参数。
sudo aa-status
权限或系统影响较大,执行前请核对目标。
aapt list [app.apk]
复制后可按需替换文件名、目录或参数。
aapt2 compile [path/to/resource.xml] -o [output_directory]
复制后可按需替换文件名、目录或参数。
act
复制后可按需替换文件名、目录或参数。
npx agent-skills-eval [./skills]
复制后可按需替换文件名、目录或参数。
aic claude
复制后可按需替换文件名、目录或参数。
ajson '$.store.book[*].author' [file.json]
复制后可按需替换文件名、目录或参数。
alacritty
复制后可按需替换文件名、目录或参数。
amass db -list -d [example.com]
复制后可按需替换文件名、目录或参数。
amp [path/to/file]
复制后可按需替换文件名、目录或参数。
andcli -t aegis [path/to/backup.json]
复制后可按需替换文件名、目录或参数。
ng new [project-name]
复制后可按需替换文件名、目录或参数。
ansible-playbook [playbook.yml]
复制后可按需替换文件名、目录或参数。
ansible all -m ping
复制后可按需替换文件名、目录或参数。
ant
复制后可按需替换文件名、目录或参数。
apisnip [input.yaml]
复制后可按需替换文件名、目录或参数。
apktool d [app.apk]
复制后可按需替换文件名、目录或参数。
sudo apptainer capability list --user [username]
权限或系统影响较大,执行前请核对目标。
apw start
复制后可按需替换文件名、目录或参数。
apx stacks new
复制后可按需替换文件名、目录或参数。
aria2c [https://example.com/file.zip]
复制后可按需替换文件名、目录或参数。
arjun -u [https://example.com/page]
复制后可按需替换文件名、目录或参数。
asn [8.8.8.8]
复制后可按需替换文件名、目录或参数。
ast-grep --pattern 'console.log($ARG)'
复制后可按需替换文件名、目录或参数。
atac
复制后可按需替换文件名、目录或参数。
authelia validate-config --config [config.yml]
复制后可按需替换文件名、目录或参数。
autoprefixer [input.css] -o [output.css]
复制后可按需替换文件名、目录或参数。
avahi-daemon
复制后可按需替换文件名、目录或参数。
avo init
复制后可按需替换文件名、目录或参数。
avro-tools fromjson --schema-file [schema.avsc] [input.json] > [output.avro]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
aws acm-pca create-certificate-authority --certificate-authority-configuration [file://config.json] --certificate-authority-type ROOT
复制后可按需替换文件名、目录或参数。
aws budgets create-budget --account-id [123456789012] --budget file://[budget.json]
复制后可按需替换文件名、目录或参数。
aws configure
复制后可按需替换文件名、目录或参数。
aws cloudformation create-stack --stack-name [my-stack] --template-body file://[template.yaml]
复制后可按需替换文件名、目录或参数。
aws codebuild start-build --project-name [my-project]
复制后可按需替换文件名、目录或参数。
aws iam create-user --user-name [my-user]
复制后可按需替换文件名、目录或参数。
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]
复制后可按需替换文件名、目录或参数。
aws secretsmanager create-secret --name [secret_name] --secret-string "[secret_value]"
复制后可按需替换文件名、目录或参数。
az deployment group create --resource-group [rg_name] --template-file [template.json]
复制后可按需替换文件名、目录或参数。
az-tui
复制后可按需替换文件名、目录或参数。
b4n
复制后可按需替换文件名、目录或参数。
ballast
复制后可按需替换文件名、目录或参数。
[path/to]/DedicatedServer
复制后可按需替换文件名、目录或参数。
base64 [file]
复制后可按需替换文件名、目录或参数。
basher install [username/repository]
复制后可按需替换文件名、目录或参数。
basilk
复制后可按需替换文件名、目录或参数。
bdfr download [./output] --subreddit [Python] -L [10]
复制后可按需替换文件名、目录或参数。
rlJournalStart && rlPhaseStart FAIL "Setup" && rlRun "command" && rlPhaseEnd && rlJournalEnd
涉及管道、覆盖或删除,执行前请先确认路径和参数。
bear -- make
复制后可按需替换文件名、目录或参数。
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)])"
涉及管道、覆盖或删除,执行前请先确认路径和参数。
beet import [path/to/music]
复制后可按需替换文件名、目录或参数。
bfgminer -o [stratum+tcp://pool:port] -u [username] -p [password]
复制后可按需替换文件名、目录或参数。
biome init
复制后可按需替换文件名、目录或参数。
bw login [email]
复制后可按需替换文件名、目录或参数。
blaise --source [Hello.pas] --output [Hello]
复制后可按需替换文件名、目录或参数。
bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
复制后可按需替换文件名、目录或参数。
bluebuild build [recipe.yml]
复制后可按需替换文件名、目录或参数。
bpkg install [package-name] -g
复制后可按需替换文件名、目录或参数。
buf lint [path/to/protos]
复制后可按需替换文件名、目录或参数。
buku -a [https://example.com] [tag1,tag2]
复制后可按需替换文件名、目录或参数。
bun add [lodash]
权限或系统影响较大,执行前请核对目标。
bun i
复制后可按需替换文件名、目录或参数。
bun init
复制后可按需替换文件名、目录或参数。
bun install
复制后可按需替换文件名、目录或参数。
bun pm ls
复制后可按需替换文件名、目录或参数。
bun patch [package-name]
复制后可按需替换文件名、目录或参数。
bun pm migrate
复制后可按需替换文件名、目录或参数。
bun pm pack
复制后可按需替换文件名、目录或参数。
bun pm pkg get [field]
复制后可按需替换文件名、目录或参数。
bun pm trust [package1] [package2]
复制后可按需替换文件名、目录或参数。
bun publish
复制后可按需替换文件名、目录或参数。
bun remove [package]
复制后可按需替换文件名、目录或参数。
bun rm [package]
复制后可按需替换文件名、目录或参数。
bun run [script.ts]
复制后可按需替换文件名、目录或参数。
bun update
复制后可按需替换文件名、目录或参数。
carbon-now [file.js]
复制后可按需替换文件名、目录或参数。
cardano-node run --topology [path/to/topology.json] --database-path [path/to/db] --socket-path [path/to/node.socket] --config [path/to/config.json]
复制后可按需替换文件名、目录或参数。
cargo metadata
复制后可按需替换文件名、目录或参数。
cargo rustdoc -- [rustdoc_flags]
复制后可按需替换文件名、目录或参数。
cargo verify-project
复制后可按需替换文件名、目录或参数。
cat [domains.txt] | cariddi
涉及管道、覆盖或删除,执行前请先确认路径和参数。
castxml --castxml-output=1 [header.hpp] -o [output.xml]
复制后可按需替换文件名、目录或参数。
ccat [file.py]
复制后可按需替换文件名、目录或参数。
ccxt [binance] fetchOrderBook [BTC/USDT]
复制后可按需替换文件名、目录或参数。
cdk init app --language [typescript]
复制后可按需替换文件名、目录或参数。
cdktf init --template=[typescript] --local
复制后可按需替换文件名、目录或参数。
cfssl gencert -initca [ca-csr.json] | cfssljson -bare [ca]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
cgminer -o [stratum+tcp://pool:port] -u [username] -p [password]
复制后可按需替换文件名、目录或参数。
clx
复制后可按需替换文件名、目录或参数。
clang-format [file.cpp]
复制后可按需替换文件名、目录或参数。
clangd
复制后可按需替换文件名、目录或参数。
claude-pee
复制后可按需替换文件名、目录或参数。
claude
复制后可按需替换文件名、目录或参数。
cli4 /zones
复制后可按需替换文件名、目录或参数。
cloc [directory]
复制后可按需替换文件名、目录或参数。
cloud-init status
复制后可按需替换文件名、目录或参数。
cloudflared tunnel login
复制后可按需替换文件名、目录或参数。
cmark [input.md]
复制后可按需替换文件名、目录或参数。
cmd-wrapped
复制后可按需替换文件名、目录或参数。
cobib
复制后可按需替换文件名、目录或参数。
cockpit-bridge --packages
复制后可按需替换文件名、目录或参数。
codium .
复制后可按需替换文件名、目录或参数。
colorls
复制后可按需替换文件名、目录或参数。
python [main.py]
复制后可按需替换文件名、目录或参数。
compiledb make
复制后可按需替换文件名、目录或参数。
composer audit
复制后可按需替换文件名、目录或参数。
composer-require-checker check
复制后可按需替换文件名、目录或参数。
concord --version
复制后可按需替换文件名、目录或参数。
conda config --show
复制后可按需替换文件名、目录或参数。
conda export > [environment.yml]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
conjure.im6 [script.msl]
复制后可按需替换文件名、目录或参数。
consul kv get [key]
复制后可按需替换文件名、目录或参数。
container-diff analyze [image:tag]
复制后可按需替换文件名、目录或参数。
corepack enable
复制后可按需替换文件名、目录或参数。
couchdb
复制后可按需替换文件名、目录或参数。
crane config [image]
复制后可按需替换文件名、目录或参数。
crane manifest [image:tag]
复制后可按需替换文件名、目录或参数。
crane push [image.tar] [registry/repo:tag]
复制后可按需替换文件名、目录或参数。
createrepo [path/to/directory]
复制后可按需替换文件名、目录或参数。
crush
复制后可按需替换文件名、目录或参数。
csv-diff [old.csv] [new.csv]
复制后可按需替换文件名、目录或参数。
csvjson [data.csv]
复制后可按需替换文件名、目录或参数。
csvq "SELECT * FROM [data.csv]"
复制后可按需替换文件名、目录或参数。
ctest
复制后可按需替换文件名、目录或参数。
ctx init
复制后可按需替换文件名、目录或参数。
curlie [httpbin.org/get]
需要网络或远程资源。
cursor-agent
复制后可按需替换文件名、目录或参数。
cwl-runner [workflow.cwl] [inputs.yml]
复制后可按需替换文件名、目录或参数。
dagger init --sdk=[go|python|typescript]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
daps -d [DC-file] html
复制后可按需替换文件名、目录或参数。
dart [path/to/file.dart]
复制后可按需替换文件名、目录或参数。
dasel -f [file.json] '[selector]'
复制后可按需替换文件名、目录或参数。
datasette [database.db]
复制后可按需替换文件名、目录或参数。
ddev start
复制后可按需替换文件名、目录或参数。
depsguard
复制后可按需替换文件名、目录或参数。
devcontainer build --workspace-folder [.]
复制后可按需替换文件名、目录或参数。
devpod up [github.com/user/repo]
复制后可按需替换文件名、目录或参数。
devspace init
复制后可按需替换文件名、目录或参数。
dexdump [classes.dex]
复制后可按需替换文件名、目录或参数。
dfc
复制后可按需替换文件名、目录或参数。
dhall <<< "[expression]"
复制后可按需替换文件名、目录或参数。
dia
复制后可按需替换文件名、目录或参数。
diffoscope [file1] [file2]
复制后可按需替换文件名、目录或参数。
dnsrecon -d [example.com]
复制后可按需替换文件名、目录或参数。
docbook2html [document.xml]
复制后可按需替换文件名、目录或参数。
docker compose up
复制后可按需替换文件名、目录或参数。
docker-compose up
复制后可按需替换文件名、目录或参数。
docker image save -o [image.tar] [image]
复制后可按需替换文件名、目录或参数。
docker inspect [container]
复制后可按需替换文件名、目录或参数。
docker login
复制后可按需替换文件名、目录或参数。
doctl apps list
复制后可按需替换文件名、目录或参数。
dog [example.com]
复制后可按需替换文件名、目录或参数。
dogecoind -daemon
复制后可按需替换文件名、目录或参数。
doggo [example.com]
复制后可按需替换文件名、目录或参数。
dotbot -c [install.conf.yaml]
复制后可按需替换文件名、目录或参数。
dotnet restore
复制后可按需替换文件名、目录或参数。
dotnet run
复制后可按需替换文件名、目录或参数。
dotnet tool install -g [tool-name]
复制后可按需替换文件名、目录或参数。
drawio
复制后可按需替换文件名、目录或参数。
droid
复制后可按需替换文件名、目录或参数。
dub build
复制后可按需替换文件名、目录或参数。
duckdb
复制后可按需替换文件名、目录或参数。
ducker
复制后可按需替换文件名、目录或参数。
duf
复制后可按需替换文件名、目录或参数。
durdraw
复制后可按需替换文件名、目录或参数。
dvc diff
复制后可按需替换文件名、目录或参数。
dyff between [file1.yaml] [file2.yaml]
复制后可按需替换文件名、目录或参数。
eim install -i [v5.3.2]
复制后可按需替换文件名、目录或参数。
eksctl create cluster --name [cluster_name]
复制后可按需替换文件名、目录或参数。
elasticsearch
复制后可按需替换文件名、目录或参数。
emuto '[.data.items | map(.name)]' [input.json]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
envoy -c [/path/to/config.yaml]
复制后可按需替换文件名、目录或参数。
npx express-generator [myapp]
复制后可按需替换文件名、目录或参数。
fakedata name
复制后可按需替换文件名、目录或参数。
fastfetch
复制后可按需替换文件名、目录或参数。
feroxbuster --url [https://example.com]
复制后可按需替换文件名、目录或参数。
ffe -c [config.ffe] [data.txt]
复制后可按需替换文件名、目录或参数。
ffprobe [path/to/file.mp4]
复制后可按需替换文件名、目录或参数。
flameshow [profile.json]
复制后可按需替换文件名、目录或参数。
flarectl dns list --zone [example.com]
复制后可按需替换文件名、目录或参数。
flatpak-builder [path/to/build_directory] [path/to/manifest.json]
复制后可按需替换文件名、目录或参数。
flexget execute
复制后可按需替换文件名、目录或参数。
flutter pub get
复制后可按需替换文件名、目录或参数。
fonttools subset [path/to/font.ttf] --unicodes=U+0000-007F
复制后可按需替换文件名、目录或参数。
fop [input.fo] [output.pdf]
复制后可按需替换文件名、目录或参数。
fq . [file]
复制后可按需替换文件名、目录或参数。
freqtrade trade --config [config.json] --strategy [StrategyName]
复制后可按需替换文件名、目录或参数。
frpc -c [frpc.toml]
复制后可按需替换文件名、目录或参数。
fulcio serve --config-path [config.yaml]
复制后可按需替换文件名、目录或参数。
cat [data.json] | fx
涉及管道、覆盖或删除,执行前请先确认路径和参数。
gcloud app deploy
复制后可按需替换文件名、目录或参数。
gcloud auth login
复制后可按需替换文件名、目录或参数。
gcloud sql backups describe [backup_id] --instance [instance_name]
复制后可按需替换文件名、目录或参数。
gcloud init
复制后可按需替换文件名、目录或参数。
gcrane ls [gcr.io/project/repo]
复制后可按需替换文件名、目录或参数。
gcx auth login --server [https://myorg.grafana.net]
复制后可按需替换文件名、目录或参数。
gdalbuildvrt [output.vrt] [input1.tif] [input2.tif]
复制后可按需替换文件名、目录或参数。
gdu
复制后可按需替换文件名、目录或参数。
geth
复制后可按需替换文件名、目录或参数。
gh formatting
复制后可按需替换文件名、目录或参数。
npx gh-pages -d [dist]
复制后可按需替换文件名、目录或参数。
gh pr checks
复制后可按需替换文件名、目录或参数。
gh pr view
复制后可按需替换文件名、目录或参数。
gitbook init
复制后可按需替换文件名、目录或参数。
github-label-sync --labels [labels.json] [owner/repo]
需要网络或远程资源。
sudo gitlab-backup create
权限或系统影响较大,执行前请核对目标。
gitleaks git [path/to/repo]
复制后可按需替换文件名、目录或参数。
glib-compile-resources [resources.gresource.xml]
复制后可按需替换文件名、目录或参数。
goaccess [path/to/logfile1] [path/to/logfile2] ...
复制后可按需替换文件名、目录或参数。
gobackup perform
复制后可按需替换文件名、目录或参数。
cat [file.json] | gojq .
涉及管道、覆盖或删除,执行前请先确认路径和参数。
gotop
复制后可按需替换文件名、目录或参数。
graphml2gv [input.graphml] -o [output.gv]
复制后可按需替换文件名、目录或参数。
gron [file.json]
复制后可按需替换文件名、目录或参数。
grpcurl [localhost:50051] list
需要网络或远程资源。
gv2gxl [input.gv] -o [output.gxl]
复制后可按需替换文件名、目录或参数。
gxl2gv [input.gxl] -o [output.gv]
复制后可按需替换文件名、目录或参数。
harlequin [database.db]
复制后可按需替换文件名、目录或参数。
headscale serve
复制后可按需替换文件名、目录或参数。
hl [path/to/logfile.json]
复制后可按需替换文件名、目录或参数。
hlint [path/to/file.hs]
复制后可按需替换文件名、目录或参数。
holos --version
复制后可按需替换文件名、目录或参数。
cat [page.html] | htmlq [.class-name]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
http [https://api.example.com/users]
复制后可按需替换文件名、目录或参数。
hummingbot
复制后可按需替换文件名、目录或参数。
hurl [path/to/file.hurl]
复制后可按需替换文件名、目录或参数。
npx husky init
复制后可按需替换文件名、目录或参数。
hwatch [command]
复制后可按需替换文件名、目录或参数。
hyperfine '[sleep 0.3]'
复制后可按需替换文件名、目录或参数。
ifquery [eth0]
复制后可按需替换文件名、目录或参数。
ifstatus [interface_name]
复制后可按需替换文件名、目录或参数。
immich-go upload [/path/to/photos]
复制后可按需替换文件名、目录或参数。
in2csv [data.xlsx] > [output.csv]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
interpreter
复制后可按需替换文件名、目录或参数。
iperf3 -s
复制后可按需替换文件名、目录或参数。
ipfs init
复制后可按需替换文件名、目录或参数。
ipinfo myip
复制后可按需替换文件名、目录或参数。