Development commands

找到 436 条

Directory listing

304 commands

2to3

automated Python 2 to Python 3 code converter

2to3 [script.py]
Details

agentbox

Manage AgentBox cloud sandboxes and templates from the terminal

npm install -g agentbox-cli
Details

airflow

Platform to author, schedule, and monitor data workflows

airflow scheduler
Details

aislop

Catch AI-generated code smells and low-quality patterns left by coding agents

aislop scan
Details

argospm

Argos Translate package manager for offline translation models

argospm update
Details

artisan

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

php artisan list
Details

as

Translate assembly language source into object files.

as [path/to/file.s]
Details

asdf

Manage multiple runtime versions with a single tool

asdf plugin add [nodejs]
Details

ast-grep

Structural code search and rewrite using AST patterns

ast-grep --pattern 'console.log($ARG)'
Details

atac

Postman-like API client for the terminal

atac
Details

austin-tui

Top-like TUI for the Austin Python frame stack sampler

austin-tui python3 [path/to/script.py]
Details

avr-gcc

GNU C compiler for AVR microcontrollers

avr-gcc -mmcu=[atmega328p] -o [output.elf] [source.c]
Details

bark

AI text-to-audio synthesis with expressive speech.

python -m bark --text "[Hello, how are you?]" --output_filename [output.wav]
Details

bear

Generate compilation database for clang tooling

bear -- make
Details

beautifulsoup

Parse and extract data from HTML and XML documents

python3 -c "from bs4 import BeautifulSoup; import requests; print([a['href'] for a in BeautifulSoup(requests.get('[url]').text, 'html.parser').find_all('a', href=True)])"
Details

bkp

simple utility for creating backups of files and directories

bkp [path/to/file]
Details

bondai

AI agent framework with built-in tools

bondai
Details

bootc

Transactional OS updates using container images

bootc status
Details

bower

Manage front-end web dependencies.

bower install [jquery]
Details

bpkg

Package manager for bash scripts.

bpkg install [package-name] -g
Details

browsr

File explorer TUI with cloud storage support

browsr
Details

build

Build Python packages for distribution

python -m build
Details

bun-build

Bundle JavaScript and TypeScript for production

bun build [./src/index.ts] --outdir [./dist]
Details

bun-create

Scaffold new projects from templates

bun create [template] [project-name]
Details

bun-i

Install packages (alias for bun install)

bun i
Details

bun-pm-trust

Manage trusted dependencies in Bun projects

bun pm trust [package1] [package2]
Details

File inspection

175 commands

ansible

Agentless IT automation and configuration management

ansible all -m ping
Details

apptainer-build

Build Apptainer container images from definition files or remote sources.

apptainer build [path/to/image.sif] [path/to/definition.def]
Details

apptainer-pull

Download container images from remote registries.

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

aws-codebuild

Run managed continuous integration builds.

aws codebuild start-build --project-name [my-project]
Details

aws-ecs

Manage Amazon Elastic Container Service resources

aws ecs list-clusters
Details

aws-eks

Manage Amazon Elastic Kubernetes Service clusters

aws eks create-cluster --name [my-cluster] --role-arn [arn:aws:iam::account:role/eks-role] --resources-vpc-config subnetIds=[subnet-1],[subnet-2],securityGroupIds=[sg-123]
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-kafka

Manage Amazon Managed Streaming for Apache Kafka clusters.

aws kafka create-cluster --cluster-name [my-cluster] --kafka-version [3.5.1] --number-of-broker-nodes 3 --broker-node-group-info file://[broker-config.json]
Details

aws-lambda

Manage serverless functions and event-driven compute.

aws lambda create-function --function-name [my-function] --runtime python3.11 --role [arn:aws:iam::account:role/lambda-role] --handler [index.handler] --zip-file fileb://[function.zip]
Details

breathe

Paced resonance breathing pacer for the terminal

breathe
Details

buildah

Build OCI and Docker container images without a daemon

buildah build -t [myimage] [.]
Details

bun-patch

Patch installed packages locally

bun patch [package-name]
Details

camelot

Extract tables from PDF files

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

carton

Perl module dependency manager

carton install
Details

ccat

colorizing cat with syntax highlighting

ccat [file.py]
Details

ccomps

decompose graphs into connected components

ccomps -x [input.dot]
Details

chardet

detect character encoding of text files

chardet [file.txt]
Details

circup

Package manager for CircuitPython libraries

circup list
Details

clone

Create a child process with fine-grained resource sharing

clone(child_func, stack_top, CLONE_NEWNS | SIGCHLD, arg)
Details

crane-copy

