Linux command
tldx 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Check domain availability across TLDs
tldx [myapp] --tlds com,io,dev
Show only available domains with prefixes/suffixes
tldx [cloud] --prefixes get,my --suffixes hub,ly --available
JSON output with max length filter
tldx [startup] --format json --max-length 15
说明
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.
参数
- --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.
FAQ
What is the tldx command used for?
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.
How do I run a basic tldx example?
Run `tldx [myapp] --tlds com,io,dev` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --tlds _LIST_ do in tldx?
Comma-separated list of TLDs to check.