All categories commands

找到 1619 条

Directory listing

2041 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

aider

AI pair programming in the terminal

aider [file1.py] [file2.py]
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

airdecap-ng

Decrypt WEP and WPA/WPA2 encrypted capture files

airdecap-ng -w [hex_key] [capture.cap]
Details

airflow

Platform to author, schedule, and monitor data workflows

airflow scheduler
Details

File inspection

1685 commands

Extract any archive

Useful Linux one-liner

a() { case $1 in *.tar.gz) tar xzf $1;; *.zip) unzip $1;; esac; }; a file
Details

Merge multiple PDFs

Useful Linux one-liner

gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=out.pdf in1.pdf in2.pdf
Details

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-cleanprof

Clean AppArmor profiles by removing redundant rules

sudo aa-cleanprof [profile_name]
Details

aa-disable

Disable AppArmor security profiles

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

aa-enforce

Set AppArmor profiles to enforce mode

sudo aa-enforce [path/to/profile]
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

Text processing

930 commands

2048

terminal-based sliding tile puzzle game

2048
Details

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

acpi

display battery, thermal, and power information

acpi
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

addgroup

Create groups and manage group membership

sudo addgroup [groupname]
Details

alias

Create shorthand names for commands.

alias
Details

alpine

Terminal-based email and news client.

alpine
Details

animate.im6

Display image sequences as animations (ImageMagick 6)

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

ant

Java-based build automation tool

ant
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

arp-scan

Discover hosts on local networks via ARP requests.

sudo arp-scan -l
Details

arthas-watch

Observe Java method arguments, return values, and exceptions live.

watch [com.example.MyClass] [myMethod] returnObj
Details

arthas

Diagnose and troubleshoot Java applications in real time.

java -jar arthas-boot.jar [PID]
Details

asciitopgm

Convert ASCII art to PGM grayscale image

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

Search and filters

767 commands

a2enconf

Enable Apache2 configuration files

sudo a2enconf [configuration_file]
Details

a2ensite

Enable Apache2 virtual host sites

sudo a2ensite [virtual_host]
Details

aa-decode

Decode hex-encoded strings in AppArmor logs

aa-decode [hexstring]
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

acountry

IP address geolocation lookup via DNS

acountry [example.com]
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

File operations

570 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

astroterm

display real-time celestial maps in the terminal

astroterm --color --constellations
Details

atd

Daemon that executes jobs scheduled with at

atd
Details

atrm

Remove jobs from the at queue

atrm [job_number]
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

Network diagnostics

565 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

acm

networked aerial combat flight simulator

acm
Details

adb

Android Debug Bridge client-server tool

adb devices
Details

adscript

Audio and digital signal processing language compiler

adscript [script.ad]
Details

alltray

Dock any application into the system tray.

alltray
Details

alsactl

Save and restore ALSA sound card settings.

sudo alsactl store
Details

amass-db

query and manage stored amass enumeration results

amass db -list -d [example.com]
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

asterisk

Open-source PBX and telephony server

asterisk -r -vvv
Details

atop

Advanced system and process activity monitor

atop
Details

ausyscall

map between Linux system-call names and numbers

ausyscall [openat]
Details

automake

Generate Makefile.in templates from Makefile.am

automake --add-missing
Details

Processes and services

309 commands

acpi_available

test for ACPI support on the system

acpi_available && echo "ACPI supported"
Details

adb-forward

Android device port forwarder

adb forward tcp:[8080] tcp:[8080]
Details

adduser

Debian-friendly user and group management frontend

adduser [username]
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-advisor

View and manage Azure best-practice recommendations

az advisor recommendation list
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-pipelines

Manage Azure DevOps CI/CD pipelines

az pipelines list --project [MyProject]
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

bcomps

Decompose graphs into biconnected components

bcomps [input.gv] > [output.gv]
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

Shell workflow

191 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

cargo-fix

Automatically fix compiler warnings in Rust code

cargo fix
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

clang++

LLVM C++ compiler frontend

clang++ [source.cpp] -o [output]
Details

complete

specify bash command argument completion

complete -f [command]
Details

crane-export

export flattened image filesystem

crane export [image] [output.tar]
Details

crane-flatten

squash container layers into one

crane flatten [image] -t [flattened:tag]
Details

cs2

alias for Counter-Strike 2

tldr counter-strike-2
Details

cupsaccept

allow printer queues to accept jobs

cupsaccept [printer_name]
Details

Users and permissions

168 commands

a2dissite

disable an Apache2 virtual host

sudo a2dissite [virtual_host]
Details

a2query

Query Apache2 configuration state

sudo a2query -m
Details

aa-logprof

Update AppArmor profiles from log events interactively

sudo aa-logprof
Details

act

local GitHub Actions runner

act
Details

anbox

Run Android applications on Linux

anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
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

arpd

Userspace ARP cache daemon with persistent storage.

sudo arpd -a [1] -b [/var/lib/arpd/arpd.db] [eth0]
Details

aureport

Generate summary reports from audit logs

sudo aureport
Details

ausearch

Search and query audit log events

sudo ausearch -m avc
Details

blockdev

Query and set block device parameters

