Project

davail

0.0
No release in over 3 years
Low commit activity in last 3 years
A command line utility for easily determining domain name availability.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 3.0

Runtime

~> 2.0
= 0.0.5
~> 3.4
 Project Readme

davail 1.0

davail is a command line utility for easily determining domain name availability.

Installation

Run gem install davail.

Usage

davail [options...] names...

    -h, --help                       Display this help and exit
    -v, --version                    Display version and exit

    -a, --all-tlds                   Check all TLDs

    -b, --blink-available            Blink when available

    -e, --detailed-errors            Detailed error messages

Configuration

Place a YAML file at ~/.davailrc, e.g.:

data_format: '%e %b %Y'
queried_tlds: [org com lol codes]
result_delimiter: "  "

Requirements

Only tested with Ruby 2.2.0, 2.2.2, and 2.2.3.

Known Issues

  • Tests are missing.
  • Specific domains can’t be looked up like davail foo.com bar.net.
  • Lookups are not asynchronous.
  • Proper config options documentation is missing.
  • Everything shouldn’t be in bin.
  • That whole rescue Interrupt thing is hopefully superfluous.