Shell Scripting commands

找到 1223 条

Directory listing

1690 commands

1password

command-line password manager and secrets management

op signin
Details

2to3

automated Python 2 to Python 3 code converter

2to3 [script.py]
Details

3d-ascii-viewer

Render 3D models as ASCII art in the terminal

3d-ascii-viewer [path/to/model.obj]
Details

aa-notify

Display and monitor AppArmor denial notifications

aa-notify --since-last
Details

abrt-cli

command-line interface for automatic bug reporting

abrt-cli list
Details

acccheck

Windows SMB password dictionary attack tool

acccheck -t [192.168.1.1]
Details

accton

enable or disable process accounting

sudo accton [/var/log/account/pacct]
Details

acl

fine-grained file permission management

getfacl [path/to/file]
Details

acme.sh-dns

DNS-based SSL certificate validation

export CF_Token="[token]" && acme.sh --issue -d [example.com] --dns dns_cf
Details

acme.sh

shell-based ACME SSL/TLS certificate client

acme.sh --issue -d [example.com] -w [/var/www/html]
Details

adcli

Active Directory domain client tool

sudo adcli join [domain.com]
Details

add-shell

Register valid login shells

sudo add-shell [/usr/local/bin/zsh]
Details

admesh

STL mesh analysis, repair, and transformation tool

admesh [path/to/model.stl]
Details

aerc

Terminal email client with tabs and embedded terminal

aerc
Details

agate

Serve content over the Gemini protocol

agate --content [/var/gemini] --hostname [example.com]
Details

agent-vault

HTTP credential proxy and vault for AI agents

agent-vault server -d
Details

agentbox

Manage AgentBox cloud sandboxes and templates from the terminal

npm install -g agentbox-cli
Details

agy

Google Antigravity IDE launcher and command-line client

agy .
Details

aic

Fetch changelogs for AI coding assistants

aic claude
Details

aichat

Chat with AI models from the terminal

aichat "[explain quicksort]"
Details

aim

Command-line download/upload tool with resume