sudo blockdev --report
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

btrfs-scrub

Verify data integrity on btrfs filesystems

sudo btrfs scrub start path/to/mount
Details

btrfs-subvolume

Manage btrfs subvolumes and snapshots

sudo btrfs subvolume create path/to/new_subvolume
Details

cabal

Haskell package manager and build system

cabal build
Details

chfn

change user finger information

chfn -f [new_display_name] [username]
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

deluser

remove users from the system

sudo deluser [username]
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

e2fsck

check and repair ext filesystems

sudo e2fsck /dev/sdXN
Details

empire

classic full-scale war strategy game

empire
Details

fdisk

partition table manipulator

sudo fdisk -l
Details

Package management

87 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

brew-cask

Install and manage macOS GUI applications via Homebrew

brew install --cask [firefox]
Details

brew-leaves

List top-level installed packages that are not dependencies

brew leaves
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

jadx

decompiles Android DEX bytecode to Java source

jadx [app.apk]
Details

ng-add

adds npm packages with Angular schematics support to your project

ng add [package-name]
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

Media tools

69 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

atktopbm

Convert Andrew Toolkit raster images to PBM format

atktopbm [input.atk] > [output.pbm]
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

gladtex

Convert LaTeX formulas in HTML to images

gladtex [input.htex]
Details

id3v2

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

id3v2 -L
Details

identify

describes image format and characteristics

identify [image.jpg]
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

mencoder

encodes video from MPlayer

mencoder [input.avi] -o [output.mp4] -ovc lavc -oac mp3lame
Details

openssl-pkey

general-purpose key processing tool

openssl pkey -in [private.key] -text -noout
Details

osmconvert

converts and filters OpenStreetMap data files

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

pl2pm

Convert Perl4 libraries to Perl5 modules

pl2pm [library.pl] > [Module.pm]
Details

pngtopam

Convert PNG images to PAM format

pngtopam [input.png] > [output.pam]
Details

pngtopnm

Convert PNG images to PNM format

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

pnmtopalm

Convert PNM images to Palm image format

pnmtopalm [input.pnm] > [output.palm]
Details

pnmtopclxl

Convert PNM images to PCL-XL printer format

pnmtopclxl [input.pnm] > [output.pclxl]
Details

pnmtoplainpnm

Convert PNM to plain ASCII format (obsolete)

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

pnmtosgi

Convert PNM to SGI image format

pnmtosgi [input.pnm] > [output.rgb]
Details

pnmtosir

Convert PNM to Solitaire recorder format

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

pnmtoxwd

Convert PNM to X Window Dump format

pnmtoxwd [input.pnm] > [output.xwd]
Details

pod2text

Convert Perl POD documentation to plain text

pod2text [file.pod]
Details

HTTP and downloads

59 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

gh-api

authenticated HTTP requests to GitHub REST and GraphQL APIs

gh api [/repos/owner/repo]
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

httping

measures the latency and throughput of a web server by sending HTTP requests

