All Projects → KeizerDev → domainchecker

KeizerDev / domainchecker

Licence: MIT license
🌐 Check/buy domains from the terminal at your favorite supplier.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Domainchecker

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

What should it do?

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

Install

go get -v github.com/KeizerDev/domainchecker
cd $GOPATH/src/github.com/KeizerDev/domainchecker
make
make install

Examples

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

Contributing

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!

Providers

  • enom
  • godaddy
  • googledomains
  • namecheap

Contributors

License

Domainchecker is released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].