All Projects → haritsfahreza → Namecheck

haritsfahreza / Namecheck

Licence: mit
Check your name idea availability with CLI

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Namecheck

Protolock
Protocol Buffer companion tool. Track your .proto files and prevent changes to messages and services which impact API compatibility.
Stars: ✭ 394 (+1973.68%)
Mutual labels:  productivity, cli, tools
Stup
Daily notes in the terminal 🐧
Stars: ✭ 340 (+1689.47%)
Mutual labels:  productivity, cli, tools
Eureka
💡 CLI tool to input and store your ideas without leaving the terminal
Stars: ✭ 316 (+1563.16%)
Mutual labels:  productivity, cli
Jql
A JSON Query Language CLI tool
Stars: ✭ 368 (+1836.84%)
Mutual labels:  cli, tools
Beeftext
A text snippet tool for Windows.
Stars: ✭ 366 (+1826.32%)
Mutual labels:  productivity, tools
Rawkit
🦊 Immediately Open Chrome DevTools when debugging Node.js apps
Stars: ✭ 306 (+1510.53%)
Mutual labels:  cli, tools
Nb
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
Stars: ✭ 3,846 (+20142.11%)
Mutual labels:  productivity, cli
Hygen
The simple, fast, and scalable code generator that lives in your project.
Stars: ✭ 4,107 (+21515.79%)
Mutual labels:  cli, tools
Neovim Init.vim
🏮 The perfect Neovim configuration for productive people who wants to level up their Vim experience with a clean, minimal-looking aesthetic, as well as a highly extensible, easily customizable set of popular tools and shortcuts to boost productivity. 🏮
Stars: ✭ 440 (+2215.79%)
Mutual labels:  productivity, tools
Things.sh
Simple read-only comand-line interface to your Things 3 database
Stars: ✭ 492 (+2489.47%)
Mutual labels:  productivity, cli
Jrnl
Collect your thoughts and notes without leaving the command line.
Stars: ✭ 5,126 (+26878.95%)
Mutual labels:  productivity, cli
Gkill
Interactice process killer for Linux and macOS
Stars: ✭ 297 (+1463.16%)
Mutual labels:  cli, tools
Ghb0t
A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.
Stars: ✭ 295 (+1452.63%)
Mutual labels:  cli, tools
Aws Rotate Key
Easily rotate your AWS access key. 🔑
Stars: ✭ 288 (+1415.79%)
Mutual labels:  cli, tools
Ponzu
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
Stars: ✭ 5,373 (+28178.95%)
Mutual labels:  productivity, cli
Supervizer
NodeJS Application Manager
Stars: ✭ 278 (+1363.16%)
Mutual labels:  cli, tools
3llo
3llo - Trello interactive CLI aplication
Stars: ✭ 245 (+1189.47%)
Mutual labels:  productivity, cli
Fw
workspace productivity booster
Stars: ✭ 269 (+1315.79%)
Mutual labels:  productivity, cli
X Build
🖖 Customizable front-end engineering scaffolding tools
Stars: ✭ 436 (+2194.74%)
Mutual labels:  cli, tools
Sherlock
🔎 Hunt down social media accounts by username across social networks
Stars: ✭ 28,569 (+150263.16%)
Mutual labels:  cli, tools

GoDoc Build Status codecov Go Report Card License

namecheck (nck)

Check your name idea availability with CLI

Installation

$ go get -u github.com/haritsfahreza/namecheck/cmd/nck

Usage

$ nck help
Usage of nck:
  -code string
        specific channel code that you want to check
  -help
        show this message
  -list
        show available channel code list
  -name string
        your name idea that you want to check

$ nck -name haritsfahreza

Checking haritsfahreza
Please wait...

Status
V Available
X Not Available
? Unknown (e.g. Timeout)

V .org
V .io
V .co.id
V .name
V .co
V .us
V .xyz
V .info
X Twitter
V Google+
X Github
X .net
V Facebook
V .me
V .id
X YouTube
V .com
V Instagram

Duration: 2.099445s

Run in Docker

$ docker build -t namecheck .
$ docker run -it namecheck -name foo

License

See LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].