public
Description: Find some previously used domain names and check availability
Homepage:
Clone URL: git://github.com/remi/domain-finder.git
remi (author)
Fri Feb 06 13:03:28 -0800 2009
commit  164acdd8a744c98fd6f54cc2ccc684a7e2242f4e
tree    9dfe2d4c97d238525d92dd70eecd7f8ee65c1f28
parent  deb12117130b602f8f655a82e31b672d54be9bec
domain-finder / README
100644 32 lines (20 sloc) 0.732 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
domain-finder
=============
 
domain-finder is a little utility for checking the availability
of domains and, specifically, for showing some recently used but
no longer registered domain names, using a technique developed
by Mark Fulton of dotsauce.com
 
 
Install
-------
 
  $ sudo gem sources --add http://gems.github.com
  $ sudo gem install remi-domain-finder
 
 
Usage
-----
 
  $ domain-finder # displays usage
  $ domain-finder available domain.com another-domain.com
  $ domain-finder help auction
  $ domain-finder auction --keywords dog,cat
 
 
License
-------
 
domain-finder is released under the terms of the GNU Affero General Public License
 
We reserve the right to re-release under a more permissive license in the future