Browse CLI Tools

Discover the best command-line tools

893 tools found

F

Femto

editor

Minimal terminal text editor

text-editorminimal
0
apt-get install femto
P

Perf

debug

Linux performance analysis tool

profilingperformance
0
apt-get install linux-tools
B

Bonnie++

benchmark

File system performance benchmark

filesystembenchmarkingperformance
0
apt-get install bonnie++
G

Godoc

documentation

Go documentation tool

godocumentation
0
go get golang.org/x/tools/cmd/godoc
J

Javadoc

documentation

Java documentation generator

javadocumentation
0
apt-get install default-jdk
I

Info

documentation

GNU info documentation system

documentationgnu
0
apt-get install info
E

Enscript

conversion

Text to PostScript converter

conversionpostscript
0
apt-get install enscript
A

A2ps

conversion

Plain text to PostScript converter

conversionpostscripttext
0
apt-get install a2ps
D

Dash

shell

Lightweight POSIX shell for scripts

shellposix
0
apt-get install dash
T

Tcsh

shell

Enhanced C shell with improvements

shellcsh
0
apt-get install tcsh
W

Waf

build

Python meta build system

buildpython
0
python3 -m waf --help
F

Fortune

misc

Random quote and fortune display

funquotes
0
apt-get install fortune
A

Apache-bench

benchmark

HTTP server benchmarking tool

httpbenchmarking
0
apt-get install apache2-utils
T

Tee

misc

Redirect output to file and stdout

iopipes
0
apt-get install coreutils
M

Mktemp

misc

Create temporary files safely

tempfiles
0
apt-get install coreutils
P

Parallel

misc

Execute jobs in parallel

parallelexecution
0
apt-get install parallel
X

Xargs

misc

Build command lines from input

pipesexecution
0
apt-get install findutils