copy container images between registries

crane copy [source_image] [destination_image]
Details

csvpy

Interactive Python shell for CSV files

csvpy [data.csv]
Details

cvs

Concurrent Versions System for version control

cvs checkout [module_name]
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

deno

secure runtime for JavaScript and TypeScript

deno run [script.ts]
Details

devpod

reproducible development environments on any infrastructure

devpod up [github.com/user/repo]
Details

devspace

Kubernetes developer tool with hot reloading

devspace init
Details

direnv

per-directory environment variable manager

eval "$(direnv hook bash)"
Details

distrobox

Run Linux distributions in containers with host integration

distrobox create --name [mycontainer] --image [ubuntu:latest]
Details

File operations

98 commands

aimock

Mock infrastructure for AI application testing

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

airshare

Share files between devices on the local network

airshare [mycode] [file.txt]
Details

apptainer

Build, run, and manage application containers for HPC

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

autopep8

Automatically format Python code to PEP 8 style

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

box

official CLI for interacting with Box cloud storage

box login
Details

burp

Web application security testing platform

burpsuite
Details

cake

Cross-platform build automation using C#

dotnet cake
Details

caprover

Deploy and manage applications on CapRover

caprover login
Details

circleci

CLI for CircleCI continuous integration platform

circleci setup
Details

cmake

cross-platform build system generator

cmake -B [build]
Details

codecrafters

hands-on software engineering challenges platform CLI

codecrafters login
Details

conan

C/C++ package manager for all platforms

conan install [.]
Details

conda

package and environment manager for Python and data science

conda create -n [myenv] [python=3.11]
Details

coolify

self-hostable PaaS platform

curl -fsSL https://get.coolify.io | bash
Details

docker-container-cp

copy files between container and host

docker container cp [container]:[/path/in/container] [/local/path]
Details

docker-cp

copy files between containers and the host

docker cp [container]:[/path/to/file] [/local/path]
Details

docker-rm

remove stopped containers from the system

docker rm [container]
Details

docker-secret

manage sensitive data in Docker Swarm

docker secret create [name] [file]
Details

docker-service

manage containerized services in Docker Swarm

docker service create --name [name] [image]
Details

docker

container platform for application deployment

docker run [image]
Details

doctl-apps

manage DigitalOcean App Platform applications

doctl apps list
Details

dokku

self-hosted Platform-as-a-Service powered by Docker

dokku apps:create [app_name]
Details

ds4

Command-line monitor for Sony DualShock 4 controllers on Linux

ds4
Details

Search and filters

98 commands

alembic

Manage SQLAlchemy database migrations

alembic init [alembic]
Details

apptainer-exec

Execute a command within an Apptainer container.

apptainer exec [container.sif] [command]
Details

apptainer-run

Execute the default runscript of a container.

apptainer run [container.sif]
Details

asan

Detect memory errors at runtime via compiler instrumentation.

gcc -fsanitize=address -g [program.c] -o [program]
Details

backlit-kbd

Control keyboard backlight brightness on Linux

backlit-kbd info
Details

black

Opinionated Python code formatter

black [script.py]
Details

bloodhound-python

Collect Active Directory data for BloodHound analysis

bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
Details

buck

Fast multi-language build system

buck build //[path/to:target]
Details

bun-why

Show why a package is installed

bun why [package]
Details

bunny

Official command-line interface for bunny.net

bunny login
Details

cardano-node

Core node software for the Cardano blockchain network

cardano-node run --topology [path/to/topology.json] --database-path [path/to/db] --socket-path [path/to/node.socket] --config [path/to/config.json]
Details

cdk

AWS Cloud Development Kit CLI

cdk init app --language [typescript]
Details

choose

human-friendly alternative to cut and awk

echo "one two three" | choose 0
Details

concourse

container-based continuous integration server

concourse quickstart --add-local-user [admin]:[password] --main-team-local-user [admin]
Details

coverage

Python code coverage measurement tool

coverage run [script.py]
Details

docker-commit

create image from container changes

docker commit [container_id] [image_name:tag]
Details

docker-diff

Inspect changes to files or directories on a container's filesystem

docker diff [container_name]
Details

docker-exec

execute commands in a running container

docker exec [container] [command]
Details

docker-image-tag

Tag Docker images with repository and version identifiers

docker image tag [source_image]:[tag] [target_image]:[version]
Details

docker-slim

optimize and reduce Docker image sizes

docker-slim build [image]
Details

docker-tag

create tags for Docker images

docker tag [source_image] [target_image]:[tag]
Details

doppler-run

execute commands with injected secrets

