tlder

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2024 License: MIT Imports: 11 Imported by: 0

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL