DEV Community

Cover image for Using command line to get available domains for registration: open source
manish srivastava
manish srivastava

Posted on

Using command line to get available domains for registration: open source

Hi, my friends,
I came across this a couple of days ago. I think it's really beneficial.

I haven't done it yet.

NameBeta is a command line domain query application that is inspired by NameBeta.com.

Alt Text

You should get the repo here:

GitHub logo TimothyYe / namebeta

A command line domain query tool.

NameBeta

Release MIT licensed Build Status Go Report Card

NameBeta is a command line domain query tool, inspired by NameBeta.com.

Features

  • Domain query
  • WHOIS query

Installation

Homebrew

brew tap timothyye/tap
brew install timothyye/tap/namebeta

Using Go

go get github.com/TimothyYe/namebeta

Manual Installation

Download it from releases, extract it and install it:

cp namebeta /usr/local/bin/

Usage

  1. Query domain
namebeta <domain>
  1. Query domain with more results
namebeta -m <domain>
  1. WHOIS query
namebeta -w <domain>

Help

Just type "namebeta" to get help.

Licence

MIT License




Please share your namebeta experience.

Top comments (0)