MCPcopy Index your code
hub / github.com/dwisiswant0/tlder

github.com/dwisiswant0/tlder @v0.1.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.1 ↗ · + Follow
10 symbols 18 edges 13 files 1 documented · 10%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

TLD:er

TLDs finder — check domain name availability across all valid top-level domains.

Installation

  • Get pre-built binary from releases page, or
  • If you have Go1.19+ compiler installed & configured: go install github.com/dwisiswant0/tlder@latest.

Usage

> tlder -h
   ________  ___         
  /_  __/ / / _ \___ ____
   / / / /_/ // / -_) __/
  /_/ /___/____/\__/_/   
  ---
  @dwisiswant0


Usage:
  tlder -d NAME

Options:
  -d, --domain <NAME>   Domain NAME to permutate
  -s, --silent          Silent mode
      --unreg           Show unregistered TLDs only

Data

TLDs data taken from data.iana.org. Checks for data updates are carried out weekly by GitHub workflow.

Library

You can use TLDer as library. For example:

package main

import "github.com/dwisiswant0/tlder"

func main() {
    name := "dw1"
    ext := "io"

    avail, err := tlder.IsAvailable(name, ext)
    if err != nil {
        panic(err)
    }

    print(avail)
}

License

tlder is distributed under MIT, contributions are welcome! See LICENSE.

Core symbols most depended-on inside this repo

showUsage
called by 3
utils.go
sliceContains
called by 2
utils.go
whoIs
called by 1
whois.go
validate
called by 1
validate.go
IsAvailable
called by 1
availability.go
init
called by 0
init.go
main
called by 0
main.go
init
called by 0
fingerprint/fingerprint.go

Shape

Function 9
Struct 1

Languages

Go100%

Modules by API surface

utils.go2 symbols
whois.go1 symbols
validate.go1 symbols
options.go1 symbols
main.go1 symbols
init.go1 symbols
fingerprint/fingerprint.go1 symbols
db/db.go1 symbols
availability.go1 symbols

For agents

$ claude mcp add tlder \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page