LinuxCommandLibrary

tldx

Fast domain name availability research tool

TLDR

Check domain availability across TLDs
$ tldx [myapp] --tlds com,io,dev
copy
Show only available domains with prefixes/suffixes
$ tldx [cloud] --prefixes get,my --suffixes hub,ly --available
copy
JSON output with max length filter
$ tldx [startup] --format json --max-length 15
copy

SYNOPSIS

tldx keywords [flags] [options]

DESCRIPTION

tldx generates domain name combinations from keywords, prefixes, and suffixes, then checks their availability via WHOIS lookups using concurrent goroutines. It supports multiple output formats and TLD presets for quick searches.

PARAMETERS

--tlds LIST

Comma-separated list of TLDs to check.
--prefixes LIST
Comma-separated prefixes to prepend.
--suffixes LIST
Comma-separated suffixes to append.
--available
Show only available domains.
--format FORMAT
Output format: text, json, csv, or grouped.
--max-length N
Maximum domain name length.

HISTORY

tldx was created by Brandon Young (brandonyoungdev) and is written in Go.

SEE ALSO

whois(1), dog(1), dig(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard