Skip to content

itsgg/zsh-isup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

About

A Zsh plugin to check if a domain is online.

Installation

Oh My Zsh

  1. 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
  2. Activate the plugin in your .zshrc file:

    plugins=(... zsh-isup)
  3. Restart your terminal.

Usage

isup <domain>

Examples

isup itsgg.com # itsgg.com is up.
isup detoolbox.com # detoolbox.com is down.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Zsh plugin to check if a domain is online.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages