https://github.com/zorbash/domainr-cli
Command line interface to https://domainr.com/
https://github.com/zorbash/domainr-cli
Last synced: 12 months ago
JSON representation
Command line interface to https://domainr.com/
- Host: GitHub
- URL: https://github.com/zorbash/domainr-cli
- Owner: zorbash
- License: mit
- Created: 2015-08-20T13:52:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T16:59:37.000Z (over 10 years ago)
- Last Synced: 2025-03-14T06:47:57.840Z (about 1 year ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## domainr-cli
[](http://badge.fury.io/rb/domainr-cli)
domainr-cli is a terminal interface to [http://domainr.com](http://domainr.com) API.
#### Install
```shell
gem install domainr-cli
```
## Commands
* [info](#info)
* [search](#search)
* [version](#version)
## Usage
For a list of available commands run `domainr-cli help`
For help on a command run `domainr-cli help some_command`
## Info
Displays info about the specified domain
```shell
domainr-cli info [domain]
```
## Search
Displays a table with availability info on domains matching the provided query
```shell
domainr-cli search [query]
```
## Version
Displays the version
```shell
domainr-cli version
# alternatively
domainr-cli --version
domainr-cli -v
```
# Licence
Released under the MIT License. See the
[LICENSE](https://github.com/Zorbash/domainr-cli/blob/master/LICENSE) file
for further details.