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 .
Copy it and replace filenames, paths, or keywords as needed.
xmllint --format file.xml
Copy it and replace filenames, paths, or keywords as needed.
op signin
Copy it and replace filenames, paths, or keywords as needed.
sudo aa-status
May affect permissions or system state. Check the target first.
aapt list [app.apk]
Copy it and replace filenames, paths, or keywords as needed.
aapt2 compile [path/to/resource.xml] -o [output_directory]
Copy it and replace filenames, paths, or keywords as needed.
act
Copy it and replace filenames, paths, or keywords as needed.
npx agent-skills-eval [./skills]
Copy it and replace filenames, paths, or keywords as needed.
aic claude
Copy it and replace filenames, paths, or keywords as needed.
ajson '$.store.book[*].author' [file.json]
Copy it and replace filenames, paths, or keywords as needed.
alacritty
Copy it and replace filenames, paths, or keywords as needed.
amass db -list -d [example.com]
Copy it and replace filenames, paths, or keywords as needed.
amp [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
andcli -t aegis [path/to/backup.json]
Copy it and replace filenames, paths, or keywords as needed.
ng new [project-name]
Copy it and replace filenames, paths, or keywords as needed.
ansible-playbook [playbook.yml]
Copy it and replace filenames, paths, or keywords as needed.
ansible all -m ping
Copy it and replace filenames, paths, or keywords as needed.
ant
Copy it and replace filenames, paths, or keywords as needed.
apisnip [input.yaml]
Copy it and replace filenames, paths, or keywords as needed.
apktool d [app.apk]
Copy it and replace filenames, paths, or keywords as needed.
sudo apptainer capability list --user [username]
May affect permissions or system state. Check the target first.
apw start
Copy it and replace filenames, paths, or keywords as needed.
apx stacks new
Copy it and replace filenames, paths, or keywords as needed.
aria2c [https://example.com/file.zip]
Copy it and replace filenames, paths, or keywords as needed.
arjun -u [https://example.com/page]
Copy it and replace filenames, paths, or keywords as needed.
asn [8.8.8.8]
Copy it and replace filenames, paths, or keywords as needed.
ast-grep --pattern 'console.log($ARG)'
Copy it and replace filenames, paths, or keywords as needed.
atac
Copy it and replace filenames, paths, or keywords as needed.
authelia validate-config --config [config.yml]
Copy it and replace filenames, paths, or keywords as needed.
autoprefixer [input.css] -o [output.css]
Copy it and replace filenames, paths, or keywords as needed.
avahi-daemon
Copy it and replace filenames, paths, or keywords as needed.
avo init
Copy it and replace filenames, paths, or keywords as needed.
avro-tools fromjson --schema-file [schema.avsc] [input.json] > [output.avro]
Uses pipes, overwrite, or deletion. Check paths and options first.
aws acm-pca create-certificate-authority --certificate-authority-configuration [file://config.json] --certificate-authority-type ROOT
Copy it and replace filenames, paths, or keywords as needed.
aws budgets create-budget --account-id [123456789012] --budget file://[budget.json]
Copy it and replace filenames, paths, or keywords as needed.
aws configure
Copy it and replace filenames, paths, or keywords as needed.
aws cloudformation create-stack --stack-name [my-stack] --template-body file://[template.yaml]
Copy it and replace filenames, paths, or keywords as needed.
aws codebuild start-build --project-name [my-project]
Copy it and replace filenames, paths, or keywords as needed.
aws iam create-user --user-name [my-user]
Copy it and replace filenames, paths, or keywords as needed.
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]
Copy it and replace filenames, paths, or keywords as needed.
aws secretsmanager create-secret --name [secret_name] --secret-string "[secret_value]"
Copy it and replace filenames, paths, or keywords as needed.
az deployment group create --resource-group [rg_name] --template-file [template.json]
Copy it and replace filenames, paths, or keywords as needed.
az-tui
Copy it and replace filenames, paths, or keywords as needed.
b4n
Copy it and replace filenames, paths, or keywords as needed.
ballast
Copy it and replace filenames, paths, or keywords as needed.
[path/to]/DedicatedServer
Copy it and replace filenames, paths, or keywords as needed.
base64 [file]
Copy it and replace filenames, paths, or keywords as needed.
basher install [username/repository]
Copy it and replace filenames, paths, or keywords as needed.
basilk
Copy it and replace filenames, paths, or keywords as needed.
bdfr download [./output] --subreddit [Python] -L [10]
Copy it and replace filenames, paths, or keywords as needed.
rlJournalStart && rlPhaseStart FAIL "Setup" && rlRun "command" && rlPhaseEnd && rlJournalEnd
Uses pipes, overwrite, or deletion. Check paths and options first.
bear -- make
Copy it and replace filenames, paths, or keywords as needed.
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)])"
Uses pipes, overwrite, or deletion. Check paths and options first.
beet import [path/to/music]
Copy it and replace filenames, paths, or keywords as needed.
bfgminer -o [stratum+tcp://pool:port] -u [username] -p [password]
Copy it and replace filenames, paths, or keywords as needed.
biome init
Copy it and replace filenames, paths, or keywords as needed.
bw login [email]
Copy it and replace filenames, paths, or keywords as needed.
blaise --source [Hello.pas] --output [Hello]
Copy it and replace filenames, paths, or keywords as needed.
bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
Copy it and replace filenames, paths, or keywords as needed.
bluebuild build [recipe.yml]
Copy it and replace filenames, paths, or keywords as needed.
bpkg install [package-name] -g
Copy it and replace filenames, paths, or keywords as needed.
buf lint [path/to/protos]
Copy it and replace filenames, paths, or keywords as needed.
buku -a [https://example.com] [tag1,tag2]
Copy it and replace filenames, paths, or keywords as needed.
bun add [lodash]
May affect permissions or system state. Check the target first.
bun i
Copy it and replace filenames, paths, or keywords as needed.
bun init
Copy it and replace filenames, paths, or keywords as needed.
bun install
Copy it and replace filenames, paths, or keywords as needed.
bun pm ls
Copy it and replace filenames, paths, or keywords as needed.
bun patch [package-name]
Copy it and replace filenames, paths, or keywords as needed.
bun pm migrate
Copy it and replace filenames, paths, or keywords as needed.
bun pm pack
Copy it and replace filenames, paths, or keywords as needed.
bun pm pkg get [field]
Copy it and replace filenames, paths, or keywords as needed.
bun pm trust [package1] [package2]
Copy it and replace filenames, paths, or keywords as needed.
bun publish
Copy it and replace filenames, paths, or keywords as needed.
bun remove [package]
Copy it and replace filenames, paths, or keywords as needed.
bun rm [package]
Copy it and replace filenames, paths, or keywords as needed.
bun run [script.ts]
Copy it and replace filenames, paths, or keywords as needed.
bun update
Copy it and replace filenames, paths, or keywords as needed.
carbon-now [file.js]
Copy it and replace filenames, paths, or keywords as needed.
cardano-node run --topology [path/to/topology.json] --database-path [path/to/db] --socket-path [path/to/node.socket] --config [path/to/config.json]
Copy it and replace filenames, paths, or keywords as needed.
cargo metadata
Copy it and replace filenames, paths, or keywords as needed.
cargo rustdoc -- [rustdoc_flags]
Copy it and replace filenames, paths, or keywords as needed.
cargo verify-project
Copy it and replace filenames, paths, or keywords as needed.
cat [domains.txt] | cariddi
Uses pipes, overwrite, or deletion. Check paths and options first.
castxml --castxml-output=1 [header.hpp] -o [output.xml]
Copy it and replace filenames, paths, or keywords as needed.
ccat [file.py]
Copy it and replace filenames, paths, or keywords as needed.
ccxt [binance] fetchOrderBook [BTC/USDT]
Copy it and replace filenames, paths, or keywords as needed.
cdk init app --language [typescript]
Copy it and replace filenames, paths, or keywords as needed.
cdktf init --template=[typescript] --local
Copy it and replace filenames, paths, or keywords as needed.
cfssl gencert -initca [ca-csr.json] | cfssljson -bare [ca]
Uses pipes, overwrite, or deletion. Check paths and options first.
cgminer -o [stratum+tcp://pool:port] -u [username] -p [password]
Copy it and replace filenames, paths, or keywords as needed.
clx
Copy it and replace filenames, paths, or keywords as needed.
clang-format [file.cpp]
Copy it and replace filenames, paths, or keywords as needed.
clangd
Copy it and replace filenames, paths, or keywords as needed.
claude-pee
Copy it and replace filenames, paths, or keywords as needed.
claude
Copy it and replace filenames, paths, or keywords as needed.
cli4 /zones
Copy it and replace filenames, paths, or keywords as needed.
cloc [directory]
Copy it and replace filenames, paths, or keywords as needed.
cloud-init status
Copy it and replace filenames, paths, or keywords as needed.
cloudflared tunnel login
Copy it and replace filenames, paths, or keywords as needed.
cmark [input.md]
Copy it and replace filenames, paths, or keywords as needed.
cmd-wrapped
Copy it and replace filenames, paths, or keywords as needed.
cobib
Copy it and replace filenames, paths, or keywords as needed.
cockpit-bridge --packages
Copy it and replace filenames, paths, or keywords as needed.
codium .
Copy it and replace filenames, paths, or keywords as needed.
colorls
Copy it and replace filenames, paths, or keywords as needed.
python [main.py]
Copy it and replace filenames, paths, or keywords as needed.
compiledb make
Copy it and replace filenames, paths, or keywords as needed.
composer audit
Copy it and replace filenames, paths, or keywords as needed.
composer-require-checker check
Copy it and replace filenames, paths, or keywords as needed.
concord --version
Copy it and replace filenames, paths, or keywords as needed.
conda config --show
Copy it and replace filenames, paths, or keywords as needed.
conda export > [environment.yml]
Uses pipes, overwrite, or deletion. Check paths and options first.
conjure.im6 [script.msl]
Copy it and replace filenames, paths, or keywords as needed.
consul kv get [key]
Copy it and replace filenames, paths, or keywords as needed.
container-diff analyze [image:tag]
Copy it and replace filenames, paths, or keywords as needed.
corepack enable
Copy it and replace filenames, paths, or keywords as needed.
couchdb
Copy it and replace filenames, paths, or keywords as needed.
crane config [image]
Copy it and replace filenames, paths, or keywords as needed.
crane manifest [image:tag]
Copy it and replace filenames, paths, or keywords as needed.
crane push [image.tar] [registry/repo:tag]
Copy it and replace filenames, paths, or keywords as needed.
createrepo [path/to/directory]
Copy it and replace filenames, paths, or keywords as needed.
crush
Copy it and replace filenames, paths, or keywords as needed.
csv-diff [old.csv] [new.csv]
Copy it and replace filenames, paths, or keywords as needed.
csvjson [data.csv]
Copy it and replace filenames, paths, or keywords as needed.
csvq "SELECT * FROM [data.csv]"
Copy it and replace filenames, paths, or keywords as needed.
ctest
Copy it and replace filenames, paths, or keywords as needed.
ctx init
Copy it and replace filenames, paths, or keywords as needed.
curlie [httpbin.org/get]
Requires network or a remote resource.
cursor-agent
Copy it and replace filenames, paths, or keywords as needed.
cwl-runner [workflow.cwl] [inputs.yml]
Copy it and replace filenames, paths, or keywords as needed.
dagger init --sdk=[go|python|typescript]
Uses pipes, overwrite, or deletion. Check paths and options first.
daps -d [DC-file] html
Copy it and replace filenames, paths, or keywords as needed.
dart [path/to/file.dart]
Copy it and replace filenames, paths, or keywords as needed.
dasel -f [file.json] '[selector]'
Copy it and replace filenames, paths, or keywords as needed.
datasette [database.db]
Copy it and replace filenames, paths, or keywords as needed.
ddev start
Copy it and replace filenames, paths, or keywords as needed.
depsguard
Copy it and replace filenames, paths, or keywords as needed.
devcontainer build --workspace-folder [.]
Copy it and replace filenames, paths, or keywords as needed.
devpod up [github.com/user/repo]
Copy it and replace filenames, paths, or keywords as needed.
devspace init
Copy it and replace filenames, paths, or keywords as needed.
dexdump [classes.dex]
Copy it and replace filenames, paths, or keywords as needed.
dfc
Copy it and replace filenames, paths, or keywords as needed.
dhall <<< "[expression]"
Copy it and replace filenames, paths, or keywords as needed.
dia
Copy it and replace filenames, paths, or keywords as needed.
diffoscope [file1] [file2]
Copy it and replace filenames, paths, or keywords as needed.
dnsrecon -d [example.com]
Copy it and replace filenames, paths, or keywords as needed.
docbook2html [document.xml]
Copy it and replace filenames, paths, or keywords as needed.
docker compose up
Copy it and replace filenames, paths, or keywords as needed.
docker-compose up
Copy it and replace filenames, paths, or keywords as needed.
docker image save -o [image.tar] [image]
Copy it and replace filenames, paths, or keywords as needed.
docker inspect [container]
Copy it and replace filenames, paths, or keywords as needed.
docker login
Copy it and replace filenames, paths, or keywords as needed.
doctl apps list
Copy it and replace filenames, paths, or keywords as needed.
dog [example.com]
Copy it and replace filenames, paths, or keywords as needed.
dogecoind -daemon
Copy it and replace filenames, paths, or keywords as needed.
doggo [example.com]
Copy it and replace filenames, paths, or keywords as needed.
dotbot -c [install.conf.yaml]
Copy it and replace filenames, paths, or keywords as needed.
dotnet restore
Copy it and replace filenames, paths, or keywords as needed.
dotnet run
Copy it and replace filenames, paths, or keywords as needed.
dotnet tool install -g [tool-name]
Copy it and replace filenames, paths, or keywords as needed.
drawio
Copy it and replace filenames, paths, or keywords as needed.
droid
Copy it and replace filenames, paths, or keywords as needed.
dub build
Copy it and replace filenames, paths, or keywords as needed.
duckdb
Copy it and replace filenames, paths, or keywords as needed.
ducker
Copy it and replace filenames, paths, or keywords as needed.
duf
Copy it and replace filenames, paths, or keywords as needed.
durdraw
Copy it and replace filenames, paths, or keywords as needed.
dvc diff
Copy it and replace filenames, paths, or keywords as needed.
dyff between [file1.yaml] [file2.yaml]
Copy it and replace filenames, paths, or keywords as needed.
eim install -i [v5.3.2]
Copy it and replace filenames, paths, or keywords as needed.
eksctl create cluster --name [cluster_name]
Copy it and replace filenames, paths, or keywords as needed.
elasticsearch
Copy it and replace filenames, paths, or keywords as needed.
emuto '[.data.items | map(.name)]' [input.json]
Uses pipes, overwrite, or deletion. Check paths and options first.
envoy -c [/path/to/config.yaml]
Copy it and replace filenames, paths, or keywords as needed.
npx express-generator [myapp]
Copy it and replace filenames, paths, or keywords as needed.
fakedata name
Copy it and replace filenames, paths, or keywords as needed.
fastfetch
Copy it and replace filenames, paths, or keywords as needed.
feroxbuster --url [https://example.com]
Copy it and replace filenames, paths, or keywords as needed.
ffe -c [config.ffe] [data.txt]
Copy it and replace filenames, paths, or keywords as needed.
ffprobe [path/to/file.mp4]
Copy it and replace filenames, paths, or keywords as needed.
flameshow [profile.json]
Copy it and replace filenames, paths, or keywords as needed.
flarectl dns list --zone [example.com]
Copy it and replace filenames, paths, or keywords as needed.
flatpak-builder [path/to/build_directory] [path/to/manifest.json]
Copy it and replace filenames, paths, or keywords as needed.
flexget execute
Copy it and replace filenames, paths, or keywords as needed.
flutter pub get
Copy it and replace filenames, paths, or keywords as needed.
fonttools subset [path/to/font.ttf] --unicodes=U+0000-007F
Copy it and replace filenames, paths, or keywords as needed.
fop [input.fo] [output.pdf]
Copy it and replace filenames, paths, or keywords as needed.
fq . [file]
Copy it and replace filenames, paths, or keywords as needed.
freqtrade trade --config [config.json] --strategy [StrategyName]
Copy it and replace filenames, paths, or keywords as needed.
frpc -c [frpc.toml]
Copy it and replace filenames, paths, or keywords as needed.
fulcio serve --config-path [config.yaml]
Copy it and replace filenames, paths, or keywords as needed.
cat [data.json] | fx
Uses pipes, overwrite, or deletion. Check paths and options first.
gcloud app deploy
Copy it and replace filenames, paths, or keywords as needed.
gcloud auth login
Copy it and replace filenames, paths, or keywords as needed.
gcloud sql backups describe [backup_id] --instance [instance_name]
Copy it and replace filenames, paths, or keywords as needed.
gcloud init
Copy it and replace filenames, paths, or keywords as needed.
gcrane ls [gcr.io/project/repo]
Copy it and replace filenames, paths, or keywords as needed.
gcx auth login --server [https://myorg.grafana.net]
Copy it and replace filenames, paths, or keywords as needed.
gdalbuildvrt [output.vrt] [input1.tif] [input2.tif]
Copy it and replace filenames, paths, or keywords as needed.
gdu
Copy it and replace filenames, paths, or keywords as needed.
geth
Copy it and replace filenames, paths, or keywords as needed.
gh formatting
Copy it and replace filenames, paths, or keywords as needed.
npx gh-pages -d [dist]
Copy it and replace filenames, paths, or keywords as needed.
gh pr checks
Copy it and replace filenames, paths, or keywords as needed.
gh pr view
Copy it and replace filenames, paths, or keywords as needed.
gitbook init
Copy it and replace filenames, paths, or keywords as needed.
github-label-sync --labels [labels.json] [owner/repo]
Requires network or a remote resource.
sudo gitlab-backup create
May affect permissions or system state. Check the target first.
gitleaks git [path/to/repo]
Copy it and replace filenames, paths, or keywords as needed.
glib-compile-resources [resources.gresource.xml]
Copy it and replace filenames, paths, or keywords as needed.
goaccess [path/to/logfile1] [path/to/logfile2] ...
Copy it and replace filenames, paths, or keywords as needed.
gobackup perform
Copy it and replace filenames, paths, or keywords as needed.
cat [file.json] | gojq .
Uses pipes, overwrite, or deletion. Check paths and options first.
gotop
Copy it and replace filenames, paths, or keywords as needed.
graphml2gv [input.graphml] -o [output.gv]
Copy it and replace filenames, paths, or keywords as needed.
gron [file.json]
Copy it and replace filenames, paths, or keywords as needed.
grpcurl [localhost:50051] list
Requires network or a remote resource.
gv2gxl [input.gv] -o [output.gxl]
Copy it and replace filenames, paths, or keywords as needed.
gxl2gv [input.gxl] -o [output.gv]
Copy it and replace filenames, paths, or keywords as needed.
harlequin [database.db]
Copy it and replace filenames, paths, or keywords as needed.
headscale serve
Copy it and replace filenames, paths, or keywords as needed.
hl [path/to/logfile.json]
Copy it and replace filenames, paths, or keywords as needed.
hlint [path/to/file.hs]
Copy it and replace filenames, paths, or keywords as needed.
holos --version
Copy it and replace filenames, paths, or keywords as needed.
cat [page.html] | htmlq [.class-name]
Uses pipes, overwrite, or deletion. Check paths and options first.
http [https://api.example.com/users]
Copy it and replace filenames, paths, or keywords as needed.
hummingbot
Copy it and replace filenames, paths, or keywords as needed.
hurl [path/to/file.hurl]
Copy it and replace filenames, paths, or keywords as needed.
npx husky init
Copy it and replace filenames, paths, or keywords as needed.
hwatch [command]
Copy it and replace filenames, paths, or keywords as needed.
hyperfine '[sleep 0.3]'
Copy it and replace filenames, paths, or keywords as needed.
ifquery [eth0]
Copy it and replace filenames, paths, or keywords as needed.
ifstatus [interface_name]
Copy it and replace filenames, paths, or keywords as needed.
immich-go upload [/path/to/photos]
Copy it and replace filenames, paths, or keywords as needed.
in2csv [data.xlsx] > [output.csv]
Uses pipes, overwrite, or deletion. Check paths and options first.
interpreter
Copy it and replace filenames, paths, or keywords as needed.
iperf3 -s
Copy it and replace filenames, paths, or keywords as needed.
ipfs init
Copy it and replace filenames, paths, or keywords as needed.
ipinfo myip
Copy it and replace filenames, paths, or keywords as needed.