doppler run -- [node app.js]
Details

Text processing

96 commands

ant

Java-based build automation tool

ant
Details

autoflake

Remove unused imports and variables from Python code

autoflake --in-place --remove-unused-variables [file.py]
Details

autokey

Desktop text expansion and automation utility

autokey-gtk
Details

aws-batch

Run batch computing workloads on managed infrastructure

aws batch submit-job --job-name [my-job] --job-queue [my-queue] --job-definition [my-definition]
Details

aws-ecr

Manage Docker container image repositories on AWS.

aws ecr get-login-password | docker login --username AWS --password-stdin [account-id].dkr.ecr.[region].amazonaws.com
Details

az-redis

Manage Azure Cache for Redis instances

az redis create --name [MyCache] --resource-group [MyResourceGroup] --location [eastus] --sku [Basic] --vm-size [c0]
Details

bbrew

CLI tool for searching Homebrew and Linuxbrew formulae and casks

bbrew search [query]
Details

bpytop

Terminal-based resource monitor with graphs

bpytop
Details

bun-unlink

Remove symbolic package links created by bun link

bun unlink
Details

castxml

generate XML descriptions of C/C++ declarations

castxml --castxml-output=1 [header.hpp] -o [output.xml]
Details

cqlsh

interactive Cassandra Query Language shell

cqlsh
Details

cribbage

classic cribbage card game against the computer

cribbage
Details

ctop

Real-time container metrics monitor

ctop -a
Details

ctr

Containerd command-line client

ctr containers list
Details

distcc

distributed C/C++ compilation across network hosts

distcc [gcc] -c [file.c] -o [file.o]
Details

dtop

Terminal dashboard for Docker container monitoring

dtop
Details

faker

localized fake data generation library CLI

faker name
Details

fin

Docksal Docker development environment CLI

fin project list
Details

flake8

Python code linter and style checker

flake8 [file.py]
Details

flask

Python web microframework CLI

flask run
Details

freqtrade

cryptocurrency trading bot framework

freqtrade trade --config [config.json] --strategy [StrategyName]
Details

geth

official Go implementation of Ethereum protocol

geth
Details

gh-pages

Publish static sites to GitHub Pages branch

npx gh-pages -d [dist]
Details

gvcolor

graphviz filter that colors nodes in a ranked directed graph

dot -Tcanon [graph.gv] | gvcolor | dot -Tpng -o [output.png]
Details

gvmap

creates geographical-style maps from graphs

gvmap [input.gv] > map.gv
Details

gvpr

graph stream editor, similar to awk for graphs

gvpr -f [script.gvpr] [input.gv]
Details

isort

sorts Python imports alphabetically and separates them into sections

isort [file.py]
Details

jeeves

Run development dependencies inside pre-configured Docker containers

pip install git+https://github.com/fhsinchy/jeeves.git#egg=jeeves
Details

jello

Filter JSON and JSON Lines data using Python expressions

echo '[1,2,3]' | jello '[x*2 for x in _]'
Details

keen

Minimal terminal AI coding agent with pluggable LLM providers

keen
Details

Network diagnostics

74 commands

ansible-doc

Display documentation for Ansible modules and plugins

ansible-doc [apt]
Details

az-webapp

Manage Azure App Service web applications

az webapp create --resource-group [MyRG] --plan [MyPlan] --name [MyApp]
Details

azure-cli

Manage Azure cloud resources from the command line.

pip install azure-cli
Details

cardano-cli

Command-line interface for the Cardano blockchain

cardano-cli query tip --mainnet
Details

chalk-cli

terminal string styling with colors and formatting

chalk red "Hello World"
Details

cradle

CLI for the Cradle PHP framework

cradle install
Details

csv-diff

compare CSV files and show differences

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

cythonize

Cython compilation wrapper for building extensions

cythonize -i [module.pyx]
Details

dive

explore Docker image contents and layer efficiency

dive [image:tag]
Details

docker-top

Display the running processes of a container

docker top [container]
Details

dotbot

dotfiles bootstrapping automation tool

dotbot -c [install.conf.yaml]
Details

doxygen

documentation generator for source code

doxygen -g [Doxyfile]
Details

express

Node.js web application scaffolding tool

npx express-generator [myapp]
Details

forever

Node.js process daemon and monitor

forever start [app.js]
Details

gcc

GNU C/C++ compiler collection

gcc [source.c] -o [output]
Details

gitlint

Lint and enforce commit message conventions

gitlint
Details

gnat

GNU Ada compiler toolchain

gcc -c [program.adb]
Details

heretek

