Input commands

找到 372 条

Directory listing

253 commands

1password

command-line password manager and secrets management

op signin
Details

aa-notify

Display and monitor AppArmor denial notifications

aa-notify --since-last
Details

acl

fine-grained file permission management

getfacl [path/to/file]
Details

airdecap-ng

Decrypt WEP and WPA/WPA2 encrypted capture files

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

airtun-ng

Create virtual tunnel interfaces for encrypted WiFi traffic

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

ak

Manage the authentik identity provider

ak server
Details

alertmanager

Handle alert deduplication, grouping, and routing for Prometheus

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

ali

HTTP load testing tool with real-time TUI charts

ali [http://host.xz]
Details

antlr

Generate parsers from grammar files

antlr4 [Grammar.g4]
Details

artisan

Laravel's command-line interface for PHP development tasks.

php artisan list
Details

asciidoc

Convert AsciiDoc markup to HTML and DocBook

asciidoc [document.txt]
Details

authelia

Authentication and authorization server with multi-factor support

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

aws-acm-pca

Manage private certificate authorities and certificates

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

aws-s3-cp

Copy files to and from S3 buckets

aws s3 cp [file.txt] s3://[bucket-name]/
Details

aws-s3

High-level S3 file management commands

aws s3 ls
Details

aws-sts

Request temporary security credentials and verify identity.

aws sts get-caller-identity
Details

awsesh

AWS SSO session and credential manager with an interactive terminal UI

sesh
Details

bagels

terminal-based expense tracker with budgeting and insights

bagels
Details

bashtop

Terminal-based resource monitor written in bash

bashtop
Details

batch

Execute commands when system load permits

batch
Details

benben

Fast command-line audio player and converter with VGM chip emulation

benben [path/to/song.mp3]
Details

bind

Set Readline key bindings and variables in Bash

bind -P
Details

bindkey

Manage shell key bindings in Zsh and tcsh

bindkey
Details

binsider

TUI tool for analyzing ELF binaries

binsider [path/to/binary]
Details

bottom

Cross-platform graphical system and process monitor

btm
Details

browsh

Modern text-based web browser for terminals

browsh
Details

browsr

File explorer TUI with cloud storage support

browsr
Details

bsdgames

Collection of classic BSD Unix text-based games

bsdgames-adventure
Details

burn

Console front-end for burning Data, Audio, ISO and copy CDs

burn -D -p [path/to/dir]
Details

celerator

TUI monitor and debugger for Celery tasks

celerator --broker=redis://localhost:6379/0
Details

certtool

GnuTLS certificate and key generation tool

certtool -p --outfile [path/to/private.key]
Details

File inspection

179 commands

7z

high-compression file archiver supporting multiple formats

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

ad

Adaptable modal text editor

ad [path/to/file]
Details

age-inspect

inspect age-encrypted files without decrypting them

age-inspect [secrets.age]
Details

apisnip

TUI for trimming OpenAPI specifications

apisnip [input.yaml]
Details

apport-unpack

Extract fields from crash reports into individual files.

apport-unpack [/var/crash/_usr_bin_app.1000.crash] [output_directory]
Details

asar

Pack and extract Electron application archives.

asar pack [dir/] [output.asar]
Details

at

Schedule commands to execute at a specified time

at now + 5 minutes
Details

aws-aurora

Manage Amazon Aurora relational database clusters via AWS CLI

aws rds create-db-cluster --db-cluster-identifier [my-cluster] --engine aurora-mysql --master-username [admin] --master-user-password [password]
Details

aws-glue

Manage serverless ETL jobs and data catalog

aws glue create-crawler --name [my-crawler] --role [arn:aws:iam::account:role/glue-role] --database-name [my-database] --targets S3Targets=[{Path=s3://my-bucket/data/}]
Details

aws-kinesis

Manage real-time data streaming with Kinesis Data Streams.

aws kinesis create-stream --stream-name [my-stream] --shard-count 1
Details

az-storage-container

Manage Azure Blob Storage containers

az storage container create -n [container-name] --account-name [account]
Details

bdftopcf

Convert BDF bitmap fonts to PCF format

bdftopcf [font.bdf] > [font.pcf]
Details

bibiman

TUI for managing BibLaTeX databases with Vim-like keybindings

bibiman [path/to/references.bib]
Details

btop

Terminal-based resource monitor with GPU support

btop
Details

btrfs-send

Generate a stream of btrfs subvolume changes for backup and replication

btrfs send [/path/to/snapshot]
Details

buddy-ng

Companion server for easside-ng WEP attacks

buddy-ng
Details

camelot

Extract tables from PDF files

camelot read -p [1] [document.pdf]
Details

ccomps

decompose graphs into connected components

ccomps -x [input.dot]
Details

ccrypt

AES-based file encryption and decryption

ccrypt [file.txt]
Details

cdrdao

disc-at-once CD recording and reading

cdrdao read-cd --device [/dev/cdrom] --read-raw [image.toc]
Details

ci

Check in RCS revisions

ci [path/to/file]
Details

cmdperf

Interactive command-line benchmarking tool

cmdperf "sleep 0.1"
Details

co

RCS revision checkout

co [file.txt]
Details

concord

Concord workflow CLI for linting and running flows locally

concord --version
Details

cotp

Encrypted command-line TOTP/HOTP authenticator

cotp
Details

crypttab

encrypted block device configuration

cat /etc/crypttab
Details

csvlens

CSV file viewer with search and navigation

csvlens [path/to/file.csv]
Details

cytune

Tune driver parameters for Cyclades-Z multiport serial card

cytune -g /dev/ttyC0
Details

dari-docs

Test documentation clarity with simulated developer agents

dari-docs check . --managed --task "[Install the SDK and make a first API call]"
Details

debsign

GPG signing tool for Debian packages

debsign [package.changes]
Details

dirac

Efficient AI coding agent CLI

dirac "[describe the task]"
Details

double-bracket

enhanced conditional expression for bash/zsh

[[ -f [file] ]] && echo "exists"
Details

Text processing

124 commands

apt-key

Deprecated APT key management utility for package authentication

apt-key list
Details

autokey

Desktop text expansion and automation utility

autokey-gtk
Details

awesome

Highly configurable tiling window manager for X11

awesome
Details

aws-dynamodb

Manage tables and items in Amazon DynamoDB.

aws dynamodb create-table --table-name [my-table] --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --billing-mode PAY_PER_REQUEST
Details

az-tui

Terminal UI for managing Azure Container Apps

az-tui
Details

badblocks

Scan devices for bad disk blocks

badblocks -v [/dev/sdb]
Details

bindgen

Generate Rust FFI bindings from C/C++ headers

bindgen [input.h] -o [bindings.rs]
Details

bpytop

Terminal-based resource monitor with graphs

bpytop
Details

certutil

NSS certificate database management

certutil -L -d [~/.pki/nssdb]
Details

clef

standalone Ethereum account manager and transaction signer

clef init
Details

cli4

Cloudflare API v4 command-line client

cli4 /zones
Details

clipse

Configurable TUI clipboard manager for Unix

clipse
Details

cms.1s

Cryptographic Message Syntax operations via OpenSSL

openssl cms -sign -in [file.txt] -out [signed.p7m] -signer [cert.pem] -inkey [key.pem]
Details

consul-kv

distributed key-value store management

consul kv get [key]
Details

cqlsh

interactive Cassandra Query Language shell

cqlsh
Details

deluge-console

Text-based console interface for the Deluge BitTorrent client

deluge-console
Details

devzat

SSH-based chat server you join with your existing SSH client

ssh [devzat.hackclub.com]
Details

dhall

programmable configuration language with guaranteed termination

dhall <<< "[expression]"
Details

diskonaut

terminal-based disk space navigator with treemap visualization

diskonaut
Details

dotenvx

encrypted environment variable manager

dotenvx run -- [command]
Details

dte

Small configurable terminal text editor

dte [filename]
Details

esptool

Espressif chip firmware flashing utility

esptool.py --port [/dev/ttyUSB0] write_flash 0x00000 [firmware.bin]
Details

etcd

distributed key-value store with Raft consensus

etcd
Details

etcdctl

command-line client for etcd key-value store

etcdctl put [mykey] "[myvalue]"
Details

exo-iam

Exoscale identity and access management

exo iam api-key list
Details

fim

framebuffer and terminal image viewer

fim [image.jpg]
Details

fio

flexible I/O tester and benchmark

fio --name=test --rw=read --size=[1G]
Details

flask-unsign

Flask session cookie manipulation and cracking

flask-unsign --decode --cookie "[cookie_value]"
Details

Search and filters

77 commands

aptdcon

command-line client for the aptdaemon package management service

aptdcon --install "[package1 package2]"
Details

asciitoppm

Convert ASCII text to PPM color image

asciitoppm < [ascii.txt] > [output.ppm]
Details

aws-dynamodbstreams

Read change data capture records from DynamoDB tables.

aws dynamodbstreams list-streams --table-name [table_name]
Details

az-sshkey

Manage SSH public key resources in Azure

az sshkey create --name [MySSHKey] --resource-group [MyResourceGroup]
Details

az-tag

Manage tags on Azure resources

az tag create --resource-id [resource-id] --tags [env=prod team=dev]
Details

backlit-kbd

Control keyboard backlight brightness on Linux

backlit-kbd info
Details

bitchat-tui

Peer-to-peer encrypted chat over Bluetooth LE in the terminal

bitchat-tui
Details

borgbackup

Deduplicating backup with compression and encryption

borg init --encryption=repokey [/path/to/repo]
Details

caps-log

Terminal journaling tool with Markdown storage

caps-log
Details

checksec

audit security features in ELF binaries

checksec --file=[path/to/binary]
Details

clockify

Clockify time tracking CLI client

clockify-cli start "[Task description]"
Details

dconf-read

read values from dconf configuration database

dconf read /[path/to/key]
Details

dconf-write

write values to dconf configuration database

dconf write /[path/to/key] "[value]"
Details

dconf

GNOME configuration database management tool

dconf read /[path/to/key]
Details

dm-tool

LightDM display manager control

dm-tool switch-to-greeter
Details

dropbearkey

generate SSH keys for Dropbear

dropbearkey -t ed25519 -f [path/to/key_file]
Details

dunstify

desktop notification sender for dunst

dunstify "[message]"
Details

durdraw

ASCII/ANSI art editor with animation support

durdraw
Details

easside-ng

automated WEP key recovery tool

sudo easside-ng -f [wlan0] -s [buddy_ip]
Details

exif

EXIF metadata viewer and editor

exif [path/to/image.jpg]
Details

foot

fast Wayland terminal emulator

foot
Details

git-for-each-repo

Execute Git commands across multiple repositories

git for-each-repo --config=[maintenance.repo] [fetch]
Details

gpg-zip

Encrypt or sign files into a GPG archive (deprecated)

gpg-zip --symmetric --output [archive.gpg] [directory]
Details

hwatch

Modern alternative to the watch command with diff history

hwatch [command]
Details

ipcmk

creates System V IPC resources

ipcmk -M [segment_size_in_bytes]
Details

kubectl-exec

executes a command in a container running in a pod

kubectl exec [pod-name] -- [command]
Details

File operations

58 commands

apptainer

Build, run, and manage application containers for HPC

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

astroterm

display real-time celestial maps in the terminal

astroterm --color --constellations
Details

aws-s3-mv

Move files to, from, and between S3 buckets

aws s3 mv [file.txt] s3://[bucket-name]/
Details

charm

Encrypted cloud storage and key-value database

charm kv set [key] [value]
Details

claude

AI-powered agentic coding assistant CLI

claude
Details

cline

Model-agnostic AI coding agent for the terminal

cline
Details

codex

OpenAI terminal-based coding agent

codex
Details

colrm

remove columns from text input

colrm 1 1
Details

cosign

Container image signing and verification tool

cosign sign [registry/image@sha256:digest]
Details

croc

secure file transfer tool

croc send [file]
Details

debezium

distributed platform for change data capture

debezium-server
Details

declare

bash builtin for declaring variables with attributes

declare -i [number]=42
Details

dolt-blame

show the commit, author, and timestamp that last modified each row of a Dolt table

dolt blame [table_name]
Details

ds4

Command-line monitor for Sony DualShock 4 controllers on Linux

ds4
Details

evtest

Input device event monitor and query tool

sudo evtest
Details

getln

read a line from the zsh buffer stack

getln [variable_name]
Details

gitu

TUI Git client inspired by Magit

gitu
Details

imv

lightweight image viewer for Wayland and X11, designed for use with tiling

imv [path/to/image1] [path/to/image2]
Details

iotop

Top-like utility for monitoring disk I/O usage by processes in real-time

sudo iotop
Details

ipcrm

removes System V IPC resources

ipcrm -m [shmem_id]
Details

jiratui

TUI for interacting with Atlassian Jira

jiratui
Details

joshuto

Ranger-like terminal file manager written in Rust

joshuto
Details

kafka

distributed event streaming platform

kafka-server-start.sh [config/server.properties]
Details

kimi

moonshot AI's command-line agent for AI-driven coding and terminal operations

kimi
Details

kr

krypton CLI for SSH key management

kr pair
Details

menyoki

Screenshot, screencast, and image operations on the command line

menyoki capture png save
Details

mp4decrypt

Decrypt encrypted MP4 files

mp4decrypt --key [track_id]:[hex_key] [input.mp4] [output.mp4]
Details

musikcube

Cross-platform terminal-based music player and server

musikcube
Details

nc

Read and write arbitrary data across TCP and UDP connections — the network Swiss-army knife

nc -l [8080]
Details

netcat

versatile networking utility for reading and writing data across TCP and UDP

nc [host] [port]
Details

Network diagnostics

47 commands

alltray

Dock any application into the system tray.

alltray
Details

aws-ce

Analyze cloud cost and usage data.

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

aws-ec2

Manage virtual servers and networking on Amazon EC2.

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

aws-rds

Manage relational database instances

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

aws-vpc

Manage Virtual Private Cloud networks, subnets, and gateways.

aws ec2 describe-vpcs
Details

blkpr

Manage persistent reservations on block devices

blkpr -c register -k reservation_key /dev/sda
Details

cardano-cli

Command-line interface for the Cardano blockchain

cardano-cli query tip --mainnet
Details

chawan

Text-mode web browser and terminal pager

cha [example.org]
Details

codecov

Code coverage report uploader for the Codecov service

codecovcli upload-process -t [token]
Details

csv-diff

compare CSV files and show differences

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

dolt-sql

execute SQL queries on versioned database

dolt sql -q "[SELECT * FROM table]"
Details

frida

Dynamic instrumentation toolkit for developers and security researchers

frida [process_name]
Details

git-sh-setup

Common shell library for Git scripts

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

gpg

GNU Privacy Guard encryption and signing tool

gpg --gen-key
Details

gsettings

GNOME desktop configuration command-line interface

gsettings set [org.example.schema] [example-key] [value]
Details

gurk

Signal Messenger client for the terminal

gurk
Details

i386

run a program with the 32-bit x86 (i386) personality — alias of setarch i386

tldr setarch
Details

jira-navigate

Open various Jira views in your web browser

jira navigate --project [PROJECT_KEY]
Details

jmtpfs

FUSE filesystem for accessing MTP devices like Android phones

jmtpfs [mountpoint]
Details

keyd

key remapping daemon for Linux using kernel-level input

systemctl enable keyd --now
Details

kotlin

Run Kotlin scripts and provide a REPL

kotlin script.kts
Details

kubectl-taint

adds or removes node taints

kubectl taint nodes [node-name] [key=value:NoSchedule]
Details

minipro

Open-source programmer for TL866II+, TL866A, TL866CS, and T48 devices

minipro -p [AT24C256] -r [output.bin]
Details

npm-author

configuration sets default author for new packages

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

passepartui

Terminal user interface for the pass password manager

passepartui
Details

pct-console

attaches to a container's TTY console, providing direct terminal access

pct console [100]
Details

pkey.1s

Process and convert public and private keys with OpenSSL

openssl pkey -in [key.pem] -pubout -out [pub.pem]
Details

reader

Terminal reader view for cleaner web page content

reader [https://example.com/article]
Details

rnano

View files in read-only nano editor

rnano [file]
Details

rss2email

Forward RSS feed items to email

r2e new [email@example.com]
Details

Processes and services

25 commands

cgget

read cgroup parameters

cgget -a [path/to/cgroup]
Details

consul

service discovery and configuration tool

consul agent -dev
Details

electrum

Lightweight Bitcoin wallet with SPV verification

electrum
Details

ideviceinfo

display information from a connected iOS device (libimobiledevice)

ideviceinfo
Details

in-toto-sign

adds cryptographic signatures to in-toto metadata files

in-toto-sign -k [key.pem] -f [link_file]
Details

kdocker

allows any application to be docked to the system tray

kdocker
Details

kreadconfig5

reads values from KDE Plasma 5 configuration files

kreadconfig5 --group [group_name] --key [key_name]
Details

pocket

Manage Pocket read-later service from terminal

pocket add [url]
Details

pulsar-admin

Apache Pulsar cluster administration tool

pulsar-admin tenants list
Details

qjoypad

Map gamepad input to keyboard and mouse

qjoypad
Details

tiptop

Top-like display backed by hardware performance counters

tiptop
Details

tome

Roguelike dungeon crawler in Middle Earth

tome
Details

udiskie

Automounter for removable media

udiskie --tray --notify
Details

utop

Enhanced interactive OCaml toplevel REPL

utop
Details

zbarimg

Read barcodes from image files

zbarimg [image.png]
Details

zm

Manage ZoneMinder surveillance daemons

sudo zmpkg.pl start
Details

Users and permissions

15 commands

blockdev

Query and set block device parameters

sudo blockdev --report
Details

btrfs-property

Get and set properties on btrfs filesystem objects

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

delpart

ask kernel to forget about a partition

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

dm-crypt

Linux disk encryption subsystem

sudo cryptsetup luksFormat [/dev/sdX]
Details

e2fsck

check and repair ext filesystems

sudo e2fsck /dev/sdXN
Details

git-hooks

Scripts triggered at Git workflow points

echo '#!/bin/sh' > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit
Details

hid2hci

switches Bluetooth USB dongles between HID and HCI modes

sudo hid2hci --mode=hci --method=csr --devpath=[/sys/devices/...]
Details

jj-config-unset

removes configuration values from Jujutsu config files

jj config unset --user [key]
Details

loadkeys

load keyboard translation tables for the console

sudo loadkeys [en|de|dvorak]
Details

lxc-console

launches a console for the specified container

sudo lxc-console container_name
Details

ntfsfix

fixes common NTFS problems that prevent the filesystem from being mounted

sudo ntfsfix [/dev/sdXN]
Details

pactrans

Install, remove, and upgrade packages using ALPM transactions

sudo pactrans --install [package]
Details

rpmsign

Sign RPM packages with GPG keys

rpmsign --addsign [package.rpm]
Details

sxiv

Simple lightweight X11 image viewer

sxiv path/to/image
Details

tofuref

TUI for OpenTofu provider registry browsing

tofuref
Details

SSH and remote access

11 commands

cloud-init

cloud instance initialization and configuration

cloud-init status
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

pkgctl-repo

Manage Arch Linux Git packaging repositories

pkgctl repo clone [pkgname]
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

step

Certificate and key management CLI

step ca init
Details

warp

Secure and simple terminal sharing

warp open [session-name]
Details

Editors

9 commands

elfeed

Extensible RSS/Atom feed reader for Emacs

M-x elfeed
Details

lvim

pre-configured Neovim distribution with IDE-like features

lvim
Details

view

Open files in read-only Vim mode

view [file]
Details

vim

Highly configurable modal text editor

vim [file]
Details

Security tools

9 commands

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

gpg-tui

Terminal user interface for GnuPG key management

gpg-tui
Details

openssl-genpkey

generates private keys for various algorithms

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

openssl-req

creates and processes certificate signing requests

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

paperkey

extracts printable GPG key data

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

Shell workflow

9 commands

az-lock

Manage Azure resource locks

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

b4n

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

b4n
Details

git-bundle

Create and manipulate portable bundle files

git bundle create [repo.bundle] --all
Details

kdash

fast terminal dashboard for Kubernetes written in Rust

kdash
Details

pspg

Unix pager designed for tables and PostgreSQL output

export PAGER=pspg
Details

HTTP and downloads

5 commands

hg-serve

starts a built-in HTTP server for the repository

hg serve
Details

lazyagent

Monitor all your coding agent sessions from one terminal

lazyagent
Details

Media tools

5 commands

openssl-pkey

general-purpose key processing tool

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

polars

Query and convert data files via CLI

polars read [file.csv]
Details

Package management

4 commands

aws-codeartifact

Manage private package artifact repositories.

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

copr

Fedora community repository manager

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

Containers and orchestration

2 commands

lazycelery

TUI for monitoring and managing Celery workers and tasks

lazycelery
Details

pocker

TUI tool for Docker container management

pocker
Details

az commands

2 commands

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

Archive and compression

1 commands

mkosi

builds customized, modern Linux OS images

mkosi summary
Details

agetty commands

1 commands

agetty

Open a terminal and prompt for login

agetty [tty] [115200]
Details

arandr commands

1 commands

arandr

Visual front end for display configuration

arandr
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

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

bun commands

1 commands

calibre-server commands

1 commands

cargo commands

1 commands

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

clisp commands

1 commands

crane commands

1 commands

crane-mutate

modify image metadata without rebuilding

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

cryptsetup commands

1 commands

cryptsetup

dm-crypt and LUKS encrypted volume manager

cryptsetup luksFormat /dev/sda1
Details

debman commands

1 commands

debman

read man pages from uninstalled Debian packages

debman -p [package] [command]
Details

drracket commands

1 commands

drracket

integrated development environment for Racket

drracket
Details

echo commands

1 commands

sendmail

Send email via mail transfer agent

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

ecryptfs-setup-swap commands

1 commands

efivar commands

1 commands

genpmk commands

1 commands

genpmk

WPA/WPA2 PSK precomputation tool

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

git commands

1 commands

gitui commands

1 commands

gitui

Fast terminal UI for Git written in Rust

gitui
Details

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

gxditview commands

1 commands

gxditview

displays groff output in an X11 window

gxditview [file.roff]
Details

hackernews-tui commands

1 commands

hardcover-tui 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

jo commands

1 commands

jo

creates JSON from shell arguments

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

kaskade commands

1 commands

kinit commands

1 commands

kinit

obtains Kerberos tickets from the Key Distribution Center

kinit [username]
Details

kwriteconfig5 commands

1 commands

kwriteconfig5

writes values to KDE Plasma 5 configuration files

kwriteconfig5 --group [group_name] --key [key] [value]
Details

makoctl commands

1 commands

makoctl-invoke

triggers actions on notifications displayed by the mako notification daemon

makoctl invoke
Details

minimap2 commands

1 commands

minimap2

versatile sequence aligner for DNA and RNA sequences

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

monitui commands

1 commands

monitui

TUI for managing Hyprland monitor layouts

monitui
Details

ninvaders commands

1 commands

nixos-option commands

1 commands

nixos-option

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

nixos-option [option_key]
Details

ods-enforcer-db-setup commands

1 commands

phear commands

1 commands

pint commands

1 commands

pint

validates Prometheus alerting and recording rules

pint lint [rules.yaml]
Details

pkcs11-tool commands

1 commands

pkcs11-tool

Manage PKCS#11 cryptographic tokens and smart cards

pkcs11-tool --list-token-slots
Details

qm commands

1 commands

qm-sendkey

Send key events to a Proxmox VM

qm sendkey [vmid] ctrl-alt-delete
Details

readonly commands

1 commands

readonly

Mark shell variables as read-only

readonly [VAR]="[value]"
Details

stormy commands

1 commands

systemd-inhibit commands

1 commands

systemd-sysext commands

1 commands

systemd-tty-ask-password-agent commands

1 commands

tatuin commands

1 commands

tatuin

Task aggregator TUI for multiple providers

tatuin
Details

tgt commands

1 commands

tock commands

1 commands

tock

Digital clock for the terminal

tock -s -m -c
Details

tshark commands

1 commands

tshark

Command-line network packet analyzer

tshark
Details

wego commands

1 commands

wego

Terminal weather forecast with ASCII art

wego
Details

wev commands

1 commands

wev

Wayland event viewer for input debugging

wev
Details

while commands

1 commands

while

Shell loop with conditional execution

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

xdotool commands

1 commands

xdotool

X11 keyboard and mouse automation

xdotool search --onlyvisible --name firefox
Details

xinput commands

1 commands

xlock commands

1 commands

xscreensaver-settings commands

1 commands

xset commands

1 commands

xset

Configure X server preferences

xset s off
Details

ydotoold commands

1 commands

zfs commands

1 commands

zfs

Manage ZFS filesystems and snapshots

zfs list
Details