aim [https://domain.com/file.tar.gz] .
Details

air

Live-reloading development server for Go applications

air
Details

airflow

Platform to author, schedule, and monitor data workflows

airflow scheduler
Details

airserv-ng

Wireless card server for remote access over TCP/IP

sudo airserv-ng -d [wlan0mon] -c [6] -p [666]
Details

airtun-ng

Create virtual tunnel interfaces for encrypted WiFi traffic

sudo airtun-ng -a [AP_BSSID] [wlan0mon]
Details

ak

Manage the authentik identity provider

ak server
Details

alertmanager

Handle alert deduplication, grouping, and routing for Prometheus

alertmanager --config.file=[alertmanager.yml]
Details

ali

HTTP load testing tool with real-time TUI charts

ali [http://host.xz]
Details

amap

Identify application protocols on network ports

amap -b [192.168.1.1] [80]
Details

amrecover

Interactively browse and restore Amanda backups

amrecover [config_name]
Details

angular

CLI for building Angular web applications

ng new [project-name]
Details

animate

Display image sequences as animations

animate [image1.png] [image2.png] [image3.png]
Details

antlr

Generate parsers from grammar files

antlr4 [Grammar.g4]
Details

File inspection

1364 commands

2fa

command-line two-factor authentication code generator

2fa -add [account_name]
Details

7z

high-compression file archiver supporting multiple formats

7z a [archive.7z] [files...]
Details

7za

standalone file archiver from the 7-Zip family

7za a [archive.7z] [files...]
Details

7zr

minimal 7z-only file archiver

7zr a [archive.7z] [files...]
Details

a2disconf

disable an Apache2 configuration file

sudo a2disconf [configuration_file]
Details

a2p

Translate awk scripts to Perl

a2p [script.awk] > [script.pl]
Details

a2ping

Convert between PostScript, EPS, and PDF formats

a2ping [input.ps] [output.pdf]
Details

aa-genprof

Generate AppArmor profiles by monitoring program behavior

sudo aa-genprof [/path/to/program]
Details

aa-status

Report AppArmor profile and confinement status

sudo aa-status
Details

aapt

Android resource packaging tool

aapt list [app.apk]
Details

abc2ly

ABC music notation to LilyPond converter

abc2ly [input.abc]
Details

ack

grep-like source code search tool for programmers

ack [pattern]
Details

aclocal

autoconf macro collector for GNU build system

aclocal
Details

adb-connect

wireless Android device connector

adb connect [192.168.1.100]:5555
Details

adb-pair

Pair with an Android device for wireless debugging

adb pair [192.168.1.100]:[port]
Details

addr2line

Translate addresses to source file locations

addr2line -e [path/to/executable] [address]
Details

afm2tfm

Adobe font metrics to TeX font metrics converter

afm2tfm [font.afm] [font.tfm]
Details

age-inspect

inspect age-encrypted files without decrypting them

age-inspect [secrets.age]
Details

age

Simple and modern file encryption

age -p [file.txt] > [file.txt.age]
Details

aide

Detect file system changes for intrusion detection

sudo aide -i
Details

aircrack-ng

Crack WEP and WPA/WPA2 wireless encryption keys

aircrack-ng -w [wordlist.txt] [capture.cap]
Details

airodump-ng

Capture wireless packets and discover nearby networks

sudo airodump-ng [wlan0mon]
Details

ajson

Query JSON data using JSONPath expressions

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

alt

Find alternate files for source and test switching

alt [path/to/file.rb]
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

Text processing

731 commands

aa-teardown

Unload all AppArmor profiles and disable enforcement

sudo aa-teardown
Details

aapt2

next-generation Android resource compiler and packager

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

abduco

lightweight terminal session manager

abduco -c [session_name] [command]
Details

adb-reverse

Set up reverse port forwarding from device to host

adb reverse tcp:[8080] tcp:[8080]
Details

addcomputer.py

Create machine accounts in Active Directory

addcomputer.py [domain]/[user]:[password] -computer-name [hostname]
Details

addftinfo

Add font metric information to troff font files

addftinfo [resolution] [unitwidth] [font] < [input.tfm] > [output.tfm]
Details

alias

Create shorthand names for commands.

alias
Details

alpine

Terminal-based email and news client.

alpine
Details

apache2ctl

Manage the Apache HTTP Server on Debian

sudo apache2ctl start
Details

apgbfm

Manage bloom filters for password checking

apgbfm -f [filter.bf] -d [dictionary.txt]
Details

apt-key

Deprecated APT key management utility for package authentication

apt-key list
Details

apt-secure

Archive authentication and trust model documentation.

man apt-secure
Details

apt-sortpkgs

Sort package index files

apt-sortpkgs [Packages] > [Packages.sorted]
Details

apt

High-level package management interface

sudo apt update
Details

aptitude

Advanced package management with dependency resolution

sudo aptitude update
Details

apx

Package manager with containerized subsystem support

apx pkgmanagers --help
Details

ar

Create and manage static library archives

ar rcs [archive.a] [file1.o] [file2.o]
Details

archivemount

Mount archive files as virtual filesystems via FUSE

archivemount [path/to/archive] [path/to/mount_point]
Details

asciitopgm

Convert ASCII art to PGM grayscale image

asciitopgm [width] [height] < [ascii.txt] > [output.pgm]
Details

asn

ASN/IP lookup, network reconnaissance, and OSINT tool

asn [8.8.8.8]
Details

asp

Retrieve Arch Linux package build files

asp checkout [package]
Details

atc

Text-based air traffic control simulation game

atc
Details

auto-cpufreq

Automatic CPU speed and power optimizer

sudo auto-cpufreq --monitor
Details

autoexpect

Generate Expect scripts by recording interactive sessions

autoexpect
Details

autokey

Desktop text expansion and automation utility

autokey-gtk
Details

avahi-autoipd.action

Handle IPv4 link-local address events

/etc/avahi/avahi-autoipd.action BIND [interface] [ip_address]
Details

awesome

Highly configurable tiling window manager for X11

awesome
Details

Search and filters

608 commands

a2enconf

Enable Apache2 configuration files

sudo a2enconf [configuration_file]
Details

abbr

fish shell abbreviation manager

abbr --add [abbreviation_name] [command] [arguments]
Details

abroot

immutable root partition manager with A/B switching

sudo abroot pkg add [package]
Details

adb-uninstall

Remove an application from an Android device

adb uninstall [com.example.app]
Details

add-computer.py

Add computer accounts to Active Directory domains

add-computer.py [domain]/[user]:[password] -computer-name [hostname]
Details

ag

Search code fast like ack but faster

ag [pattern]
Details

agg

Convert terminal recordings to animated GIFs

agg [recording.cast] [output.gif]
Details

airtop

Live 802.11 Wi-Fi RF dashboard in the terminal using eBPF (htop for the airwaves)

airtop
Details

alembic

Manage SQLAlchemy database migrations

alembic init [alembic]
Details

alex

Catch insensitive, inconsiderate writing in text.

alex [file.md]
Details

alsaloop

Create audio loopback between ALSA devices.

alsaloop -C [hw:0,0] -P [hw:1,0]
Details

amass-intel

Discover domains and infrastructure for an organization

amass intel -org "[Company Name]"
Details

amass-track

Track changes in external attack surface over time

amass track -d [example.com]
Details

amass-viz

Visualize attack surface enumeration data

amass viz -d3 -d [example.com]
Details

amass

Attack surface mapping and asset discovery

amass enum -passive -d [example.com]
Details

anacron

Run periodic jobs on systems not running continuously

sudo anacron -n
Details

angryoxide

802.11 WiFi attack and penetration testing tool

sudo angryoxide -i [wlan0]
Details

ani-cli

Search and stream anime from the terminal

ani-cli [anime_name]
Details

apktool

Reverse engineer Android APK files

apktool d [app.apk]
Details

apply

Run a command repeatedly over groups of arguments.

apply [command] [arg1] [arg2] [arg3]
Details

appres

Display X application resource settings

appres [XTerm]
Details

apptainer-exec

Execute a command within an Apptainer container.

apptainer exec [container.sif] [command]
Details

apptainer-run

Execute the default runscript of a container.

apptainer run [container.sif]
Details

apropos

Search manual page descriptions by keyword

apropos [keyword]
Details

apt-config

Query and display APT configuration settings.

apt-config dump
Details

aptdcon

command-line client for the aptdaemon package management service

aptdcon --install "[package1 package2]"
Details

apx-stacks

Manage stack configurations for apx subsystems

apx stacks new
Details

arc

Create and extract ARC format archives

arc a [archive.arc] [files]
Details

File operations

471 commands

aa-unconfined

Find network-listening processes without AppArmor profiles

sudo aa-unconfined
Details

addpart

Inform the kernel about a new partition

addpart [device] [partition] [start] [length]
Details

adguardhome

Network-wide ad and tracker blocking DNS server

sudo adguardhome -s start
Details

adguardian-term

Terminal dashboard for AdGuard Home

ADGUARD_IP="192.168.1.1" ADGUARD_PORT="3000" ADGUARD_USERNAME="admin" ADGUARD_PASSWORD="pass" adguardian
Details

adig

DNS lookup utility using the c-ares library

adig [example.com]
Details

afconvert

macOS audio file format converter

afconvert -f m4af -d aac [input.wav] [output.m4a]
Details

ahost

Look up DNS address records

ahost [example.com]
Details

aimock

Mock infrastructure for AI application testing

npx aimock -p [4010] -f [./fixtures]
Details

airbase-ng

Create software-based wireless access points for penetration testing

sudo airbase-ng -e "[FakeSSID]" -c [6] [wlan0mon]
Details

aireplay-ng

Inject packets into wireless networks for security testing

sudo aireplay-ng -0 [5] -a [AP_BSSID] -c [CLIENT_MAC] [wlan0mon]
Details

airpaste

Share clipboard content over the local network

airpaste
Details

airshare

Share files between devices on the local network

airshare [mycode] [file.txt]
Details

amass-enum

Perform DNS enumeration and subdomain discovery

amass enum -passive -d [example.com]
Details

amtool

Manage Prometheus Alertmanager from the command line

amtool alert
Details

apptainer-config

Manage Apptainer container platform configuration

sudo apptainer config fakeroot --add [username]
Details

apptainer

Build, run, and manage application containers for HPC

apptainer pull [path/to/image.sif] docker://[image]:[tag]
Details

aptd

Package management daemon via D-Bus

sudo aptd
Details

arch-chroot

Enhanced chroot with automatic filesystem mounting

arch-chroot [path/to/new_root]
Details

arduino-cli

Official command-line tool for Arduino development

arduino-cli board list
Details

arjun

Discover hidden HTTP parameters in web applications

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

arm2hpdl

wrap an ARM ELF printer firmware image with HP download header/trailer

arm2hpdl [sihp1005.img] > [sihp1005.dl]
Details

asak

Cross-platform audio recording/playback CLI tool with TUI

asak rec [output]
Details

atd

Daemon that executes jobs scheduled with at

atd
Details

autopep8

Automatically format Python code to PEP 8 style

autopep8 --in-place [file.py]
Details

avahi-autoipd

Acquire IPv4 link-local addresses automatically

avahi-autoipd [interface]
Details

avahi-publish

Register mDNS/DNS-SD services and address mappings

avahi-publish -s "[service_name]" [service_type] [port]
Details

avo

CLI for the Avo analytics tracking plan platform

avo init
Details

aws-autoscaling

Automatically scale EC2 instance groups based on demand

aws autoscaling create-auto-scaling-group --auto-scaling-group-name [my-asg] --launch-template LaunchTemplateId=[lt-12345] --min-size [1] --max-size [5] --vpc-zone-identifier "[subnet-abc,subnet-def]"
Details

aws-iot

Manage IoT devices, certificates, and message routing.

aws iot list-things
Details

aws-lightsail

Manage simplified virtual servers, databases, and storage.

aws lightsail create-instances --instance-names [my-instance] --availability-zone [us-east-1a] --blueprint-id [amazon_linux_2] --bundle-id [nano_2_0]
Details

Network diagnostics

437 commands

aa-audit

Set AppArmor profiles to audit mode

sudo aa-audit [profile_name]
Details

aa-complain

Set AppArmor profiles to complain mode

sudo aa-complain [path/to/profile]
Details

accelerate

distributed PyTorch training launcher

accelerate launch [train.py]
Details

adb

Android Debug Bridge client-server tool

adb devices
Details

adscript

Audio and digital signal processing language compiler

adscript [script.ad]
Details

amcheck

Verify Amanda backup configuration before a run

amcheck [config_name]
Details

andcli

2FA TOTP token manager TUI for the terminal

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

animdl

Download and stream anime from the command line

animdl search "[anime name]"
Details

anki

Spaced repetition flashcard program

anki
Details

ansible-doc

Display documentation for Ansible modules and plugins

ansible-doc [apt]
Details

appclipcodegen

Generate and validate Apple App Clip Codes

AppClipCodeGenerator generate --url [https://example.com] --type [cam] --foreground [FFFFFF] --background [000000] --output [output.svg]
Details

archwiki-rs

Browse the Arch Linux Wiki from the terminal

archwiki-rs search [query]
Details

arp

View and manipulate the ARP cache

arp -a
Details

arping

Send ARP requests to discover and test network hosts

sudo arping [192.168.1.1]
Details

arpspoof

Forge ARP replies for man-in-the-middle interception.

sudo arpspoof -i wlan0 host_ip
Details

asnmap

Map autonomous system numbers and IP ranges

asnmap -ip [8.8.8.8]
Details

atop

Advanced system and process activity monitor

atop
Details

ausyscall

map between Linux system-call names and numbers

ausyscall [openat]
Details

away

Lock terminal with an away message

away [message]
Details

aws-ce

Analyze cloud cost and usage data.

aws ce get-cost-and-usage --time-period Start=[YYYY-MM-DD],End=[YYYY-MM-DD] --granularity MONTHLY --metrics "BlendedCost" --group-by Type=DIMENSION,Key=SERVICE
Details

aws-codecommit

Manage Git repositories hosted on AWS CodeCommit.

aws codecommit create-repository --repository-name [my-repo] --repository-description "[Description]"
Details

aws-ec2

Manage virtual servers and networking on Amazon EC2.

aws ec2 run-instances --image-id [ami-0c55b159cbfafe1f0] --instance-type [t2.micro] --key-name [my-key]
Details

aws-iam

Manage identity, access, and permissions for AWS resources.

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

aws-kendra

Manage ML-powered enterprise search indexes and data sources.

aws kendra create-index --name [my-index] --role-arn [arn:aws:iam::account:role/kendra-role]
Details

aws-logs

Manage CloudWatch log groups, streams, and queries.

aws logs describe-log-groups
Details

aws-opensearch

Manage OpenSearch Service domains for search and analytics.

aws opensearch list-domain-names
Details

aws-rds

Manage relational database instances

aws rds create-db-instance --db-instance-identifier [my-db] --db-instance-class db.t3.micro --engine mysql --master-username admin --master-user-password [password] --allocated-storage 20
Details

aws-secretsmanager

Store and manage secrets securely

aws secretsmanager create-secret --name [secret-name] --secret-string "[secret-value]"
Details

aws-vpc

Manage Virtual Private Cloud networks, subnets, and gateways.

aws ec2 describe-vpcs
Details

aws-workmail

Manage business email and calendaring organizations and users.

aws workmail list-organizations
Details

Processes and services

225 commands

acpi_available

test for ACPI support on the system

acpi_available && echo "ACPI supported"
Details

afmtodit

Adobe font metrics to groff font description converter

afmtodit [font.afm] [textmap] [fontname]
Details

appman

AppImage and portable application manager for local installations

appman -i [package_name]
Details

argocd

GitOps continuous delivery CLI for Kubernetes

argocd login [argocd.example.com]
Details

ascii

Display ASCII character table and aliases

ascii a
Details

az-acr

Manage Azure Container Registries

az acr create -n [registry-name] -g [resource-group] --sku [Standard]
Details

az-aks

Manage Azure Kubernetes Service clusters

az aks create -g [resource-group] -n [cluster-name] --generate-ssh-keys
Details

az-appservice

Manage Azure App Service plans and environments

az appservice plan list
Details

az-container

Manage Azure Container Instances

az container create -g [resource-group] --name [container-name] --image [image:tag] --cpu [1] --memory [1]
Details

az-repos

Manage Azure DevOps Git repositories and pull requests

az repos list --project [MyProject]
Details

bash-it

Framework for managing Bash plugins, aliases, and themes.

bash-it enable plugin [git]
Details

bit

Modern Git CLI wrapper with simplified commands

bit save
Details

bore-local

Expose local ports through a remote tunnel

bore local -t [remote_server_address] [local_port]
Details

break

Exit from a loop in shell scripts

break
Details

btrbk

Backup tool for btrfs snapshots and subvolumes

sudo btrbk stats
Details

cage

Wayland kiosk compositor for single applications

cage application
Details

cbatticon

lightweight battery indicator for the system tray

cbatticon
Details

cgget

read cgroup parameters

cgget -a [path/to/cgroup]
Details

choom

display and adjust OOM-killer score

choom -p [pid]
Details

clang-format

automatic source code formatter for C-family languages

clang-format [file.cpp]
Details

coffee

CoffeeScript compiler and runtime

coffee -c [script.coffee]
Details

conv

unit conversion terminal utility

conv [100f]
Details

dbus-send

command-line D-Bus method invocation and signaling

dbus-send --session --dest=[org.freedesktop.Notifications] [/org/freedesktop/Notifications] [org.freedesktop.Notifications.GetCapabilities]
Details

Shell workflow

153 commands

abrt

automatic bug reporting tool alias

tldr abrt-cli
Details

act3

Glance at the last 3 runs of your GitHub Actions

act3
Details

alr-help

Display help for Alire package manager commands.

alr help [command]
Details

alternatives

Manage symbolic links for default commands

tldr update-alternatives
Details

amadmin

Administrative interface for Amanda backup management

amadmin [config_name] config
Details

astyle

Source code formatter for C, C++, C#, and Java

astyle [file.cpp]
Details

az-lock

Manage Azure resource locks

az lock create --name [MyLock] --resource-group [MyResourceGroup] --lock-type ReadOnly
Details

azurite

Local Azure Storage emulator for development and testing.

azurite
Details

b4n

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

b4n
Details

bash

Unix shell and command language interpreter

bash [script.sh]
Details

bats

Automated testing framework for bash scripts

bats [test.bats]
Details

bb

Native Clojure interpreter for scripting

bb [script.clj]
Details

bcd

Convert between binary, decimal, and hexadecimal

bcd [42]
Details

bfg

Remove unwanted data from Git repository history

bfg --delete-files [secrets.txt] [repo.git]
Details

boxes

Draw ASCII art boxes around text.

echo ["Hello World"] | boxes
Details

c99

POSIX-standard C99 compiler interface

c99 [file.c] -o [output]
Details

cb

C source code beautifier

cb < [path/to/source.c] > [path/to/output.c]
Details

cbindgen

generate C/C++ headers from Rust FFI libraries

cbindgen -o [header.h]
Details

complete

specify bash command argument completion

complete -f [command]
Details

crane-export

export flattened image filesystem

crane export [image] [output.tar]
Details

cs2

alias for Counter-Strike 2

tldr counter-strike-2
Details

cupsaccept

allow printer queues to accept jobs

cupsaccept [printer_name]
Details

disable

Disable shell builtins or other named elements

disable [builtin_name]
Details

ditaa

convert ASCII art diagrams to graphics

ditaa [input.txt] [output.png]
Details

drupal

CLI for Drupal code generation and site management

drupal list
Details

espeak

compact open-source speech synthesizer

espeak "[Hello world]"
Details

eventlogadm

Samba Windows event log manager

eventlogadm -o addsource [Application] [/var/lib/samba/eventlog]
Details

Users and permissions

110 commands

a2dissite

disable an Apache2 virtual host

sudo a2dissite [virtual_host]
Details

a2query

Query Apache2 configuration state

sudo a2query -m
Details

apt-mark

Change the install state of packages.

sudo apt-mark auto [package]
Details

argon2

Hash passwords using the Argon2 algorithm

echo -n "password" | argon2 [salt] -e
Details

ausearch

Search and query audit log events

sudo ausearch -m avc
Details

bpftrace

High-level tracing language for Linux eBPF.

sudo bpftrace -l
Details

btrfs-property

Get and set properties on btrfs filesystem objects

sudo btrfs property list [path/to/btrfs_object]
Details

cabal

Haskell package manager and build system

cabal build
Details

cpufreq-aperf

calculate actual CPU frequency using hardware counters

sudo cpufreq-aperf
Details

csvsql

SQL query executor and database importer for CSV

csvsql --query "[SELECT * FROM data WHERE id > 10]" [data.csv]
Details

delpart

ask kernel to forget about a partition

sudo delpart [/dev/sda] [1]
Details

dm-crypt

Linux disk encryption subsystem

sudo cryptsetup luksFormat [/dev/sdX]
Details

dmd

D programming language reference compiler

dmd [file.d]
Details

dumpe2fs

ext2/ext3/ext4 filesystem information dumper

sudo dumpe2fs /dev/sdXN
Details

dvc-freeze

Prevent automatic pipeline stage re-execution

dvc freeze [stage_name]
Details

empire

classic full-scale war strategy game

empire
Details

fdisk

partition table manipulator

sudo fdisk -l
Details

firejail

application sandboxing with Linux namespaces

sudo firecfg
Details

flutter

command-line tool for the Flutter UI framework

flutter create [app_name]
Details

genid

random identifier and UUID generator

genid
Details

gh-secret-set

Create or update GitHub Actions encrypted secrets

gh secret set [SECRET_NAME]
Details

gksudo

Graphical frontend for sudo with GTK password dialog

gksudo -u [userid] [command]
Details

grpck

verify integrity of group files

sudo grpck
Details

grub

GRand Unified Bootloader for Linux systems

sudo grub
Details

hciemu

emulates a Bluetooth HCI device

sudo hciemu
Details

Package management

68 commands

alr

Ada/SPARK source package manager.

alr search [package_name]
Details

androguard

Reverse engineer and analyze Android applications

androguard analyze [app.apk]
Details

apk

Alpine Linux package manager

apk upgrade -U
Details

apksigner

Sign and verify Android APK files

apksigner sign --ks [keystore.jks] [app.apk]
Details

apt-cdrom

Add CD-ROM or DVD-ROM as an APT package source

sudo apt-cdrom add
Details

apt-ftparchive

Generate index files for APT repositories.

apt-ftparchive packages [pool/] > [Packages]
Details

aws-codeartifact

Manage private package artifact repositories.

aws codeartifact login --tool npm --domain [my-domain] --repository [my-repo]
Details

bun-audit

Scan dependencies for known security vulnerabilities

bun audit
Details

copr

Fedora community repository manager

sudo dnf copr enable [owner]/[project]
Details

cutycapt

WebKit web page to image converter

cutycapt --url=[https://example.com] --out=[screenshot.png]
Details

dnf4

legacy DNF version 4 package manager

sudo dnf4 upgrade
Details

dnf5

next-generation DNF package manager

tldr dnf
Details

ng-generate

creates Angular artifacts using schematics

ng generate component [name]
Details

npm-bin

prints the folder where npm will install executables

npm bin
Details

npm-bugs

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

npm bugs [package-name]
Details

npm-diff

shows differences between package versions or between local package and registry

npm diff --diff=[package]@[1.0.0] --diff=[package]@[2.0.0]
Details

npm-docs

opens package documentation in browser

npm docs [package-name]
Details

npm-exec

Run a command from a local or remote npm package

npm exec [command]
Details

npm-explore

opens a subshell in a package directory

npm explore [package-name]
Details

npm-home

opens package homepage in browser

npm home [package-name]
Details

HTTP and downloads

44 commands

ab

HTTP server benchmarking tool

ab -n 100 -c 10 [http://example.com/]
Details

cardano-wallet

Wallet server and CLI for managing Cardano wallets

cardano-wallet serve --port [8090] --node-socket [/path/to/node.socket] --database [/path/to/wallet-db] --mainnet
Details

couchdb

Document-oriented NoSQL database server

couchdb
Details

curlie

curl frontend with httpie-style syntax

curlie [httpbin.org/get]
Details

debuginfod

HTTP server for distributing ELF debugging information

debuginfod -F [/usr/lib/debug]
Details

driftnet

capture images from network traffic

driftnet -i [eth0]
Details

hey

HTTP load testing tool

hey -n [200] [https://example.com]
Details

hg-serve

starts a built-in HTTP server for the repository

hg serve
Details

htpdate

synchronizes the local system time using HTTP headers from web servers

sudo htpdate [host]
Details

http

user-friendly HTTP client

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

httpflow

captures and displays HTTP traffic in real-time

sudo httpflow -i [eth0]
Details

httpie

user-friendly HTTP client for the command line

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

httplab

Interactive web server for inspecting and mocking HTTP requests

httplab
Details

httpry

specialized HTTP packet sniffer

sudo httpry -i [eth0]
Details

is-up

checks if websites are accessible

is-up [example.com]
Details

kanha

Web application pentesting suite

kanha fuzz -u [https://example.com/FUZZ] -w [path/to/wordlist.txt]
Details

lazyagent

Monitor all your coding agent sessions from one terminal

lazyagent
Details

loadtest

node

loadtest -c [10] -n [1000] [http://example.com/api]
Details

mitmdump

command-line companion to mitmproxy, a powerful HTTPS proxy

mitmdump
Details

mitmproxy

interactive man-in-the-middle proxy for HTTP and HTTPS traffic

mitmproxy
Details

mn

micronaut CLI for scaffolding applications and generating code

mn create-app [com.example.myapp]
Details

nest

CLI for NestJS, a progressive Node

nest new [project-name]
Details

nikto

web server vulnerability scanner

nikto -h [http://example.com]
Details

odpscmd-tunnel

Bulk data transfer for MaxCompute tables

odpscmd tunnel upload [file.csv] [project.table]
Details

oh-my-zsh

framework for managing Zsh configuration

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Details

ooniprobe

detects internet censorship and network interference

ooniprobe run
Details

php-build

builds PHP versions from source for use with phpenv or standalone

php-build --definitions
Details

quicklisp

Library manager for Common Lisp

curl -O https://beta.quicklisp.org/quicklisp.lisp && sbcl --load quicklisp.lisp
Details

resto

Send pretty HTTP and API requests with TUI

resto
Details

rustup-init.sh

Bootstrap installer script for rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Details

Media tools

39 commands

anytopnm

Convert any image format to PNM (Netpbm)

anytopnm [input.jpg] > [output.pnm]
Details

asciidoctor

Convert AsciiDoc documents to various output formats

asciidoctor [document.adoc]
Details

compare

image difference detection and comparison

compare [image1.png] [image2.png] [diff.png]
Details

ffserver

deprecated HTTP/RTSP streaming server

ffserver -f [ffserver.conf]
Details

id3v2

command-line tool for viewing and editing ID3v2 tags in MP3 files

id3v2 -L
Details

import.im6

ImageMagick 6 version of the import screen capture tool

import.im6 screenshot.png
Details

lvm_import_vdo

Convert a standalone VDO volume into an LVM-managed VDO logical volume

lvm_import_vdo [/dev/mapper/vdo_volume]
Details

lvmpolld

LVM poll daemon that supervises long-running LVM operations

lvmpolld -f
Details

magick

Primary command for ImageMagick 7+, replacing convert, mogrify, and identify

magick [input.png] [output.jpg]
Details

pngtopnm

Convert PNG images to PNM format

pngtopnm [input.png] > [output.pnm]
Details

pnmtoplainpnm

Convert PNM to plain ASCII format (obsolete)

pnmtoplainpnm [input.pnm] > [output.pnm]
Details

pnmtosir

Convert PNM to Solitaire recorder format

pnmtosir [input.pnm] > [output.sir]
Details

pod2text

Convert Perl POD documentation to plain text

pod2text [file.pod]
Details

polars

Query and convert data files via CLI

polars read [file.csv]
Details

ppmtoacad

Convert PPM images to AutoCAD format

ppmtoacad [input.ppm] > [output.dxf]
Details

ppmtobmp

Convert PPM images to BMP format

ppmtobmp [input.ppm] > [output.bmp]
Details

ppmtolj

Convert PPM to HP LaserJet format

ppmtolj [input.ppm] > [output.lj]
Details

ppmtoneo

Convert PPM to Atari Neochrome format

ppmtoneo [input.ppm] > [output.neo]
Details

ppmtopict

Convert PPM to Macintosh PICT format

ppmtopict [input.ppm] > [output.pict]
Details

ppmtopjxl

Convert PPM to HP PaintJet XL format

ppmtopjxl [input.ppm] > [output.pjxl]
Details

ppmtopuzz

Convert PPM to X puzzle image format

ppmtopuzz [input.ppm] > [output.puzz]
Details

ppmtouil

Convert PPM to Motif UIL icon format

ppmtouil [input.ppm] > [output.uil]
Details

ppmtoyuv

Convert PPM to Abekas YUV format

ppmtoyuv [input.ppm] > [output.yuv]
Details

qrttoppm

Convert QRT ray tracer output to PPM

qrttoppm [input.qrt] > [output.ppm]
Details

ronn

Convert markdown to man pages and HTML

ronn [file.ronn]
Details

rst2html

Convert reStructuredText to HTML

rst2html [input.rst] [output.html]
Details

rsvg-convert

Convert SVG images to other formats

rsvg-convert [input.svg] -o [output.png]
Details

sc_warts2csv

Convert scamper warts files to CSV format

sc_warts2csv [input.warts] > [output.csv]
Details

sc_warts2json

Convert scamper warts files to JSON format

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

stash

Self-hosted media organizer and metadata server

stash
Details

winicontoppm

Convert Windows icons to PPM format

winicontoppm [input.ico] > [output.ppm]
Details

SSH and remote access

26 commands

aoe

Agent of Empires - session manager for parallel AI coding agents

aoe
Details

bssh

Browse for SSH and VNC servers on the local network

bssh
Details

cloud-init

cloud instance initialization and configuration

cloud-init status
Details

crackmapexec

post-exploitation tool for Windows/AD networks

crackmapexec smb [192.168.1.0/24] -u [user] -p [password] --shares
Details

dbclient

lightweight SSH client from the Dropbear suite

dbclient [user]@[host]
Details

duplicity

encrypted bandwidth-efficient backup tool

duplicity [/path/to/source] [sftp://user@host/backup]
Details

euporie

Jupyter notebooks, consoles, and previews in the terminal

euporie notebook [notebook.ipynb]
Details

exo-compute

Exoscale compute instance and infrastructure management

exo compute instance list
Details

fabric

Python SSH automation and deployment tool

fab -H [host] -- [command]
Details

netmiko

multi-vendor SSH library for Python that simplifies CLI interactions

from netmiko import ConnectHandler; net_connect = ConnectHandler(**device); print(net_connect.send_command("show ip int brief"))
Details

pkgctl-repo

Manage Arch Linux Git packaging repositories

pkgctl repo clone [pkgname]
Details

rum

Simple tool for managing running background jobs

rum [my_long_script.sh]
Details

sqlit

Lazygit-style TUI for SQL databases

sqlit
Details

ssh-add

adds private key identities to the OpenSSH authentication agent

ssh-add
Details

ssh-list

TUI SSH connection manager for quick access

ssh-list
Details

ssm

Simple SSH manager for organizing server connections

ssm list
Details

step

Certificate and key management CLI

step ca init
Details

warp

Secure and simple terminal sharing

warp open [session-name]
Details

waypipe

Remote Wayland application forwarding over SSH

waypipe ssh [user]@[server] [program]
Details

Containers and orchestration

24 commands

cmctl

cert-manager CLI for Kubernetes

cmctl check api
Details

colima

container runtime for macOS and Linux

colima start
Details

crane

interact with container registries without Docker

crane pull [registry/image:tag] [output.tar]
Details

devcontainer

CLI for managing development containers

devcontainer build --workspace-folder [.]
Details

docker-logs

fetch container logs from STDOUT and STDERR

docker logs [container]
Details

docker-update

dynamically update container resource limits

docker update --cpus [2] [container]
Details

helm-install

deploys a Helm chart to a Kubernetes cluster, creating a new release

helm install [release-name] [chart]
Details

k8sec

manages Kubernetes secrets from the command line

k8sec list
Details

kompose

converts Docker Compose files to Kubernetes resources

kompose convert
Details

kubectl-set

updates resource fields

kubectl set image deployment/[name] [container]=[image:tag]
Details

lazycelery

TUI for monitoring and managing Celery workers and tasks

lazycelery
Details

oc

openShift CLI

oc login [https://api.cluster:6443]
Details

oxker

Terminal user interface for viewing and controlling Docker containers

oxker
Details

pocker

TUI tool for Docker container management

pocker
Details

podman-exec

Execute commands inside running containers

podman exec [container] [command]
Details

sen

Terminal user interface for Docker containers

sen
Details

Editors

18 commands

antigen

Zsh plugin manager inspired by Vundle

antigen use oh-my-zsh
Details

elfeed

Extensible RSS/Atom feed reader for Emacs

M-x elfeed
Details

immich-cli

command-line interface for Immich photo server

immich upload [/path/to/photos]
Details

kak

modal text editor inspired by Vim

kak [file.txt]
Details

lvim

pre-configured Neovim distribution with IDE-like features

lvim
Details

navi

interactive cheatsheet tool for the command-line

navi
Details

pw-dot

Visualize PipeWire graph as Graphviz DOT

pw-dot
Details

qrtool

Command-line utility for encoding and decoding QR codes

qrtool encode "[text]" -o [output.png]
Details

streamer

Capture video from V4L devices

streamer -o [image.jpeg]
Details

vi

Classic Unix visual text editor

vi [file]
Details

view

Open files in read-only Vim mode

view [file]
Details

vim

Highly configurable modal text editor

vim [file]
Details

vimdiff

Compare files side-by-side in Vim

vimdiff [file1] [file2]
Details

vso

Vanilla OS system operator tool

vso sys-upgrade check
Details

Archive and compression

12 commands

btrfs-restore

Salvage files from a damaged btrfs filesystem

sudo btrfs restore [path/to/btrfs_device] [path/to/target_directory]
Details

docker-load

load Docker images from tar archives

docker load -i [image.tar]
Details

importctl

manages disk images for systemd containers and system extensions

sudo importctl pull-tar [URL] [name]
Details

mkosi

builds customized, modern Linux OS images

mkosi summary
Details

pg_restore

restores PostgreSQL databases from archives created by pg_dump

pg_restore -d [database] [backup.dump]
Details

podman-export

Export container filesystem as tar archive

podman export [container] -o [container.tar]
Details

rig

Generate random identity data

rig
Details

unzip

Extract files from ZIP archives

unzip [archive.zip]
Details

Security tools

11 commands

asn1parse.1s

Parse and display ASN.1 encoded data

openssl asn1parse -in [file.der]
Details

b3sum

Compute and verify BLAKE3 cryptographic checksums.

b3sum [file]
Details

gh-gpg-key

Manage GPG keys on GitHub for commit signing

gh gpg-key list
Details

git-secret

Encrypt and store secrets in a Git repository

git secret init
Details

gpg-tui

Terminal user interface for GnuPG key management

gpg-tui
Details

openssl-genpkey

generates private keys for various algorithms

openssl genpkey -algorithm RSA -out [private.key] -pkeyopt rsa_keygen_bits:[4096]
Details

openssl-prime

tests numbers for primality or generates prime numbers

openssl prime [number]
Details

openssl-req

creates and processes certificate signing requests

openssl req -new -newkey rsa:[4096] -keyout [private.key] -out [request.csr]
Details

git commands

11 commands

git-absorb

Automatically create fixup commits for staged changes

git absorb
Details

git-apply

Apply patches to files and the index

git apply [patch.diff]
Details

git-check-mailmap

Resolve canonical author and committer identities

git check-mailmap "[Name] <email@example.com>"
Details

git-diff

Show differences between commits and files

git diff
Details

git-flow

High-level branching model workflow commands

git flow init
Details

git-pr

Check out GitHub pull requests

git pr [123]
Details

git-setup

Initialize a repo and commit all existing files

git setup
Details

legit

complementary command-line interface for Git that simplifies common workflows

git sw [branch]
Details

cargo commands

10 commands

cargo

rust package manager and build system

cargo build
Details

clippy

Rust linter for catching common mistakes

cargo clippy
Details

qm commands

8 commands

qm-cloudinit

Manage Cloud-Init settings for Proxmox VMs

qm cloudinit dump 100 user
Details

qm-disk

Manage Proxmox VM disk images

qm disk resize [100] scsi0 +10G
Details

qm-migrate

Migrate Proxmox VM to another node

qm migrate 100 target_node
Details

qm-pending

Show pending Proxmox VM configuration changes

qm pending [vm_id]
Details

qm-sendkey

Send key events to a Proxmox VM

qm sendkey [vmid] ctrl-alt-delete
Details

qm

Manage Proxmox VE virtual machines

qm list
Details

pio commands

7 commands

pio-boards

lists supported development boards in PlatformIO

pio boards
Details

pio-lib

manages PlatformIO libraries (deprecated, use pio pkg)

pio lib search [mqtt]
Details

pio-team

Manage PlatformIO organization teams and members

pio team create [orgname:teamname]
Details

tlmgr commands

7 commands

gh commands

6 commands

gh-help

display command documentation and usage

gh help
Details

gh-pr

Manage GitHub pull requests from the command line

gh pr create
Details

gh-reference

Display a markdown reference of all GitHub CLI commands

gh reference
Details

gh-release

Manage GitHub releases and distribution assets

gh release list
Details

nix commands

6 commands

nix-edit

opens the Nix expression for a package in your editor

nix edit nixpkgs#[package]
Details

nix-eval

evaluates Nix expressions

nix eval --expr "[1 + 1]"
Details

nix-search

Search for packages in Nix flakes

nix search nixpkgs [query]
Details

poetry commands

6 commands

poetry-run

Execute commands in virtual environment

poetry run [command]
Details

pueue commands

6 commands

pueue-send

Send stdin input to running pueue tasks

pueue send [task_id] "[input]"
Details

vboxmanage commands

6 commands

vboxmanage-cloud

Manage cloud instances from VirtualBox

vboxmanage cloud --provider=[provider] --profile=[profile] instance list
Details

vboxmanage

VirtualBox command-line management interface

vboxmanage list vms
Details

Disk and filesystems

5 commands

mount.ddi

helper for Discoverable Disk Images

mount.ddi [path/to/image.raw] [/mnt/image]
Details

pumount

Unmount removable devices without root

pumount [/dev/sdb1]
Details

az commands

5 commands

az-network

Manage Azure networking resources

az network dns zone create -g [resource-group] --name [example.com]
Details

az-storage-entity

Manage entities in Azure Table Storage

az storage entity insert --table-name [MyTable] --entity PartitionKey=[pk] RowKey=[rk] Property=[value] --account-name [mystorageaccount]
Details

az-storage-table

Manage Azure Table Storage tables

az storage table create --name [mytable] --account-name [mystorageaccount]
Details

az-vm

Manage Azure virtual machines

az vm create --resource-group [MyRG] --name [MyVM] --image [Ubuntu2204]
Details

glab commands

5 commands

glab-mr

Manage GitLab merge requests from the command line

glab mr list
Details

glab-repo

Manage GitLab repositories from the command line

glab repo clone [owner/repo]
Details

rustup commands

5 commands

bun commands

4 commands

bun-info

Display system and project diagnostic information

bun info
Details

bun

All-in-one JavaScript runtime and toolkit

bun [script.js]
Details

crane commands

4 commands

crane-append

add layers to container images

crane append -b [base_image] -f [layer.tar.gz] -t [new_image:tag]
Details

npx commands

4 commands

docusaurus

static site generator optimized for documentation

npx create-docusaurus@latest [my-website] classic
Details

hardhat

ethereum development environment

npx hardhat init
Details

knex

SQL query builder for Node

npx knex init
Details

playwright

Cross-browser automation and testing framework

npx playwright install
Details

uv commands

4 commands

uv-init

Initialize a new Python project with uv

uv init
Details

echo commands

3 commands

eqn2graph

Equation description to graphic image converter

echo "x = {-b +- sqrt{b sup 2 - 4ac}} over 2a" | eqn2graph > [equation.png]
Details

pwqcheck

Validate password strength against policy

echo "[password]" | pwqcheck
Details

sendmail

Send email via mail transfer agent

echo "Message body" | sendmail [recipient@example.com]
Details

go commands

3 commands

go-mod

Go module dependency management

go mod init [module-name]
Details

groff commands

3 commands

grohtml

Groff HTML output driver

groff -Thtml [file.roff] > output.html
Details

grolbp

Groff Canon LBP printer driver

groff -Tlbp [file.roff] | lpr -P[printer]
Details

grolj4

Groff HP LaserJet 4 printer driver

groff -Tlj4 [file.roff] | lpr -P[printer]
Details

hub commands

3 commands

hub-branch

same as git branch but extended with GitHub integration

hub branch -a
Details

hub-ci-status

displays the combined CI status for a commit or branch on GitHub

hub ci-status
Details

jj commands

3 commands

jj-edit

sets the working copy to a specific revision for editing

jj edit [revision]
Details

jj-next

moves the working copy to a child change

jj next
Details

linode-cli commands

3 commands

tldr commands

3 commands

virsh commands

3 commands

xml commands

3 commands

xml-list

List element structure of an XML document

xml el [file.xml]
Details

apptainer commands

2 commands

apptainer-sign

Cryptographically sign SIF container images

apptainer sign [path/to/image.sif]
Details

aws commands

2 commands

aws-cur

Manage AWS Cost and Usage Report definitions.

aws cur describe-report-definitions
Details

bluetoothctl commands

2 commands

conda commands

2 commands

conda-run

environment command executor

conda run -n [env_name] [command]
Details

flatpak commands

2 commands

flatpak-mask

prevent Flatpak applications from updating

flatpak mask [com.example.app]
Details

flatpak

sandboxed application distribution for Linux

flatpak run com.example.app
Details

gcrane commands

2 commands

gcrane-gc

garbage collects untagged images

gcrane gc [gcr.io/project/repo]
Details

gradle commands

2 commands

lxc commands

2 commands

lxc

manages Linux containers using the LXD REST API

lxc list [match_string]
Details

magick commands

2 commands

magick-compare

compares two images and outputs their differences

magick compare [image1.png] [image2.png] [diff.png]
Details

makoctl commands

2 commands

makoctl-invoke

triggers actions on notifications displayed by the mako notification daemon

makoctl invoke
Details

makoctl

Control the mako notification daemon for Wayland

makoctl list
Details

ng commands

2 commands

ng-e2e

Runs end-to-end tests for an Angular application

ng e2e
Details

nix-shell commands

2 commands

nix-shell.2

provides ad-hoc development environments

nix-shell -p [package]
Details

nix-shell

creates temporary development environments

nix-shell -p [hello]
Details

nix3 commands

2 commands

nix3-run

executes packages without installing

nix3 run nixpkgs#[hello]
Details

nmcli commands

2 commands

nm-settings

describes the properties available for NetworkManager connections

nmcli connection show [connection_name]
Details

nmcli

command-line client for NetworkManager

nmcli connection
Details

pct commands

2 commands

pct-clone

creates a copy of an existing Proxmox LXC container

pct clone [template_id] [new_id]
Details

pct

LXC container management tool for Proxmox VE

pct list
Details

pulumi commands

2 commands

pyats commands

2 commands

python commands

2 commands

ctypes

Python foreign function interface to C libraries

python -c "from ctypes import CDLL; lib = CDLL('[libname.so]')"
Details

venv

Create Python virtual environments

python -m venv [venv]
Details

toolbox commands

2 commands

toolbox-run

Run commands in Toolbx containers

toolbox run -c [container_name] [command]
Details

vagrant commands

2 commands

vagrant-upload

Upload files to Vagrant guest machines

vagrant upload [source] [destination]
Details

yadm commands

2 commands

ykman commands

2 commands

zapier commands

2 commands

. commands

1 commands

git-sh-i18n

Internationalization support library for Git shell scripts

. "$(git --exec-path)/git-sh-i18n"
Details

[path/to]/palserver.sh commands

1 commands

palworld

runs a dedicated Palworld game server on Linux

[path/to]/PalServer.sh
Details

abigen commands

1 commands

abigen

Ethereum smart contract Go binding generator

abigen --abi [contract.abi] --pkg [packagename] --out [contract.go]
Details

aconnect commands

1 commands

acyclic commands

1 commands

acyclic

directed graph cycle tester

acyclic [graph.dot]
Details

agetty commands

1 commands

agetty

Open a terminal and prompt for login

agetty [tty] [115200]
Details

airolib-ng commands

1 commands

airolib-ng

Pre-compute WPA/WPA2 PMK databases for faster cracking

airolib-ng [database.db] --init
Details

alsamixer commands

1 commands

alsamixer

Interactive ncurses audio mixer

alsamixer -c [soundcard_number]
Details

amarok commands

1 commands

amidi commands

1 commands

amidi

Send and receive raw MIDI data

amidi -l
Details

amixer commands

1 commands

amixer

Control ALSA soundcard mixer from the command line

amixer -D pulse sset Master 10%+
Details

ansible-inventory commands

1 commands

ansible-pull commands

1 commands

ansible-pull

Pull and run playbooks from a repository

ansible-pull -U [https://github.com/user/repo.git]
Details

ansiweather commands

1 commands

ansiweather

Display weather in the terminal with ANSI colors

ansiweather -l [London,UK]
Details

apm commands

1 commands

apm

Query Advanced Power Management status and battery info.

apm
Details

apm_available commands

1 commands

apm_available

Check for Advanced Power Management support

apm_available && echo "APM supported"
Details

apport-retrace commands

1 commands

apport

Automatic crash reporting and diagnostics system

apport-retrace -s [/var/crash/_bin_foo.1000.crash]
Details

aptitude-run-state-bundle commands

1 commands

apx commands

1 commands

apx-subsystems

Manage containerized subsystems for isolated package installations

apx subsystems new
Details

arandr commands

1 commands

arandr

Visual front end for display configuration

arandr
Details

archlinux-java commands

1 commands

archlinux-java

Switch between installed Java environments on Arch Linux

archlinux-java status
Details

ark commands

1 commands

ark

Create, view, and extract archives graphically.

ark -b [path/to/archive]
Details

asciiquarium commands

1 commands

aseqdump commands

1 commands

aseqdump

Show the events received at an ALSA sequencer port

aseqdump
Details

ash commands

1 commands

ash

Lightweight POSIX-compliant shell

ash
Details

aspell commands

1 commands

aspell

Interactive spell checker

aspell check [file.txt]
Details

atq commands

1 commands

atq

List pending jobs in the at queue

atq
Details

audtool commands

1 commands

audtool

Command-line interface for controlling the Audacious media player.

audtool current-song
Details

aura commands

1 commands

aura

Secure, multilingual package manager for Arch Linux and the AUR.

aura -As [keyword]
Details

aurman commands

1 commands

aurman

AUR helper with pacman-like interface

aurman -Syu
Details

aurpublish commands

1 commands

aurpublish

Publish packages to the Arch User Repository

aurpublish [package_name]
Details

auth commands

1 commands

pam_ftp

provides anonymous FTP authentication

auth sufficient pam_ftp.so
Details

avrdude commands

1 commands

avrdude

Program AVR microcontroller flash and fuses

avrdude -p [atmega328p] -c [arduino] -P [/dev/ttyUSB0] -U flash:w:[firmware.hex]
Details

babel commands

1 commands

babel

Transpile modern JavaScript into backward-compatible versions.

babel [input.js] -o [output.js]
Details

bdfr commands

1 commands

bdfr

Bulk download submissions and media from Reddit

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

beanstalkd commands

1 commands

betty commands

1 commands

betty

Natural language interface for the command line

betty [whats my username]
Details

bg commands

1 commands

bg

Resume suspended jobs in the background

bg
Details

bitcoin-cli commands

1 commands

bitcoin-cli

Command-line interface for Bitcoin Core

bitcoin-cli getblockchaininfo
Details

blastdbcmd commands

1 commands

blastdbcmd

Extract sequences from BLAST databases

blastdbcmd -db [nr] -info
Details

blastx commands

1 commands

blastx

Translated nucleotide-to-protein sequence search

blastx -query [sequences.fasta] -db [nr] -out [results.txt]
Details

blkdiscard commands

1 commands

blkparse commands

1 commands

blkparse

Parse and display block I/O trace data

blkparse [sda]
Details

bluetoothd commands

1 commands

bluetui commands

1 commands

bluetui

Terminal user interface for Bluetooth management

bluetui
Details

bmm commands

1 commands

bmm

Fast local bookmark manager with CLI and TUI

bmm
Details

bmon commands

1 commands

bmon

Monitor network bandwidth in real time

bmon -a
Details

bootnode commands

1 commands

bootnode

Ethereum network bootstrap node

bootnode -genkey [node.key]
Details

bpython commands

1 commands

bpython

Enhanced interactive Python interpreter

bpython
Details

brasero commands

1 commands

bridge commands

1 commands

bridge

Manage Linux bridge devices and VLANs

bridge link
Details

bspc commands

1 commands

bspc

Control the bspwm tiling window manager

bspc monitor -d [desktop_name1] [desktop_name2]
Details

btrace commands

1 commands

btrace

Dynamic tracing tool for Java applications

btrace [pid] [script.java]
Details

cacaview commands

1 commands

cacaview

Display images as ASCII art in the terminal

cacaview [path/to/image]
Details

cast commands

1 commands

cast

Ethereum blockchain interaction tool from Foundry

cast balance [0x...address] --rpc-url [https://eth-mainnet.g.alchemy.com/v2/key]
Details

ccache commands

1 commands

ccache

compiler cache for faster recompilation

ccache -s
Details

charmap commands

1 commands

chars commands

1 commands

chars

display Unicode character information

chars [character]
Details

chcpu commands

1 commands

chcpu

enable and disable individual CPUs

chcpu -d [1,3]
Details

check-language-support commands

1 commands

checkupdates-aur commands

1 commands

chruby commands

1 commands

circo commands

1 commands

circo

Graphviz circular graph layout engine

circo -Tpng [input.dot] -o [output.png]
Details

clisp commands

1 commands

clj commands

1 commands

clj

Clojure CLI with readline support

clj
Details

clockwork-cli commands

1 commands

clojure commands

1 commands

cmk commands

1 commands

check_mk

IT infrastructure monitoring tool

cmk -nv [hostname]
Details

collectd commands

1 commands

collectd

system performance statistics collection daemon

collectd -t
Details

colorpicker commands

1 commands

comby commands

1 commands

comby

structural code search and replace tool

comby 'console.log(:[arg])' 'logger.info(:[arg])' [.js]
Details

command commands

1 commands

command

execute commands bypassing shell functions

command [ls]
Details

crates-tui commands

1 commands

crates-tui

Terminal UI for exploring crates.io Rust packages

crates-tui
Details

crond commands

1 commands

cryptsetup commands

1 commands

cryptsetup

dm-crypt and LUKS encrypted volume manager

cryptsetup luksFormat /dev/sda1
Details

csvclean commands

1 commands

csvclean

Validate and clean CSV files

csvclean --length-mismatch [data.csv]
Details

cuabot commands

1 commands

cuabot

Sandbox launcher for AI coding agents with computer-use

cuabot
Details

cucumber commands

1 commands

cupsreject commands

1 commands

cupsreject

prevent printer from accepting new jobs

cupsreject [printer_name]
Details

cursor-agent commands

1 commands

cursor

Cursor's AI-powered coding agent for the terminal

cursor-agent
Details

daff commands

1 commands

daff

Data diff tool for comparing tables and CSV files

daff [file1.csv] [file2.csv]
Details

dbeaver commands

1 commands

dch commands

1 commands

dch

Debian package changelog editor

dch "[changelog message]"
Details

deb-get commands

1 commands

deb-get

apt-get-like functionality for third-party .deb packages

deb-get update
Details

debman commands

1 commands

debman

read man pages from uninstalled Debian packages

debman -p [package] [command]
Details

debsecan commands

1 commands

decode-dimms commands

1 commands

dep commands

1 commands

dep

legacy dependency management for Go

dep init
Details

devenv commands

1 commands

devenv

declarative development environments with Nix

devenv init
Details

dh_clean commands

1 commands

debhelper

collection of programs automating Debian package building

dh_clean
Details

dh_numpy commands

1 commands

dh_numpy

debhelper addon for NumPy ABI dependencies

dh_numpy
Details

dkms commands

1 commands

dkms

dynamic kernel module framework

dkms status
Details

dnstracer commands

1 commands

dnstracer

DNS delegation tracing tool

dnstracer [www.example.com]
Details

docsify commands

1 commands

docsify

dynamic Markdown documentation site generator

docsify init [./docs]
Details

dogecoind commands

1 commands

dolt commands

1 commands

dolt-clone

create local copy of remote database repository

dolt clone [owner/repo]
Details

dot commands

1 commands

dot

hierarchical directed graph renderer

dot -Tpng [graph.dot] -o [output.png]
Details

dotty commands

1 commands

dotty

interactive DOT graph viewer

dotty [graph.dot]
Details

doveadm commands

1 commands

doveadm

Dovecot mail server administration tool

doveadm mailbox status -u [user@example.com] all '*'
Details

drill commands

1 commands

drill

DNS lookup tool with DNSSEC support

drill [example.com]
Details

drive commands

1 commands

drive

command-line client for Google Drive

drive init [~/gdrive]
Details

dropdb commands

1 commands

dropdb

remove a PostgreSQL database

dropdb [database_name]
Details

drracket commands

1 commands

drracket

integrated development environment for Racket

drracket
Details

dune commands

1 commands

dune

composable build system for OCaml projects

dune build
Details

dvd+rw-booktype commands

1 commands

ecl commands

1 commands

ecl

Embeddable Common Lisp interpreter

ecl
Details

ecryptfs-setup-swap commands

1 commands

edquota commands

1 commands

efibootmgr commands

1 commands

efivar commands

1 commands

eglinfo commands

1 commands

eglinfo

EGL graphics library information display

eglinfo
Details

eject commands

1 commands

eject

removable media ejection utility

eject [-d|--default]
Details

eksctl commands

1 commands

eksctl

AWS EKS cluster management CLI

eksctl create cluster --name [cluster_name]
Details

elasticsearch-create-enrollment-token commands

1 commands

elasticsearch-croneval commands

1 commands

elasticsearch-keystore commands

1 commands

elasticsearch-reset-password commands

1 commands

elixir commands

1 commands

elixir

Functional language runtime on Erlang VM

elixir [script.exs]
Details

elm commands

1 commands

elm

Functional frontend language compiler and toolchain

elm init
Details

ember commands

1 commands

ember

command-line interface for Ember.js framework

ember new [app-name]
Details

emcc commands

1 commands

emcc

compile C/C++ to WebAssembly or JavaScript

emcc [input.c] -o [output.wasm]
Details

env commands

1 commands

env

run programs with modified environment variables

env
Details

erl commands

1 commands

erl

Erlang runtime system and interactive shell

erl
Details

eselect commands

1 commands

ethtool commands

1 commands

ethtool

network interface configuration and diagnostics

ethtool eth0
Details

exenv commands

1 commands

exo commands

1 commands

exrex commands

1 commands

exrex

reverse regex matching string generator

exrex '[a-z]{3}'
Details

f3read commands

1 commands

f3read

flash drive integrity verification tool

f3read [/media/flash]
Details

fakedata commands

1 commands

farge commands

1 commands

farge

screen color picker for X11 and Wayland

farge
Details

fast commands

1 commands

fast

Netflix-powered internet speed test CLI

fast
Details

fastfetch commands

1 commands

fdp commands

1 commands

fdp

force-directed graph layout engine

fdp -Tpng [graph.dot] -o [output.png]
Details

fgconsole commands

1 commands

firewall-cmd commands

1 commands

flite commands

1 commands

flite

lightweight text-to-speech synthesis

flite -t "[Hello world]"
Details

flutter commands

1 commands

for commands

1 commands

Fireworks animation

Useful Linux one-liner

for i in {1..50}; do echo -e "\e[${((RANDOM%7+31))}m✨\e[0m"; sleep 0.1; done
Details

fprintd-verify commands

1 commands

frotz commands

1 commands

frotz

Z-machine interactive fiction interpreter

frotz [game.z5]
Details

fuzzel commands

1 commands

fuzzel

Wayland application launcher with fuzzy search

fuzzel
Details

ganache commands

1 commands

ganache

personal Ethereum blockchain for development

ganache
Details

gcloud commands

1 commands

gdal_translate commands

1 commands

gdal_translate

converts and transforms raster data

gdal_translate [input.tif] [output.png]
Details

gdalinfo commands

1 commands

gdalinfo

displays raster dataset information

gdalinfo [file.tif]
Details

genpmk commands

1 commands

genpmk

WPA/WPA2 PSK precomputation tool

genpmk -f [wordlist.txt] -d [hashfile] -s [SSID]
Details

get-nodeversions commands

1 commands

getopt commands

1 commands

getopt

command-line option parser for shell scripts

getopt -o vV -l verbose,version -- --version --verbose
Details

gibo commands

1 commands

gibo

Generate .gitignore files from community-maintained templates

gibo list
Details

gifdiff commands

1 commands

gifdiff

Check whether two GIF images display identically

gifdiff [file1.gif] [file2.gif]
Details

gitnr commands

1 commands

gitnr

Create .gitignore files from templates

gitnr
Details

gitsome commands

1 commands

gitsome

Enhanced Git/GitHub shell with auto-completion

gitsome
Details

gitui commands

1 commands

gitui

Fast terminal UI for Git written in Rust

gitui
Details

gixy-next commands

1 commands

gixy-next

Maintained fork of gixy for nginx security analysis

gixy-next [/etc/nginx/nginx.conf]
Details

gleam commands

1 commands

gleam

Gleam programming language compiler and build tool

gleam new [project_name]
Details

glxinfo commands

1 commands

gnome-extensions commands

1 commands

gnome-software commands

1 commands

gnuradio-companion commands

1 commands

gnuradio

software-defined radio signal processing toolkit

gnuradio-companion
Details

gocr commands

1 commands

gocr

Optical character recognition program

gocr [image.pbm]
Details

golangci-lint commands

1 commands

googler commands

1 commands

googler

Google search from the terminal

googler [search terms]
Details

gpio commands

1 commands

gpio

Raspberry Pi GPIO pin control utility

gpio read [pin]
Details

gprbuild commands

1 commands

gprbuild

GNAT project-aware Ada builder

gprbuild -P [project.gpr]
Details

gprolog commands

1 commands

grafana-cli commands

1 commands

grafana-cli

Grafana plugin and administration manager

grafana-cli plugins install [plugin-id]
Details

graph commands

1 commands

graph

2D data plotting utility

graph [data.txt] > [plot.ps]
Details

grub-glue-efi commands

1 commands

grub-glue-efi

combine 32-bit and 64-bit EFI binaries

grub-glue-efi -3 [ia32.efi] -6 [x64.efi] -o [boot.efi]
Details

gsql commands

1 commands

gsql

TigerGraph graph database query shell

gsql
Details

gst-device-monitor-1.0 commands

1 commands

gt commands

1 commands

gt

CLI for stacked diffs workflow

gt branch create [branch-name]
Details

gtf commands

1 commands

gtf

calculates VESA Generalized Timing Formula modelines

gtf 1920 1080 60
Details

gum commands

1 commands

gum

tool for creating glamorous shell scripts

gum input --placeholder "Enter name"
Details

gvedit commands

1 commands

gvedit

Simple graph editor and viewer for Graphviz

gvedit
Details

gvgen commands

1 commands

gvgen

generates various types of graphs in DOT format

gvgen -s [5] > star.gv
Details

hackernews-tui commands

1 commands

handler commands

1 commands

happy commands

1 commands

happy

parser generator for Haskell, similar to yacc for C

happy [grammar.y] -o [Parser.hs]
Details

hardcover-tui commands

1 commands

hash commands

1 commands

hash

shell built-in that manages the hash table of recently executed commands

hash
Details

hatch commands

1 commands

hatch

modern Python project manager

hatch new [project-name]
Details

hciconfig commands

1 commands

hddtemp commands

1 commands

hddtemp

displays the temperature of hard disk drives via S

hddtemp SATA:/dev/sda
Details

hello commands

1 commands

hexo commands

1 commands

hexo

fast, simple static blog framework

hexo init [blog-name]
Details

hledger-ui commands

1 commands

holehe commands

1 commands

holehe

checks if an email is registered on various websites

holehe [email@example.com]
Details

hp-align commands

1 commands

hp-query commands

1 commands

hp-query

retrieves status information from HP printers

hp-query -p [printer-name]
Details

hp-setup commands

1 commands

hsd-cli commands

1 commands

hsd-cli

command-line interface for Handshake daemon

hsd-cli wallet get
Details

htmlhint commands

1 commands

htmlhint

static code analysis tool for HTML

htmlhint [file.html]
Details

hugo commands

1 commands

hugo

fast static site generator written in Go

hugo new site [site-name]
Details

hunspell commands

1 commands

hunspell

spell checker and morphological analyzer

hunspell [file.txt]
Details

huntd commands

1 commands

hwinfo commands

1 commands

hwinfo

probes for hardware present in the system and provides detailed information

hwinfo
Details

hx commands

1 commands

hx

command for Helix editor

hx [file]
Details

hyprctl commands

1 commands

hyprctl

command-line control utility for Hyprland, a dynamic tiling Wayland compositor

hyprctl reload
Details

hyprpicker commands

1 commands

hyprpicker

Wlroots-compatible Wayland color picker for Hyprland

hyprpicker
Details

hyprpm commands

1 commands

hyprpm

plugin manager for Hyprland, a dynamic tiling Wayland compositor

hyprpm add [git_url]
Details

hyprshot commands

1 commands

hyprshot

screenshot utility designed specifically for the Hyprland Wayland compositor

hyprshot -m region
Details

i2cdump commands

1 commands

i2cdump

reads and displays all registers of an I2C device connected to a specified bus

i2cdump [i2cbus] [device_address]
Details

i3-msg commands

1 commands

i3-msg

sends commands to a running i3 window manager

i3-msg workspace [3]
Details

ibmcloud commands

1 commands

icinga2 commands

1 commands

icinga2

monitoring system that checks availability of hosts and services

icinga2 daemon -C
Details

iex commands

1 commands

imgtool commands

1 commands

imgtool

manages MCUboot firmware images

imgtool create --key [key.pem] --align 4 --version 1.0.0 [app.bin] [signed.bin]
Details

impacket-mssqlclient commands

1 commands

impacket-mssqlclient

connects to Microsoft SQL Server databases for executing queries and database

impacket-mssqlclient [domain]/[user]:[password]@[target]
Details

impacket-rpcmap commands

1 commands

impacket-rpcmap

Scan for listening DCE/RPC interfaces on a target

impacket-rpcmap '[domain]/[user]:[password]@[192.168.1.100]'
Details

impacket-smbclient commands

1 commands

impacket-smbclient

generic SMB client for listing shares and files, uploading

impacket-smbclient [domain]/[user]:[password]@[target]
Details

initdb commands

1 commands

initdb

creates a new PostgreSQL database cluster

initdb -D [/var/lib/postgresql/data]
Details

inkview commands

1 commands

inkview

simple SVG viewer bundled with Inkscape

inkview [file.svg]
Details

install-tl commands

1 commands

install-tl

official installer for TeX Live, a comprehensive TeX distribution including

install-tl
Details

inxi commands

1 commands

inxi

system information script that provides detailed information about hardware

inxi
Details

ipsumdump commands

1 commands

ipsumdump

summarizes network traffic by extracting and displaying selected

ipsumdump -r [capture.pcap]
Details

irb commands

1 commands

isoinfo commands

1 commands

isoinfo

examines and extracts information from ISO 9660 filesystem images

isoinfo -f -i [path/to/image.iso]
Details

isql commands

1 commands

isql

ODBC command-line SQL client

isql [dsn_name]
Details

iverilog commands

1 commands

iverilog

icarus Verilog compiler

iverilog -o [output] [input.v]
Details

jco commands

1 commands

jco

JavaScript tooling for WebAssembly Components

jco transpile [component.wasm] -o [output/]
Details

jinfo commands

1 commands

jinfo

prints and modifies Java VM configuration

jinfo [pid]
Details

jmeter commands

1 commands

jmeter

load testing tool for web applications

jmeter
Details

jo commands

1 commands

jo

creates JSON from shell arguments

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

jot commands

1 commands

jot

generates sequential or random data

jot [10]
Details

jpegtopnm commands

1 commands

jpegtopnm

converts JFIF/JPEG images to Netpbm PNM format

jpegtopnm [image.jpg] > [image.pnm]
Details

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

kafka-topics.sh commands

1 commands

kafka-topics

manages Kafka topics

kafka-topics.sh --create --topic [name] --partitions [3] --replication-factor [1] --bootstrap-server [localhost:9092]
Details

kaggle commands

1 commands

kahlan commands

1 commands

kaskade commands

1 commands

kate commands

1 commands

kate

KDE Advanced Text Editor, a feature-rich text editor with syntax

kate [file]
Details

keyctl commands

1 commands

keyctl

utility for managing the Linux kernel keyring facility

keyctl list @us
Details

kinfocenter commands

1 commands

kinfocenter

KDE information center application that displays detailed system information

kinfocenter
Details

kinit commands

1 commands

kinit

obtains Kerberos tickets from the Key Distribution Center

kinit [username]
Details

kite commands

1 commands

kite

was an AI-powered code completion engine

kite
Details

kitty commands

1 commands

kitty

GPU-accelerated terminal emulator

kitty
Details

knotc commands

1 commands

knotc

control utility for Knot DNS server

knotc status
Details

koji commands

1 commands

komac commands

1 commands

komac

community Manifest Creator for WinGet

komac new
Details

kondo commands

1 commands

kondo

Clean dependencies and build artifacts from projects

kondo
Details

kosmorro commands

1 commands

kosmorro

computes astronomical ephemerides including moon phases and planet visibility

kosmorro
Details

kpackagetool6 commands

1 commands

kpackagetool6

Install, list, and remove KDE Plasma 6 packages

kpackagetool6 --list-types
Details

kplay commands

1 commands

kplay

Inspect messages in a Kafka topic from the terminal

kplay tui [profile_name]
Details

kr commands

1 commands

kscreen-console commands

1 commands

kscreen-console

command-line tool for querying KScreen display configuration

kscreen-console outputs
Details

kscreen-doctor commands

1 commands

ktool commands

1 commands

ktool

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

ktool dump [path/to/binary]
Details

kubeaudit commands

1 commands

kubeaudit

audits Kubernetes clusters and manifests for security vulnerabilities

kubeaudit all
Details

laravel commands

1 commands

laravel

installer CLI for creating new Laravel PHP framework applications

laravel new [project-name]
Details

latex commands

1 commands

latex

document preparation system for high-quality typesetting

latex [document.tex]
Details

latte-dock commands

1 commands

latte-dock

dock panel for KDE Plasma that provides an alternative to the default Plasma

latte-dock --clear-cache
Details

ldapdomaindump commands

1 commands

ldapdomaindump

extracts Active Directory information via LDAP, including users

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

lein commands

1 commands

lein

clojure build tool

lein new [template] [project-name]
Details

libtool commands

1 commands

libtool

generic library support script that hides the complexity of using shared

libtool compile gcc -c [source.c] -o [source.lo]
Details

line commands

1 commands

line

reads a single line from standard input and writes it to standard output

line
Details

links commands

1 commands

links

text-mode web browser for the terminal

links https://example.com
Details

lkbib commands

1 commands

lkbib

searches bibliographic databases

lkbib [keyword]
Details

llvm-ar commands

1 commands

llvm-ar

archiver for creating and manipulating static library archives

llvm-ar rcs [libname.a] [file1.o] [file2.o]
Details

llvm-bcanalyzer commands

1 commands

llvm-config commands

1 commands

llvm-config

provides configuration information for building against LLVM

llvm-config --version
Details

llvm-dis commands

1 commands

llvm-g++ commands

1 commands

llvm-g++

g++ frontend for the LLVM compiler infrastructure

llvm-g++ -o [program] [source.cpp]
Details

llvm-gcc commands

1 commands

llvm-gcc

GCC frontend for the LLVM compiler infrastructure

llvm-gcc -o [program] [source.c]
Details

llvm-objdump commands

1 commands

llvm-strings commands

1 commands

lobtui commands

1 commands

lobtui

TUI for browsing lobste.rs in the terminal

lobtui
Details

logger commands

1 commands

logger

adds entries to the system log

logger [message]
Details

login commands

1 commands

login

initiates a user session on the system

login [user]
Details

logout commands

1 commands

lorem commands

1 commands

lorem

generates Lorem Ipsum placeholder text

lorem [5]
Details

luanti commands

1 commands

luigi commands

1 commands

luigi

python workflow engine for building complex pipelines of batch jobs

luigi --module [mymodule] [MyTask]
Details

lxc-checkconfig commands

1 commands

lxc-checkconfig

checks whether the current kernel has the required features enabled for LXC

lxc-checkconfig
Details

lychee commands

1 commands

lzop commands

1 commands

lzop

compresses files using the LZO library

lzop [file]
Details

macptopbm commands

1 commands

macptopbm

converts MacPaint image format to PBM

macptopbm [input.macp] > [output.pbm]
Details

maim commands

1 commands

maim

lightweight screenshot utility for X11

maim [path/to/screenshot.png]
Details

makeblastdb commands

1 commands

makeblastdb

creates BLAST databases from FASTA sequences

makeblastdb -in [sequences.fasta] -dbtype nucl -out [mydb]
Details

makechrootpkg commands

1 commands

makechrootpkg

builds Arch Linux packages in a clean chroot environment

makechrootpkg -c -r [/var/lib/archbuild/extra-x86_64]
Details

makepkg commands

1 commands

makepkg

creates Arch Linux packages from PKGBUILD files

makepkg
Details

manconv commands

1 commands

manconv

converts man page encodings

manconv -f [ISO-8859-1] -t [UTF-8] < [input] > [output]
Details

manim commands

1 commands

manim

creates mathematical animations

manim [script.py] [SceneName]
Details

mastui commands

1 commands

mastui

Modern Mastodon TUI client for the terminal

mastui
Details

matrix-commander commands

1 commands

mdm commands

1 commands

meilisearch commands

1 commands

mh_lint commands

1 commands

mh_metric commands

1 commands

microcom commands

1 commands

microcom

minimalistic terminal program for accessing remote devices via serial

microcom -p [/dev/ttyXYZ] -s [baud_rate]
Details

miniflare commands

1 commands

minikube commands

1 commands

minimap2 commands

1 commands

minimap2

versatile sequence aligner for DNA and RNA sequences

minimap2 -a [reference.fa] [reads.fq] > [aligned.sam]
Details

mk commands

1 commands

mk

plan 9's make replacement

mk
Details

mkdocs commands

1 commands

mkdocs

generates documentation websites

mkdocs new [project-name]
Details

mkreiserfs commands

1 commands

mlbt commands

1 commands

mlbt

TUI for viewing MLB baseball stats and live games

mlbt
Details

mongosh commands

1 commands

monitui commands

1 commands

monitui

TUI for managing Hyprland monitor layouts

monitui
Details

motion commands

1 commands

motion

Detect motion using a video4linux device or network camera

motion
Details

mqtt_check.py commands

1 commands

mqtt_check.py

nagios plugin for MQTT monitoring

mqtt_check.py -H [broker.example.com]
Details

mscore commands

1 commands

msfvenom commands

1 commands

msfvenom

generates payloads for Metasploit

msfvenom -l payloads
Details

mult commands

1 commands

mult

Run a command multiple times and compare outputs

mult -n 5 "[command]"
Details

musl-gcc commands

1 commands

musl-gcc

GCC wrapper that compiles programs against musl libc instead of glibc

musl-gcc -o [program] [source.c]
Details

mutter commands

1 commands

mycli commands

1 commands

mycli

MySQL client with autocompletion and syntax highlighting

mycli -u [username] [database]
Details

mysqladmin commands

1 commands

mysqlcheck commands

1 commands

mysqlcheck

checks, repairs, and optimizes MySQL tables

mysqlcheck -u [user] -p [database]
Details

mysqlsh commands

1 commands

nbfifteen commands

1 commands

ned commands

1 commands

neo4j-admin commands

1 commands

neo4j-admin

administers Neo4j databases

neo4j-admin database dump --to-path=[/backups] [neo4j]
Details

netserver commands

1 commands

netsniff-ng commands

1 commands

netsniff-ng

high-performance packet sniffer

netsniff-ng -i [eth0] -o [capture.pcap]
Details

newusers commands

1 commands

newusers

creates multiple users at once

newusers [users.txt]
Details

ninja commands

1 commands

ninvaders commands

1 commands

nitch commands

1 commands

nitch

small, fast system fetch utility written in Nim

nitch
Details

nix-instantiate commands

1 commands

nix-instantiate

instantiates Nix expressions, producing store derivations

nix-instantiate [expression.nix]
Details

nixos-option commands

1 commands

nixos-option

inspects NixOS configuration values, showing what options are set and their

nixos-option [option_key]
Details

nkf commands

1 commands

nkf

converts Japanese text encodings

nkf -w [input.txt] > [output.txt]
Details

nm-applet commands

1 commands

nm-connection-editor commands

1 commands

nroff commands

1 commands

nroff

formats text for terminal display

nroff [file.roff]
Details

nvidia-settings commands

1 commands

nvidia-smi commands

1 commands

nvidia-smi

command-line utility for monitoring and managing NVIDIA GPU devices

nvidia-smi
Details

nxc commands

1 commands

nxc-wmi

netExec WMI module

nxc wmi [target] -u [user] -p [password]
Details

octez-baker-[protocol] commands

1 commands

octez-baker

tezos baking daemon

octez-baker-[protocol] run with local node [~/.tezos-node] [baker_alias]
Details

octez-client commands

1 commands

octocov commands

1 commands

octocov

Toolkit for collecting code coverage and metrics

octocov
Details

ogrmerge.py commands

1 commands

ogrmerge.py

merges vector datasets

ogrmerge.py -o [output.shp] [input1.shp] [input2.shp]
Details

oq commands

1 commands

oq

Portable jq wrapper with XML and YAML support

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

outside commands

1 commands

outside

Multi-purpose weather client for the terminal

outside
Details

pacreport commands

1 commands

pacreport

generates reports about installed packages and system state

pacreport
Details

pacseek commands

1 commands

pacseek

TUI for browsing and searching Arch Linux packages

pacseek
Details

pam-auth-update commands

1 commands

pam

pluggable Authentication Modules

pam-auth-update
Details

pamcrater commands

1 commands

pamcrater

generates synthetic terrain with impact craters, useful for creating planetary

pamcrater -width [512] -height [512] > [output.pam]
Details

pammixinterlace commands

1 commands

pammixinterlace

Mix adjacent lines to reduce interlacing artifacts in video frames

pammixinterlace [input.pam] > [output.pam]
Details

pampick commands

1 commands

pampick

extracts specific images from a multi-image PAM stream by index number

pampick [0] [2] [5] < [input.pam] > [output.pam]
Details

pamscale commands

1 commands

pamscale

resizes PAM/PNM images using high-quality resampling

pamscale -width [800] -height [600] [input.pam] > [output.pam]
Details

pamtogif commands

1 commands

pamtogif

converts PAM/PNM images to GIF format

pamtogif [input.pam] > [output.gif]
Details

pamtouil commands

1 commands

pamtouil

converts PAM/PNM images to UIL format for Motif/X11 GUI development

pamtouil [input.pam] > [output.uil]
Details

pants commands

1 commands

pants

scalable build system for monorepos

pants list ::
Details

parcel commands

1 commands

parcel

zero-configuration web application bundler

parcel [index.html]
Details

pbmmask commands

1 commands

pbmmask

creates a mask bitmap from the outline of shapes in a PBM image

pbmmask [input.pbm] > [output.pbm]
Details

pbmpage commands

1 commands

pbmpage

generates printer calibration and test pages as PBM images

pbmpage [1] > [output.pbm]
Details

pbmreduce commands

1 commands

pbmreduce

reduces PBM bitmap size by an integer factor

pbmreduce [4] [input.pbm] > [output.pbm]
Details

peek commands

1 commands

peek

simple animated GIF screen recorder for Linux

peek
Details

pg_basebackup commands

1 commands

pg_basebackup

creates a base backup of a PostgreSQL cluster

pg_basebackup -D [backup_dir] -h [host] -U [user]
Details

pg_checksums commands

1 commands

pg_checksums

enables, disables, or verifies data checksums

pg_checksums -e -D [data_dir]
Details

pg_controldata commands

1 commands

pg_ctl commands

1 commands

pg_ctl

utility for initializing, starting, stopping, and controlling a PostgreSQL

pg_ctl start -D [/var/lib/postgresql/data]
Details

pg_dump commands

1 commands

pg_dump

utility for backing up PostgreSQL databases

pg_dump [database_name] > [backup.sql]
Details

pg_dumpall commands

1 commands

pg_dumpall

extracts all PostgreSQL databases including cluster-wide objects like roles

pg_dumpall > [backup.sql]
Details

pg_receivewal commands

1 commands

pg_receivewal

streams WAL from server to archive

pg_receivewal -D [wal_dir] -h [host] -U [username]
Details

pg_recvlogical commands

1 commands

pg_recvlogical

receives logical replication changes

pg_recvlogical -d [database] -S [slot] --start -f -
Details

pg_upgrade commands

1 commands

pg_upgrade

upgrades PostgreSQL to a new major version in place

pg_upgrade -b [old_bindir] -B [new_bindir] -d [old_datadir] -D [new_datadir]
Details

pgmcrater commands

1 commands

pgmcrater

generates synthetic terrain with impact craters as grayscale heightmap

pgmcrater -number [5000] > [output.pgm]
Details

pgmdeshadow commands

1 commands

pgmdeshadow

attempts to compensate for uneven lighting or shadows in scanned

pgmdeshadow [input.pgm] > [output.pgm]
Details

pgmhist commands

1 commands

pgmhist

displays a grayscale histogram of a PGM image

pgmhist [input.pgm]
Details

pgmramp commands

1 commands

pgmramp

generates grayscale gradient images

pgmramp -lr [256] [256] > [gradient.pgm]
Details

pgmslice commands

1 commands

pgmslice

extracts a row or column from a PGM image and outputs the gray values

pgmslice -row [100] [input.pgm]
Details

pgmtexture commands

1 commands

pgmtexture

calculates Haralick texture features from a PGM image using gray level

pgmtexture [input.pgm]
Details

phantasia commands

1 commands

phear commands

1 commands

php commands

1 commands

php-config commands

1 commands

php-config

Display information about PHP's compile-time configuration

php-config --prefix
Details

phploc commands

1 commands

phploc

measures PHP project size and complexity

phploc [src/]
Details

pi commands

1 commands

pi

computes and displays decimal digits of Archimedes' constant Pi

pi
Details

picocom commands

1 commands

picocom

minimal serial port terminal emulator

picocom [/dev/ttyUSB0]
Details

picom-trans commands

1 commands

picom-trans

sets window transparency for the picom compositor

picom-trans -w [window_id] [75]
Details

pihole commands

1 commands

pihole

command-line interface for managing Pi-hole, a network-level ad blocker

pihole status
Details

pillager commands

1 commands

pillager

Pillage filesystems for sensitive information

pillager hunt .
Details

pinky commands

1 commands

pinky

displays information about logged-in users

pinky
Details

pint commands

1 commands

pint

validates Prometheus alerting and recording rules

pint lint [rules.yaml]
Details

pipewire-pulse commands

1 commands

pkg commands

1 commands

pkg

FreeBSD binary package manager

pkg install [package]
Details

pkgutil commands

1 commands

pkgutil

Query and manage macOS package receipts

pkgutil --pkgs
Details

play commands

1 commands

play

Play audio files with effects via SoX

play [audio.mp3]
Details

pnmenlarge commands

1 commands

pnmenlarge

Enlarge PNM images by pixel replication

pnmenlarge [2] [input.pnm] > [output.pnm]
Details

pnmindex commands

1 commands

pnmindex

Create thumbnail contact sheets from images

pnmindex [image1.pnm] [image2.pnm] [image3.pnm] > [index.pnm]
Details

pnmquantall commands

1 commands

pnmquantall

Quantize multiple images to shared palette

pnmquantall [256] [image1.pnm] [image2.pnm] ...
Details

pnmscalefixed commands

1 commands

pnmscalefixed

Scale images using fixed-point arithmetic

pnmscalefixed [2.0] [input.pnm] > [output.pnm]
Details

pnmtile commands

1 commands

pnmtile

Create tiled patterns from PNM images

pnmtile [640] [480] [input.pnm] > [output.pnm]
Details

pnmtopnm commands

1 commands

pnmtopnm

Copy and normalize PNM image format

pnmtopnm [input.pnm] > [output.pnm]
Details

podchecker commands

1 commands

podchecker

Validate Perl POD documentation syntax

podchecker [file.pod]
Details

podselect commands

1 commands

podselect

Extract sections from Perl POD files

podselect -section [NAME] [file.pod]
Details

poedit commands

1 commands

poedit

Graphical editor for gettext PO translations

poedit [file.po]
Details

pokego commands

1 commands

pokego

Display Pokemon ASCII art in terminal

pokego --name [charizard]
Details

pokemon-colorscripts commands

1 commands

polkadot commands

1 commands

pom commands

1 commands

pom

Display the phase of the moon

pom
Details

postconf commands

1 commands

postconf

Display and modify Postfix configuration

postconf -c [path/to/config_dir]
Details

ppmdraw commands

1 commands

ppmdraw

Draw shapes and text on PPM images

ppmdraw -script "[line 0 0 100 100]" [input.ppm] > [output.ppm]
Details

ppmflash commands

1 commands

ppmflash

Brighten PPM image toward white

ppmflash [0.5] [input.ppm] > [output.ppm]
Details

ppmtomap commands

1 commands

ppmtomap

Extract colormap from PPM image

ppmtomap [input.ppm] > [colormap.ppm]
Details

ppmtoppm commands

1 commands

ppmtoppm

Normalize and copy PPM image format

ppmtoppm [input.ppm] > [output.ppm]
Details

pr commands

1 commands

pr

Paginate and format text for printing

pr [file]
Details

prettier commands

1 commands

prettier

Opinionated multi-language code formatter

prettier --write [file.js]
Details

printf commands

1 commands

ttyplot

Real-time terminal plotting from stdin

printf "1\n2\n3\n" | ttyplot
Details

processing commands

1 commands

proctl commands

1 commands

proctl

Manage project licenses and language configs

proctl -ll
Details

prometheus commands

1 commands

prometheus

Metrics collection and monitoring toolkit

prometheus --config.file=[prometheus.yml]
Details

prosodyctl commands

1 commands

prosody

Lightweight XMPP/Jabber chat server

prosodyctl start
Details

proton commands

1 commands

proton

Valve's Windows game compatibility layer for Linux

proton run [game.exe]
Details

protontricks commands

1 commands

protonvpn commands

1 commands

prowler commands

1 commands

ptyxis commands

1 commands

ptyxis

Container-oriented GNOME terminal emulator

ptyxis --new-window
Details

pug commands

1 commands

pug

Compile Pug templates to HTML

pug [file.pug]
Details

puzzle commands

1 commands

pvesm commands

1 commands

pvesm

Configure Proxmox storage backends

pvesm status
Details

pveversion commands

1 commands

pw-mon commands

1 commands

pw-mon

Monitor PipeWire objects in real-time

pw-mon
Details

pw-profiler commands

1 commands

py3clean commands

1 commands

py3clean

Remove Python 3 compiled bytecode files

py3clean [directory]
Details

pylint commands

1 commands

pylint

Analyze Python code for errors and style

pylint [file.py]
Details

pymol commands

1 commands

pymol

Visualize molecular 3D structures

pymol
Details

python3.4 commands

1 commands

pdb3.4

python debugger

python3.4 -m pdb [script.py]
Details

qc commands

1 commands

qc

Quick command-line calculator

qc "[expression]"
Details

qemu-system-i386 commands

1 commands

qemu-system-riscv64 commands

1 commands

qemu-system-riscv64

Emulate 64-bit RISC-V systems with QEMU

qemu-system-riscv64 -machine virt -kernel [kernel] -append "root=/dev/vda"
Details

qmrestore commands

1 commands

qmrestore

Restore Proxmox VMs from backup archives

qmrestore path/to/vzdump-qemu-100.vma.lzo 100
Details

qsv commands

1 commands

qsv

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

qsv count [data.csv]
Details

rabbitmqctl commands

1 commands

ralph-tui commands

1 commands

ralph-tui

AI agent loop orchestrator for autonomous task completion

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

raspi-gpio commands

1 commands

raspinfo commands

1 commands

raspinfo

Display Raspberry Pi hardware and software info

raspinfo
Details

readonly commands

1 commands

readonly

Mark shell variables as read-only

readonly [VAR]="[value]"
Details

remind commands

1 commands

remind

Calendar and reminder system

remind [~/.reminders]
Details

resize commands

1 commands

resize

Set terminal environment to match window size

resize
Details

riscv64-unknown-elf-gcc commands

1 commands

rogue commands

1 commands

rogue

Classic dungeon crawling adventure game

rogue
Details

ros commands

1 commands

rpicam-hello commands

1 commands

rspamadm commands

1 commands

rspamadm

Administer Rspamd spam filtering daemon

rspamadm configtest
Details

rspamc commands

1 commands

rspamc

Rspamd spam filtering client

rspamc learn_spam path/to/email
Details

rtgen commands

1 commands

rtgen

Generate rainbow tables for password cracking

rtgen [hash_algorithm] [charset] [min_len] [max_len] [table_index] [chain_len] [chain_num] [part_index]
Details

ruby commands

1 commands

minitest

testing framework for Ruby that provides a complete suite of testing facilities

ruby -Ilib:test [test/test_*.rb]
Details

runcon commands

1 commands

runcon

Run commands with specified SELinux context

runcon
Details

rvm commands

1 commands

rvm

Ruby version manager for multiple installations

rvm install [3.2.0]
Details

script commands

1 commands

session commands

1 commands

pam_selinux

PAM module to set the default SELinux security context

session required pam_selinux.so
Details

showconsolefont commands

1 commands

shutdown commands

1 commands

shutdown

Safely power off or reboot the system

shutdown -h now
Details

snmpstatus commands

1 commands

snmpstatus

Retrieve SNMP agent status summary

snmpstatus -v [2c] -c [public] [host]
Details

snmptable commands

1 commands

snmptable

Display SNMP MIB data in table format

snmptable -v [2c] -c [public] [host] [TABLE_OID]
Details

snmptest commands

1 commands

snmptest

Interactive SNMP request testing tool

snmptest -v [2c] -c [public] [host]
Details

sntp commands

1 commands

sntp

Simple Network Time Protocol client

sntp [pool.ntp.org]
Details

sonar-scanner commands

1 commands

spa-monitor commands

1 commands

spa-monitor

PipeWire SPA device debugging utility

spa-monitor [path/to/plugin.so]
Details

spiel commands

1 commands

spiel

Richly-styled terminal presentations using Python

spiel demo present
Details

spotdl commands

1 commands

spotdl

Download Spotify tracks via YouTube

spotdl "[song name]"
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

step commands

1 commands

step-ca

Private certificate authority server

step ca init
Details

stew commands

1 commands

stew

Package manager for compiled binaries from GitHub

stew install [junegunn/fzf]
Details

stormlock commands

1 commands

stormlock

simple centralized lock with lease expiration

stormlock acquire [resource]
Details

struct commands

1 commands

nanosleep

suspends execution of the calling thread for the specified duration

struct timespec ts = {1, 0}; nanosleep(&ts, NULL);
Details

systemd-confext commands

1 commands

systemd-cryptenroll commands

1 commands

systemd-inhibit commands

1 commands

systemd-tmpfiles commands

1 commands

systemsettings commands

1 commands

tatuin commands

1 commands

tatuin

Task aggregator TUI for multiple providers

tatuin
Details

tblastn commands

1 commands

tblastn

Protein query to nucleotide database search

tblastn -query [protein.fasta] -db [nt_database]
Details

termdbms commands

1 commands

termdbms

TUI for viewing and editing database files

termdbms [mydata.db]
Details

termdown commands

1 commands

termdown

Terminal countdown timer and stopwatch

termdown [5m]
Details

terminal-notifier commands

1 commands

terminal-notifier

Send macOS notifications from command line

terminal-notifier -message "[Task completed]"
Details

tgt commands

1 commands

tiup commands

1 commands

tiup

TiDB component and cluster manager

tiup playground
Details

tock commands

1 commands

tock

Digital clock for the terminal

tock -s -m -c
Details

tod commands

1 commands

tod

Command-line Todoist client in Rust

tod project import
Details

toot commands

1 commands

toot

Mastodon CLI and TUI client

toot tui
Details

trickle commands

1 commands

trickle

Userspace bandwidth shaper for applications

trickle -d [100] [command]
Details

trizen commands

1 commands

truffle commands

1 commands

truffle

Ethereum smart contract development framework

truffle init
Details

tshark commands

1 commands

tshark

Command-line network packet analyzer

tshark
Details

tuime commands

1 commands

tuime

Colorful and customizable TUI clock

tuime
Details

tuisky commands

1 commands

tuisky

TUI client for the Bluesky social network

tuisky
Details

tune.exfat commands

1 commands

tune.exfat

Adjust exFAT filesystem parameters

tune.exfat -l [/dev/sdXY]
Details

tuned-adm commands

1 commands

tuned-adm

Manage system performance tuning profiles

tuned-adm list
Details

tuxi commands

1 commands

tuxi

Quick Google answers from the terminal

tuxi [search_terms]
Details

udisksctl commands

1 commands

udisksctl

Command-line udisks2 storage device manager

udisksctl status
Details

unar commands

1 commands

unar

Universal multi-format archive extractor

unar [archive.zip]
Details

unshare commands

1 commands

unshare

Run programs in isolated Linux namespaces

unshare -n command
Details

uptime commands

1 commands

uptime

Show system uptime and load averages

uptime
Details

urpmf commands

1 commands

urpmf

Search Mageia package files and metadata

urpmf [filename]
Details

urpmq commands

1 commands

urxvt commands

1 commands

urxvt

Lightweight Unicode terminal emulator for X11

urxvt
Details

vcgencmd commands

1 commands

vcgencmd

Query Raspberry Pi hardware status

vcgencmd commands
Details

vd commands

1 commands

visidata

Terminal spreadsheet multitool for exploring data

vd [data.csv]
Details

vi-mongo commands

1 commands

viewnior commands

1 commands

viewnior

Simple and fast image viewer

viewnior [path/to/image.jpg]
Details

virt-qemu-run commands

1 commands

virtualenv commands

1 commands

vlock commands

1 commands

vlock

Lock Linux virtual console sessions

vlock
Details

wego commands

1 commands

wego

Terminal weather forecast with ASCII art

wego
Details

wev commands

1 commands

wev

Wayland event viewer for input debugging

wev
Details

while commands

1 commands

while

Shell loop with conditional execution

while [condition]; do [command]; done
Details

wikit commands

1 commands

wikit

Wikipedia summaries from the terminal

wikit [topic]
Details

winecfg commands

1 commands

winetricks commands

1 commands

wish commands

1 commands

wmctrl commands

1 commands

wmctrl

Command-line window manager control

wmctrl -l
Details

woeusb commands

1 commands

woeusb

Create bootable Windows USB drives

woeusb -d [path/to/windows.iso] [/dev/sdX]
Details

xan commands

1 commands

xan

CSV magician for terminal data manipulation

xan view [data.csv]
Details

xdotool commands

1 commands

xdotool

X11 keyboard and mouse automation

xdotool search --onlyvisible --name firefox
Details

xlock commands

1 commands

xlsfonts commands

1 commands

xscreensaver-settings commands

1 commands

xset commands

1 commands

xset

Configure X server preferences

xset s off
Details

xsltproc commands

1 commands

xsltproc

Command-line XSLT processor

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

youtube-dl commands

1 commands

youtube-dl

Download videos from YouTube and other sites

youtube-dl "[url]"
Details

zpool commands

1 commands

zuse commands

1 commands

zuse

Sleek minimal IRC client for the terminal

zuse
Details