Check domain availability from your terminal and open your favorite supplier with the choosed domain. Just from your terminal.
Usage:
domainchecker <query> [flags]
Flags:
-e, --list-extensions list supported extensions
-l, --list-providers list supported providers
-p, --provider string set buy provider (default "godaddy")
-v, --verbose display url when opening
--version display version
It should check which domain is available and which not. When the domain is available it will pass it to a domain supplier e.g. godaddy
go get -v github.com/KeizerDev/domainchecker
cd $GOPATH/src/github.com/KeizerDev/domainchecker
make
make install
To get an overview of the domains which are available and which not. Hit your preffered name with .*
. For example:
$ domainchecker myawesomestartup.*
Or just specify the name like so:
$ domainchecker myawesomestartup.nl
To get a list of all the domain extensions hit.
$ domainchecker -e
Add a provider flag to check the particular domain on a supplier site.
$ domainchecker myepicname.nl -p godaddy
Add just the beginning of a provider and it will auto correct you.
$ domainchecker myepicname.nl -p nameche
To get a list of the suppliers just run.
$ domainchecker -l
To add more domain extensions, build a new feature or just fix a simple typo just create a PR. I'm very happy with every contribution out there, no matter how small it is!
- enom
- godaddy
- googledomains
- namecheap
Domainchecker is released under the MIT license.