GDB TUI dashboard for remote and embedded debugging

heretek
Details

ktop

Top-like monitoring tool for Kubernetes clusters

ktop
Details

kube-fzf

provides fuzzy-finding commands for Kubernetes

findpod
Details

kubectl-apply

creates or updates Kubernetes resources

kubectl apply -f [manifest.yaml]
Details

kubectl-auth

checks authorization permissions

kubectl auth can-i [create] [pods]
Details

kubectl-taint

adds or removes node taints

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

manhole

provides remote debugging access to Python processes

manhole [pid]
Details

migratepages

moves the physical memory pages of a process from one set of NUMA

migratepages [pid] [from_node] [to_node]
Details

Package management

50 commands

alr

Ada/SPARK source package manager.

alr search [package_name]
Details

androguard

Reverse engineer and analyze Android applications

androguard analyze [app.apk]
Details

aws-codeartifact

Manage private package artifact repositories.

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

bun-audit

Scan dependencies for known security vulnerabilities

bun audit
Details

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

npm-docs

opens package documentation in browser

npm docs [package-name]
Details

npm-exec

Run a command from a local or remote npm package

npm exec [command]
Details

npm-explore

opens a subshell in a package directory

npm explore [package-name]
Details

npm-home

opens package homepage in browser

npm home [package-name]
Details

npm-name

checks if package names are available on npm

npm-name [package-name]
Details

npm-outdated

checks the registry for newer versions of installed packages

npm outdated
Details

npm-query

queries dependency graph with selectors

npm query "[name=lodash]"
Details

npm-run

executes scripts defined in package

npm run [script-name]
Details

npm-search

searches the npm registry for packages matching the given terms

npm search [query]
Details

Containers and orchestration

28 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

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

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

sen

Terminal user interface for Docker containers

sen
Details

Shell workflow

25 commands

bb

Native Clojure interpreter for scripting

bb [script.clj]
Details

clang++

LLVM C++ compiler frontend

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

f2py

Fortran to Python interface generator

f2py -c [module.f90] -m [module_name]
Details

gfortran

GNU Fortran compiler

gfortran [source.f90] -o [output]
Details

ghc

Compiler for the Haskell functional programming language

ghc [file.hs]
Details

kdash

fast terminal dashboard for Kubernetes written in Rust

kdash
Details

pbsnodes

queries and manages compute nodes in a PBS cluster

pbsnodes -a
Details

phpize

prepares PHP extensions for compilation

phpize
Details

py-sql-cleaner

Format and extract SQL strings embedded in Python source files

py-sql-cleaner list jobs/load_users.py
Details

pygettext

Extract translatable strings from Python code

pygettext [script.py]
Details

rdkit

Open-source cheminformatics and molecular toolkit

python -c "from rdkit import Chem"
Details

safety

Check Python dependencies for known vulnerabilities

safety scan
Details

uv-export

Export dependencies to requirements format

uv export > requirements.txt
Details

Processes and services

21 commands

az-acr

Manage Azure Container Registries

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

coffee

CoffeeScript compiler and runtime

coffee -c [script.coffee]
Details

dmypy

mypy daemon for fast incremental type checking

dmypy start
Details

flatpak-builder

build tool for Flatpak applications

flatpak-builder [path/to/build_directory] [path/to/manifest.json]
Details

k3d

runs K3s Kubernetes clusters in Docker

k3d cluster create [name]
Details

kops

manages production Kubernetes clusters

kops create cluster --name=[cluster.example.com] --zones=[us-east-1a]
Details

namespaces

Overview of Linux kernel namespaces for resource isolation

lsns
Details

protoc

Protocol Buffers compiler and code generator

protoc --python_out=[path/to/output_directory] [input_file.proto]
Details

symfony

Symfony PHP framework development CLI

symfony new [project_name]
Details

HTTP and downloads

9 commands

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

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

nest

CLI for NestJS, a progressive Node

nest new [project-name]
Details

Users and permissions

9 commands

act

local GitHub Actions runner

act
Details

delpart

ask kernel to forget about a partition

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

html5validator

command-line HTML5 validation tool using the Nu Html Checker

html5validator [file.html]
Details

nextflow

Data-driven workflow orchestration for scalable scientific pipelines

nextflow run [pipeline.nf]
Details

skaffold

Automate Kubernetes development workflows

skaffold init
Details

tofuref

TUI for OpenTofu provider registry browsing

tofuref
Details

ufw

Uncomplicated Firewall management interface

sudo ufw enable
Details

Archive and compression

5 commands

docker-load

load Docker images from tar archives

docker load -i [image.tar]
Details