httping [https://example.com]
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

SSH and remote access

34 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

dropbearconvert

convert SSH keys between Dropbear and OpenSSH formats

dropbearconvert openssh dropbear ~/.ssh/id_rsa output_key
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

pam_motd

displays message of the day

session optional pam_motd.so
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

32 commands

cmctl

cert-manager CLI for Kubernetes

cmctl check api
Details

colima

container runtime for macOS and Linux

colima start
Details

crane-pull

download container image as tarball

crane pull [image:tag] [output.tar]
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-edit

opens a resource's configuration in your default editor

kubectl edit deployment [name]
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

23 commands

antigen

Zsh plugin manager inspired by Vundle

antigen use oh-my-zsh
Details

cheese

GNOME webcam photo and video application

cheese
Details

elfeed

Extensible RSS/Atom feed reader for Emacs

M-x elfeed
Details

helix

post-modern modal text editor inspired by Kakoune and Vim

hx [file]
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

pico2wave

text-to-speech synthesizer using the SVOX Pico engine

pico2wave -w [output.wav] "[Hello world]"
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

19 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

lbzip2

parallel bzip2 compressor and decompressor

lbzip2 [file]
Details

mkosi

builds customized, modern Linux OS images

mkosi summary
Details

npm-unstar

removes star from a package on npm registry

npm unstar [package]
Details

pax

POSIX archiver

pax -wf [archive.pax] [directory]
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

19 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-crypt

Transparent encryption of files in Git repositories

git-crypt init
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

markdown

converts Markdown-formatted text to HTML

markdown [file.md]
Details

ocsp.1s

queries OCSP responders

openssl ocsp -issuer [issuer.pem] -cert [cert.pem] -url [ocsp_url]
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

openssl-verify

verifies certificate chains against trusted CAs

openssl verify [certificate.crt]
Details

paperkey

extracts printable GPG key data

paperkey --secret-key [secret.gpg] --output [paperkey.txt]
Details

verify

Validate X.509 certificate chains

openssl verify [certificate.pem]
Details

git commands

19 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-coauthor

Add co-author attribution to commits

git coauthor "[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-rerere

Reuse recorded resolution of conflicted merges

git config rerere.enabled true
Details

git-setup

Initialize a repo and commit all existing files

git setup
Details

git-summary

Show repository summary with contribution statistics

git summary
Details

legit

complementary command-line interface for Git that simplifies common workflows

git sw [branch]
Details

cargo commands

15 commands

cargo-init

Create a new Rust package in an existing directory

cargo init
Details

cargo

rust package manager and build system

cargo build
Details

clippy

Rust linter for catching common mistakes

cargo clippy
Details

qm commands

15 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-set

Modify Proxmox VM configuration settings

qm set 100 --name vm_name
Details

qm

Manage Proxmox VE virtual machines

qm list
Details

Disk and filesystems

14 commands

btrfs-filesystem

Manage btrfs filesystem properties and operations

btrfs filesystem usage path/to/mount
Details

lsmem

List the ranges of available memory with their online status

lsmem
Details

mount.ddi

helper for Discoverable Disk Images

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

pct-set

modifies the configuration of a Proxmox LXC container

pct set 100 --onboot
Details

pct-unmount

unmounts a container's filesystem that was previously mounted on the Proxmox

pct unmount 100
Details

ppmshift

Randomly shift image rows horizontally

ppmshift [shift] [input.ppm] > [output.ppm]
Details

pumount

Unmount removable devices without root

pumount [/dev/sdb1]
Details

sfill

Securely wipe free disk space

sfill /path/to/mounted_disk
Details

tlmgr commands

13 commands

gh commands

11 commands

gh-attestation

verify artifact attestations and build provenance

gh attestation verify [artifact] -R [owner/repo]
Details

gh-extension

extend CLI functionality with community plugins

gh extension install [owner]/[repo]
Details

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-project

Manage GitHub project boards and work items

gh project list
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

gh-workflow

Manage GitHub Actions workflows from the command line

gh workflow list
Details

pueue commands

10 commands

pueue-add

Add commands to the pueue task queue

pueue add [command]
Details

pueue-send

Send stdin input to running pueue tasks

pueue send [task_id] "[input]"
Details

nix commands

9 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-run

runs programs from Nix packages

nix run nixpkgs#[hello]
Details

nix-search

Search for packages in Nix flakes

nix search nixpkgs [query]
Details

rustup commands

9 commands

vboxmanage commands

9 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

bun commands

8 commands

bun-info

Display system and project diagnostic information

bun info
Details

bun-test

Bun's built-in Jest-compatible test runner

bun test
Details

bun

All-in-one JavaScript runtime and toolkit

bun [script.js]
Details

pct commands

8 commands

pct-clone

creates a copy of an existing Proxmox LXC container

pct clone [template_id] [new_id]
Details

pct-config

displays the configuration of a Proxmox LXC container

pct config 100
Details

pct-create

creates a new LXC container in Proxmox VE from a template image

pct create 100 local:vztmpl/distro.tar.zst --rootfs local-lvm:4
Details

pct-exec

launches a command inside a specified Proxmox LXC container

pct exec 100 command
Details

pct-list

displays all LXC containers on a Proxmox VE host

pct list
Details

pct-resize

changes the size of a Proxmox LXC container's storage volume

pct resize 100 rootfs 20G
Details

pct-status

Show the running state of a Proxmox LXC container

pct status [100]
Details

pct

LXC container management tool for Proxmox VE

pct list
Details

pio commands

8 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-remote

enables remote development with PlatformIO

pio remote agent start
Details

pio-team

Manage PlatformIO organization teams and members

pio team create [orgname:teamname]
Details

uv commands

8 commands

uv-add

Add dependencies to a uv Python project

uv add [package]
Details

uv-init

Initialize a new Python project with uv

uv init
Details

uv-remove

Remove dependencies from a uv project

uv remove [package]
Details

uv-self

Manage the uv installation itself

uv self update
Details

crane commands

7 commands

crane-append

add layers to container images

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

crane-blob

retrieve blobs from container images

crane blob [image]@[digest]
Details

crane-mutate

modify image metadata without rebuilding

crane mutate [image] --label [key=value] -t [new:tag]
Details

poetry commands

7 commands

poetry-run

Execute commands in virtual environment

poetry run [command]
Details

echo commands

6 commands

eqn2graph

Equation description to graphic image converter

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

jiq

Interactive JSON query tool using jq expressions

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

pee

tees stdin to multiple commands

echo "data" | pee [cmd1] [cmd2]
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

jj commands

6 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

jj-revert

creates a new commit that undoes the changes from specified revisions

jj revert -r [revision]
Details

xml commands

6 commands

xml-edit

Edit XML documents from command line

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

xml-list

List element structure of an XML document

xml el [file.xml]
Details

xml-select

Query XML documents with XPath

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

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

conda commands

5 commands

conda-run

environment command executor

conda run -n [env_name] [command]
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

hub commands

5 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

hub-create

creates a new GitHub repository and adds it as a remote

hub create
Details

nmcli commands

5 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

tldr commands

5 commands

uname26

Report older kernel version string

tldr setarch
Details

vagrant commands

5 commands

vagrant-upload

Upload files to Vagrant guest machines

vagrant upload [source] [destination]
Details

aws commands

4 commands

aws-cur

Manage AWS Cost and Usage Report definitions.

aws cur describe-report-definitions
Details

aws-s3-website

Configure S3 bucket static website hosting

aws s3 website s3://[bucket-name]/ --index-document [index.html] --error-document [error.html]
Details

go commands

4 commands

go-mod

Go module dependency management

go mod init [module-name]
Details

gradle commands

4 commands

jira commands

4 commands

jira-me

lists issues assigned to the current user

jira me
Details

jira-sprint

manages Jira sprints from the command line

jira sprint list -p [PROJECT]
Details

ng commands

4 commands

ng-e2e

Runs end-to-end tests for an Angular application

ng e2e
Details

ng

angular CLI

ng new [project-name]
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

prowler commands

4 commands

virsh commands

4 commands

apptainer commands

3 commands

apptainer-sign

Cryptographically sign SIF container images

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

apptainer-verify

Verify cryptographic signatures on container images

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

auth commands

3 commands

pam_ftp

provides anonymous FTP authentication

auth sufficient pam_ftp.so
Details

pam_tally2

tracks login attempts

auth required pam_tally2.so deny=5 unlock_time=900
Details

cal commands

3 commands

cal

Display a calendar in the terminal

cal
Details

command commands

3 commands

command

execute commands bypassing shell functions

command [ls]
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

hledger commands

3 commands

hledger-import

adds transactions from CSV or other files to a journal

hledger import [file.csv]
Details

linode-cli commands

3 commands

magick commands

3 commands

magick-compare

compares two images and outputs their differences

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

mvn commands

3 commands

mvn-package

builds the project and creates a distributable package

mvn package
Details

nh commands

3 commands

nh-home

manages home-manager configurations

nh home switch
Details

nh-os

manages NixOS system configurations

nh os switch
Details

pulumi commands

3 commands

yadm commands

3 commands

zapier commands

3 commands

bluetoothctl commands

2 commands

dolt commands

2 commands

dolt-clone

create local copy of remote database repository

dolt clone [owner/repo]
Details

dolt

SQL database with Git-like version control

dolt init
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

ibmcloud commands

2 commands

kaggle commands

2 commands

koji commands

2 commands

lxc commands

2 commands

lxc

manages Linux containers using the LXD REST API

lxc list [match_string]
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

nix-build commands

2 commands

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

nxc commands

2 commands

nxc-wmi

netExec WMI module

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

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

rabbitmqctl commands

2 commands

session commands

2 commands

pam_mail

notifies users of new mail

session optional pam_mail.so
Details

pam_selinux

PAM module to set the default SELinux security context

session required pam_selinux.so
Details

toolbox commands

2 commands

toolbox-run

Run commands in Toolbx containers

toolbox run -c [container_name] [command]
Details

uptime commands

2 commands

uptime

Show system uptime and load averages

uptime
Details

watch commands

2 commands

ykman commands

2 commands

!! commands

1 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

^wrong^correct^ commands

1 commands

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-galaxy commands

1 commands

ansible-galaxy

Manage Ansible roles and collections from Galaxy

ansible-galaxy install [username.role_name]
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

aplaymidi commands

1 commands

aplaymidi

Play MIDI files through ALSA sequencer

aplaymidi -p [hw:1,0] [file.mid]
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

aseqnet commands

1 commands

ash commands

1 commands

ash

Lightweight POSIX-compliant shell

ash
Details

aspell commands

1 commands

aspell

Interactive spell checker

aspell check [file.txt]
Details

atom commands

1 commands

atom

Hackable text editor built on Electron

atom
Details

atool commands

1 commands

atool

Manage archives in various formats with a unified interface

atool -x [archive.tar.gz]
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

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

beep commands

1 commands

beep

Produce tones through the PC speaker

beep
Details

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

bitwise commands

1 commands

bitwise

Interactive multi-base calculator with bit manipulation

bitwise
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

bsd-from commands

1 commands

bsd-from

Display mail sender information from a mailbox

bsd-from
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

c2hs commands

1 commands

c2hs

Generate Haskell FFI bindings from C headers

c2hs [header.h] [bindings.chs]
Details

cabextract commands

1 commands

cacaclock commands

1 commands

cacademo commands

1 commands

cacaview commands

1 commands

cacaview

Display images as ASCII art in the terminal

cacaview [path/to/image]
Details

calibre commands

1 commands

calibre

Ebook management and format conversion suite

calibre
Details

calibre-server commands

1 commands

calibredb commands

1 commands

calibredb

Command-line interface to the Calibre ebook database

calibredb list
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

cmatrix 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

comm commands

1 commands

comm

compare two sorted files line by line

comm [file1] [file2]
Details

cpufreq-info commands

1 commands

crates-tui commands

1 commands

crates-tui

Terminal UI for exploring crates.io Rust packages

crates-tui
Details

createuser commands

1 commands

crond commands

1 commands

crontab 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

ctrl+x commands

1 commands

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

dd commands

1 commands

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

distrobox-create commands

1 commands

distrobox-create

create Distrobox containers from Linux distribution images

distrobox-create [container_name] -i [ubuntu:latest]
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

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

dropuser commands

1 commands

dropuser

PostgreSQL user removal utility

dropuser [username]
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

dvc commands

1 commands

dvd+rw-booktype commands

1 commands

ebook-meta commands

1 commands

ecl commands

1 commands

ecl

Embeddable Common Lisp interpreter

ecl
Details

ecpg commands

1 commands

ecpg

PostgreSQL embedded SQL preprocessor

ecpg [file.pgc]
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-node 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

f3write commands

1 commands

f3write

flash drive capacity tester

f3write [/media/flash_drive]
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

fmql commands

1 commands

fmql

Query and manage files using a SQL-like language

fmql sql "[SELECT * FROM ~/Documents WHERE extension = 'txt']"
Details

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

fortune commands

1 commands

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

gemtopnm commands

1 commands

gemtopnm

GEM IMG to PNM converter

gemtopnm [input.img] > [output.pnm]
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

glow commands

1 commands

glow

terminal markdown renderer

glow [README.md]
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

goenv commands

1 commands

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

gxditview commands

1 commands

gxditview

displays groff output in an X11 window

gxditview [file.roff]
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

hg commands

1 commands

hg-status

displays the state of files in the working directory

hg status
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

hostnamectl commands

1 commands

hostnamectl

queries and changes the system hostname and related machine metadata

hostnamectl
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-scan commands

1 commands

hp-scan

scans documents from HP all-in-one devices

hp-scan
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

icinga2 commands

1 commands

icinga2

monitoring system that checks availability of hosts and services

icinga2 daemon -C
Details

idevicedate commands

1 commands

idevicename commands

1 commands

idevicepair commands

1 commands

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

incus commands

1 commands

incus

system container and virtual machine manager

incus admin init
Details

info commands

1 commands

info

reads documentation in GNU's texinfo format

info [command]
Details

infotocap commands

1 commands

infotocap

converts terminal descriptions from terminfo format to termcap format

infotocap [terminfo_file]
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

java commands

1 commands

papermc

high-performance Minecraft server

java -jar paper.jar
Details

jco commands

1 commands

jco

JavaScript tooling for WebAssembly Components

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

jest commands

1 commands

jest

JavaScript testing framework with focus on simplicity

jest
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

jq commands

1 commands

jsonlint commands

1 commands

jsonlint

validates and formats JSON files

jsonlint [file.json]
Details

jwt commands

1 commands

jwt

encodes and decodes JSON Web Tokens

jwt decode [token]
Details

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

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

khal commands

1 commands

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

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

kpackagetool5 commands

1 commands

kpackagetool5

manages KDE Plasma packages including plasmoids, themes, wallpapers

kpackagetool5 --list-types
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

krita commands

1 commands

krita

professional digital painting application

krita
Details

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

kwriteconfig5 commands

1 commands

kwriteconfig5

writes values to KDE Plasma 5 configuration files

kwriteconfig5 --group [group_name] --key [key] [value]
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

laydown commands

1 commands

laydown

manages configuration layers

laydown create [layer-name]
Details

ldapdomaindump commands

1 commands

ldapdomaindump

extracts Active Directory information via LDAP, including users

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

ldd commands

1 commands

ldd

prints the shared objects required by each program or shared object

ldd /path/to/binary
Details

leave commands

1 commands

lebab commands

1 commands

lebab

converts JavaScript code from ES5 to ES6/ES2015+

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

ledger commands

1 commands

ledger

plain text accounting tool

ledger -f [journal.ledger] balance
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

linkchecker commands

1 commands

linkchecker

validates links in websites and documents

linkchecker [https://example.com]
Details

links commands

1 commands

links

text-mode web browser for the terminal

links https://example.com
Details

litecli commands

1 commands

litecli

SQLite CLI with auto-completion

litecli [database.db]
Details

lkbib commands

1 commands

lkbib

searches bibliographic databases

lkbib [keyword]
Details

lldb commands

1 commands

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

lmms commands

1 commands

lobtui commands

1 commands

lobtui

TUI for browsing lobste.rs in the terminal

lobtui
Details

locale commands

1 commands

locale

displays information about the current locale settings or lists available

locale
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

lookandfeeltool commands

1 commands

lorem commands

1 commands

lorem

generates Lorem Ipsum placeholder text

lorem [5]
Details

lowriter commands

1 commands

lsb_release commands

1 commands

lsb_release

displays Linux Standard Base and distribution-specific information

lsb_release --all
Details

lsdev commands

1 commands

lsdev

displays information about installed hardware detected by the kernel, reading

lsdev
Details

lshw commands

1 commands

lsscsi commands

1 commands

lsscsi

lists SCSI devices and their attributes

lsscsi
Details

lsusb commands

1 commands

lsusb

Display information about USB buses and connected devices

lsusb
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

maildrop commands

1 commands

maildrop

mail delivery agent with filtering

maildrop [filter.rc]
Details

mailq commands

1 commands

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

man commands

1 commands

man

displays manual pages

man [command]
Details

manconv commands

1 commands

manconv

converts man page encodings

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

mangohud commands

1 commands

mangohud

displays a real-time monitoring overlay on Vulkan and OpenGL

mangohud [command]
Details

manim commands

1 commands

manim

creates mathematical animations

manim [script.py] [SceneName]
Details

mariadb-install-db commands

1 commands

marp commands

1 commands

marp

creates presentations from Markdown

marp [slides.md] -o [slides.html]
Details

mastui commands

1 commands

mastui

Modern Mastodon TUI client for the terminal

mastui
Details

matrix-commander commands

1 commands

mdm commands

1 commands

megadl commands

1 commands

meilisearch commands

1 commands

meld commands

1 commands

meld

visual diff and merge tool

meld [file1] [file2]
Details

metaflac commands

1 commands

metaflac

command-line FLAC metadata editor

metaflac --list [file.flac]
Details

mgrtopbm commands

1 commands

mgrtopbm

converts MGR window system bitmap format to PBM

mgrtopbm [input.mgr] > [output.pbm]
Details

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

mii-tool commands

1 commands

minecraft-launcher commands

1 commands

minetestserver commands

1 commands

minidlnad commands

1 commands

minifab commands

1 commands

minifab

simplifies Hyperledger Fabric network deployment

minifab up
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

minio commands

1 commands

mixxx commands

1 commands

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

mkntfs commands

1 commands

mkntfs

creates NTFS filesystems

mkntfs [/dev/sdb1]
Details

mkreiserfs commands

1 commands

mlbt commands

1 commands

mlbt

TUI for viewing MLB baseball stats and live games

mlbt
Details

mm2gv commands

1 commands

mm2gv

converts Matrix Market format to Graphviz

mm2gv [matrix.mtx] -o [graph.gv]
Details

mmd commands

1 commands

mmd

creates directories on MS-DOS filesystems

mmd [a:dirname]
Details

modinfo commands

1 commands

modinfo

extracts and displays information from Linux kernel modules

modinfo module_name
Details

mogrify commands

1 commands

mogrify

modifies images in place

mogrify -resize [800x600] [*.jpg]
Details

mongod commands

1 commands

mongorestore commands

1 commands

mongosh commands

1 commands

monitui commands

1 commands

monitui

TUI for managing Hyprland monitor layouts

monitui
Details

moro commands

1 commands

moro

command-line work hours tracker

moro hi
Details

mosquitto_pub commands

1 commands

mosquitto_pub

publishes messages to an MQTT broker

mosquitto_pub -t [topic] -m "[message]"
Details

motion commands

1 commands

motion

Detect motion using a video4linux device or network camera

motion
Details

mozillavpn commands

1 commands

mpd commands

1 commands

mpicc commands

1 commands

mpicc

compiles MPI C programs

mpicc -o [program] [source.c]
Details

mpremote commands

1 commands

mqtt_check.py commands

1 commands

mqtt_check.py

nagios plugin for MQTT monitoring

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

msbuild commands

1 commands

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

mysql commands

1 commands

mysql

command-line client

mysql -u [username] -p [database]
Details

mysqladmin commands

1 commands

mysqlcheck commands

1 commands

mysqlcheck

checks, repairs, and optimizes MySQL tables

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

mysqld commands

1 commands

mysqlsh commands

1 commands

nagios4 commands

1 commands

nagios4

current stable IT infrastructure monitoring system

nagios4 -v [/etc/nagios4/nagios.cfg]
Details

nbfifteen commands

1 commands

nbmemoblocks commands

1 commands

ncspot commands

1 commands

ndc commands

1 commands

ndc

BIND name daemon controller

ndc reload
Details

ned commands

1 commands

neo4j-admin commands

1 commands

neo4j-admin

administers Neo4j databases

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

neofetch commands

1 commands

net commands

1 commands

net

samba network utility

net share
Details

netdiscover commands

1 commands

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

nginx commands

1 commands

nim commands

1 commands

nim

programming language compiler

nim c [program.nim]
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

nix-store commands

1 commands

nix-store

manages the Nix store

nix-store -q --references [/nix/store/...path]
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

nload commands

1 commands

nm-applet commands

1 commands

nm-connection-editor commands

1 commands

nm-tool commands

1 commands

nmtui-connect commands

1 commands

nmtui-edit commands

1 commands

nmtui-hostname commands

1 commands

nohup commands

1 commands

notes commands

1 commands

notes

simple command-line note-taking application

notes new "[note title]"
Details

noti commands

1 commands

noti

triggers notifications when commands complete

noti [long-running-command]
Details

now commands

1 commands

now

was the original Vercel CLI

now
Details

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

oapi-codegen commands

1 commands

oapi-codegen

generates Go code from OpenAPI 3

oapi-codegen -generate server -package [api] [spec.yaml] > [server.go]
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

ods-enforcer-db-setup commands

1 commands

ods-server commands

1 commands

ogrmerge.py commands

1 commands

ogrmerge.py

merges vector datasets

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

opam commands

1 commands

openapi-generator commands

1 commands

openapi-generator

generates API clients, server stubs, and documentation from OpenAPI

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

opencode commands

1 commands

openconnect commands

1 commands

opt commands

1 commands

opt

LLVM optimizer

opt [input.bc] -o [output.bc]
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

pacrepairdb commands

1 commands

pacrepairdb

fixes corrupted database entries in the libalpm database

pacrepairdb package_name
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

pamcomp commands

1 commands

pamcomp

composites two images

pamcomp [overlay.pam] [base.pam] > [output.pam]
Details

pamcrater commands

1 commands

pamcrater

generates synthetic terrain with impact craters, useful for creating planetary

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

pamdepth commands

1 commands

pamdepth

changes image bit depth

pamdepth [255] [input.pam] > [output.pam]
Details

pamdice commands

1 commands

pamdice

slices images into tiles

pamdice -width=[100] -height=[100] -outstem=[tile] [input.pam]
Details

pammixinterlace commands

1 commands

pammixinterlace

Mix adjacent lines to reduce interlacing artifacts in video frames

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

pamnoraw commands

1 commands

pamnoraw

converts binary PNM images to plain (ASCII) format

pamnoraw [input.ppm] > [output.ppm]
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

pamrgbatopng commands

1 commands

pamrgbatopng

converts PAM images with alpha channel to PNG format, preserving transparency

pamrgbatopng [input.pam] > [output.png]
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

pamtotga commands

1 commands

pamtotga

converts PAM/PNM images to TGA format

pamtotga [input.pam] > [output.tga]
Details

pamtotiff commands

1 commands

pamtotiff

converts PAM images to TIFF format

pamtotiff [input.pam] > [output.tiff]
Details

pamtouil commands

1 commands

pamtouil

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

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

pamtoxvmini commands

1 commands

pamtoxvmini

converts PAM/PNM images to XV visual schnauzer thumbnail format

pamtoxvmini [input.pam] > [output.xv]
Details

pamundice commands

1 commands

pamundice

reassembles tiled images

pamundice -across=[4] -down=[3] -listfile=[tiles.txt] > [output.pam]
Details

pandoc commands

1 commands

pandoc

converts document formats

pandoc [input.md] -o [output.html]
Details

pants commands

1 commands

pants

scalable build system for monorepos

pants list ::
Details

paperconf commands

1 commands

papis commands

1 commands

papis

command-line bibliography manager

papis add [document.pdf]
Details

parcel commands

1 commands

parcel

zero-configuration web application bundler

parcel [index.html]
Details

pax11publish commands

1 commands

pbmlife commands

1 commands

pbmlife

applies Game of Life rules

pbmlife [input.pbm] > [output.pbm]
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

pbmtoascii commands

1 commands

pbmtoascii

converts PBM bitmap images to ASCII art

pbmtoascii [input.pbm]
Details

pbmtopgm commands

1 commands

pbmtopgm

converts PBM bitmap to PGM grayscale by averaging pixel regions

pbmtopgm [width] [height] [input.pbm] > [output.pgm]
Details

pbuilder commands

1 commands

pcapfix commands

1 commands

pcapfix

repairs corrupted packet captures

pcapfix [corrupted.pcap]
Details

pcxtoppm commands

1 commands

pcxtoppm

converts PCX bitmap images to PPM format

pcxtoppm [input.pcx] > [output.ppm]
Details

pear commands

1 commands

pear

PHP Extension and Application Repository manager

pear install [package]
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_createsubscriber commands

1 commands

pg_createsubscriber

converts a physical standby to logical replication subscriber

pg_createsubscriber -d [dbname] -D [data_dir] -P [conninfo]
Details

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

pgmoil commands

1 commands

pgmoil

applies an oil painting effect to PGM images by selecting the most common gray

pgmoil [input.pgm] > [output.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

pgmtolispm commands

1 commands

pgmtolispm

converts PGM images to Lisp Machine bitmap format

pgmtolispm [input.pgm] > [output.lispm]
Details

pgmtopbm commands

1 commands

pgmtopbm

converts PGM grayscale images to PBM bitmap

pgmtopbm [input.pgm] > [output.pbm]
Details

pgmtopgm commands

1 commands

pgmtopgm

copies PGM images, normalizing format

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

phan commands

1 commands

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

php-cs-fixer commands

1 commands

phpbu commands

1 commands

phpcs commands

1 commands

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

pkcs11-tool commands

1 commands

pkcs11-tool

Manage PKCS#11 cryptographic tokens and smart cards

pkcs11-tool --list-token-slots
Details

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

pkl commands

1 commands

pkl

Programmable configuration language from Apple

pkl eval [config.pkl]
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

pnminterp commands

1 commands

pnminterp

Enlarge PNM images by interpolation

pnminterp [factor] [input.pnm] > [output.pnm]
Details

pnmpad commands

1 commands

pnmpad

Add padding to PNM images

pnmpad -left [10] -right [10] [input.pnm] > [output.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

pon commands

1 commands

pon

Initiate PPP dial-up connections

pon
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

ppmmorph commands

1 commands

ppmmorph

Create morphing sequence between images

ppmmorph -n [10] [control.ctl] [image1.ppm] [image2.ppm] > [sequence.ppm]
Details

ppmpat commands

1 commands

ppmpat

Generate decorative pattern images

ppmpat -gingham2 [100] [100] > [pattern.ppm]
Details

ppmplasma commands

1 commands

ppmplasma

Generate colorful plasma fractal images

ppmplasma [width] [height] > [plasma.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

ppmwheel commands

1 commands

ppmwheel

Generate HSV color wheel image

ppmwheel [diameter] > [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

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

pydoc3 commands

1 commands

pydoc3

Python 3 documentation browser

pydoc3 [module]
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

qrencode commands

1 commands

qsv commands

1 commands

qsv

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

qsv count [data.csv]
Details

qtile commands

1 commands

qtile

Hackable tiling window manager in Python

qtile start
Details

rabbitmq-plugins commands

1 commands

rabbitmq-queues commands

1 commands

rabbitmq-upgrade 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

realsr-ncnn-vulkan commands

1 commands

realsr-ncnn-vulkan

AI-powered image upscaling with GPU acceleration

realsr-ncnn-vulkan -i [input.jpg] -o [output.png]
Details

reindexdb commands

1 commands

reindexdb

Rebuild PostgreSQL database indexes

reindexdb [database_name]
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

rgb3toppm commands

1 commands

rgb3toppm

Combine RGB component files into PPM image

rgb3toppm [red.pgm] [green.pgm] [blue.pgm] > [output.ppm]
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

rscript commands

1 commands

rmarkdown

Render R Markdown documents to various formats

Rscript -e "rmarkdown::render('[file.Rmd]')"
Details

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

sar commands

1 commands

sar

Collect and report system activity statistics

sar -b 1
Details

sc_analysis_dump commands

1 commands

sc_wartsfilter commands

1 commands

sc_wartsfilter

Filter records from scamper warts files

sc_wartsfilter -i [input.warts] -o [output.warts] -t [traceroute]
Details

scdoc commands

1 commands

scdoc

Generate man pages from simple markup

scdoc < [input.scd] > [output.1]
Details

screenfetch commands

1 commands

script commands

1 commands

scriptreplay commands

1 commands

secon commands

1 commands

secon

Display SELinux security contexts

secon
Details

sensors commands

1 commands

sestatus commands

1 commands

showconsolefont commands

1 commands

shutdown commands

1 commands

shutdown

Safely power off or reboot the system

shutdown -h now
Details

sl commands

1 commands

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

sox commands

1 commands

sox

Universal command-line audio processor

sox [input.wav] [output.mp3]
Details

spa-monitor commands

1 commands

spa-monitor

PipeWire SPA device debugging utility

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

spectacle commands

1 commands

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

starlit commands

1 commands

starlit

Minimal and customizable weather CLI

starlit [seattle]
Details

steamos-boot-install commands

1 commands

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

stormy commands

1 commands

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-detect-virt commands

1 commands

systemd-inhibit commands

1 commands

systemd-sysext commands

1 commands

systemd-tmpfiles commands

1 commands

systemd-tty-ask-password-agent commands

1 commands

systemsettings commands

1 commands

systool commands

1 commands

systool

Sysfs device information viewer

systool -b [pci|usb|...] -v
Details

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

telinit commands

1 commands

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

timedatectl 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

toilet commands

1 commands

toilet

Display colorful ASCII art text banners

toilet [input_text]
Details

toot commands

1 commands

toot

Mastodon CLI and TUI client

toot tui
Details

tracepath commands

1 commands

tracepath

Trace network path with MTU discovery

tracepath -p 33434 [host]
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

unopkg commands

1 commands

unopkg

LibreOffice extension package manager

unopkg add [path/to/extension]
Details

unrar commands

1 commands

unrar

Extract RAR archive files

unrar x [archive.rar]
Details

unshare commands

1 commands

unshare

Run programs in isolated Linux namespaces

unshare -n command
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-install commands

1 commands

virt-install

Create and install libvirt virtual machines

virt-install -n [vm_name] --memory [1024] --vcpus [2] --disk path=[path/to/image.qcow2],size=[12] --cdrom [path/to/debian.iso] --osinfo [debian12]
Details

virt-qemu-run commands

1 commands

virtualenv commands

1 commands

vlock commands

1 commands

vlock

Lock Linux virtual console sessions

vlock
Details

vmware-checkvm commands

1 commands

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

wiki-tui commands

1 commands

wikit commands

1 commands

wikit

Wikipedia summaries from the terminal

wikit [topic]
Details

winecfg commands

1 commands

winetricks commands

1 commands

wipeclean 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

xinput commands

1 commands

xlock commands

1 commands

xlsfonts commands

1 commands

xmllint 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

ydotoold commands

1 commands

youtube-dl commands

1 commands

youtube-dl

Download videos from YouTube and other sites

youtube-dl "[url]"
Details

yumdownloader commands

1 commands

yuvsplittoppm commands

1 commands

yuvsplittoppm

Combine YUV component files into a PPM image

yuvsplittoppm [base] [width] [height] > [output.ppm]
Details

zabbix_agent2 commands

1 commands

zbarcam commands

1 commands

zdump commands

1 commands

zdump

Display timezone information

zdump [timezone]
Details

zfs commands

1 commands

zfs

Manage ZFS filesystems and snapshots

zfs list
Details

zpool commands

1 commands

zuse commands

1 commands

zuse

Sleek minimal IRC client for the terminal

zuse
Details