TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Simple shell script I created to find .com domains

4 点作者 sathishmanohar将近 7 年前

1 comment

sathishmanohar将近 7 年前
Requirements: This script depends on whois. Make sure whois is installed<p>How to use: <a href="https:&#x2F;&#x2F;pli.io&#x2F;UaZp9.jpg" rel="nofollow">https:&#x2F;&#x2F;pli.io&#x2F;UaZp9.jpg</a><p>I found myself searching for a lot of domain names for my project and my clients. I was using the domain search by tools provided by domain registrars like godaddy, namecheap etc. I had two main problems with that approach.<p>1) These tools aren&#x27;t fast enough to check the availability in a sense the workflow of a domain search is mostly like okay not this, then what about this, it goes on and on like that. I wanted to know only if the domain is available. I don&#x27;t want to load a bunch of pretty interface files that slowed me down in the process.<p>2) The good domains I searched were magically being bought if I don&#x27;t complete the purchase in a couple of hours or within days.<p>So, I sat down and wrote this simple script which I&#x27;ve been using for more than a year. I didn&#x27;t time it but this script should make you 4x more effective in searching domains.