npm-unstar

removes star from a package on npm registry

npm unstar [package]
Details

uv commands

5 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

SSH and remote access

4 commands

aoe

Agent of Empires - session manager for parallel AI coding agents

aoe
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

sqlit

Lazygit-style TUI for SQL databases

sqlit
Details

poetry commands

3 commands

poetry-run

Execute commands in virtual environment

poetry run [command]
Details

Editors

2 commands

bun commands

2 commands

bun

All-in-one JavaScript runtime and toolkit

bun [script.js]
Details

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

Media tools

1 commands

stash

Self-hosted media organizer and metadata server

stash
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

az commands

1 commands

bdfr commands

1 commands

bdfr

Bulk download submissions and media from Reddit

bdfr download [./output] --subreddit [Python] -L [10]
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

bspc commands

1 commands

bspc

Control the bspwm tiling window manager

bspc monitor -d [desktop_name1] [desktop_name2]
Details

ccache commands

1 commands

ccache

compiler cache for faster recompilation

ccache -s
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

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

1 commands

erl commands

1 commands

erl

Erlang runtime system and interactive shell

erl
Details

exrex commands

1 commands

exrex

reverse regex matching string generator

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

fdp commands

1 commands

fdp

force-directed graph layout engine

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

get-nodeversions commands

1 commands

gleam commands

1 commands

gleam

Gleam programming language compiler and build tool

gleam new [project_name]
Details

gnuradio-companion commands

1 commands

gnuradio

software-defined radio signal processing toolkit

gnuradio-companion
Details

hatch commands

1 commands

hatch

modern Python project manager

hatch new [project-name]
Details

hsd-cli commands

1 commands

hsd-cli

command-line interface for Handshake daemon

hsd-cli wallet get
Details

info commands

1 commands

info

reads documentation in GNU's texinfo format

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

kondo commands

1 commands

kondo

Clean dependencies and build artifacts from projects

kondo
Details

ktool commands

1 commands

ktool

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

ktool dump [path/to/binary]
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

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

lsscsi commands

1 commands

lsscsi

lists SCSI devices and their attributes

lsscsi
Details

luigi commands

1 commands

luigi

python workflow engine for building complex pipelines of batch jobs

luigi --module [mymodule] [MyTask]
Details

maim commands

1 commands

maim

lightweight screenshot utility for X11

maim [path/to/screenshot.png]
Details

manim commands

1 commands

manim

creates mathematical animations

manim [script.py] [SceneName]
Details

mastui commands

1 commands

mastui

Modern Mastodon TUI client for the terminal

mastui
Details

mk commands

1 commands

mk

plan 9's make replacement

mk
Details

mongosh commands

1 commands

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

mysqlsh commands

1 commands

nim commands

1 commands

nim

programming language compiler

nim c [program.nim]
Details

ninja commands

1 commands

npx commands

1 commands

knex

SQL query builder for Node

npx knex init
Details

octez-baker-[protocol] commands

1 commands

octez-baker

tezos baking daemon

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

octocov commands

1 commands

octocov

Toolkit for collecting code coverage and metrics

octocov
Details

ogrmerge.py commands

1 commands

ogrmerge.py

merges vector datasets

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

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

pants commands

1 commands

pants

scalable build system for monorepos

pants list ::
Details

pct commands

1 commands

pct-list

displays all LXC containers on a Proxmox VE host

pct list
Details

polkadot commands

1 commands

pug commands

1 commands

pug

Compile Pug templates to HTML

pug [file.pug]
Details

pulumi commands

1 commands

py3clean commands

1 commands

py3clean

Remove Python 3 compiled bytecode files

py3clean [directory]
Details

pyats commands

1 commands

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

python3.4 commands

1 commands

pdb3.4

python debugger

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

qm commands

1 commands

qm-migrate

Migrate Proxmox VM to another node

qm migrate 100 target_node
Details

qtile commands

1 commands

qtile

Hackable tiling window manager in Python

qtile start
Details

rabbitmq-upgrade commands

1 commands

riscv64-unknown-elf-gcc commands

1 commands

sonar-scanner commands

1 commands

spiel commands

1 commands

spiel

Richly-styled terminal presentations using Python

spiel demo present
Details

systemd-detect-virt commands

1 commands

vd commands

1 commands

visidata

Terminal spreadsheet multitool for exploring data

vd [data.csv]
Details

virtualenv commands

1 commands

xml commands

1 commands

xml-select

Query XML documents with XPath

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

youtube-dl commands

1 commands

youtube-dl

Download videos from YouTube and other sites

youtube-dl "[url]"
Details