A Zsh plugin to check if a domain is online.
-
Clone the repository inside your
~/.oh-my-zsh/custom/plugins
directory:rm -rf ~/.oh-my-zsh/custom/plugins/zsh-isup git clone https://github.com/itsgg/zsh-isup.git ~/.oh-my-zsh/custom/plugins/zsh-isup
-
Activate the plugin in your
.zshrc
file:plugins=(... zsh-isup)
-
Restart your terminal.
isup <domain>
isup itsgg.com # itsgg.com is up.
isup detoolbox.com # detoolbox.com is down.
This project is licensed under the MIT License - see the LICENSE file for details.