All Projects → SukkaW → zsh-ipip

SukkaW / zsh-ipip

Licence: MIT License
🔩 An oh-my-zsh plugin for IPIP

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to zsh-ipip

Zsh In Docker
Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line!
Stars: ✭ 169 (+1200%)
Mutual labels:  zsh, oh-my-zsh
Spaceship Prompt
🚀⭐ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+121038.46%)
Mutual labels:  zsh, oh-my-zsh
Zeta Zsh Theme
Another ⭐️ theme for oh-my-zsh
Stars: ✭ 184 (+1315.38%)
Mutual labels:  zsh, oh-my-zsh
Zsh Theme
Yet another zsh theme
Stars: ✭ 153 (+1076.92%)
Mutual labels:  zsh, oh-my-zsh
zsh-aws-vault
oh-my-zsh plugin for aws-vault
Stars: ✭ 63 (+384.62%)
Mutual labels:  oh-my-zsh, oh-my-zsh-plugin
Zsh Proxy
🔩 An oh-my-zsh plugin to configure proxy
Stars: ✭ 162 (+1146.15%)
Mutual labels:  zsh, oh-my-zsh
Ansible Role Zsh
Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
Stars: ✭ 210 (+1515.38%)
Mutual labels:  zsh, oh-my-zsh
Zsh Nvm
Zsh plugin for installing, updating and loading nvm
Stars: ✭ 1,670 (+12746.15%)
Mutual labels:  zsh, oh-my-zsh
autoupdate-oh-my-zsh-plugins
Plugin for oh-my-zsh to automatically update custom-plugins
Stars: ✭ 147 (+1030.77%)
Mutual labels:  oh-my-zsh, oh-my-zsh-plugin
jira.plugin.zsh
CLI support for JIRA & Git interaction
Stars: ✭ 31 (+138.46%)
Mutual labels:  oh-my-zsh, oh-my-zsh-plugin
Sheldon
A fast, configurable, shell plugin manager
Stars: ✭ 144 (+1007.69%)
Mutual labels:  zsh, oh-my-zsh
wakatime-zsh-plugin
🕒Track how much time you have spent in your terminal!
Stars: ✭ 71 (+446.15%)
Mutual labels:  oh-my-zsh, oh-my-zsh-plugin
Purify
🌈 Clean & vibrant color schemes for Vim, Terminals...
Stars: ✭ 142 (+992.31%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles Win
🙈 oh-my-zsh on bash on windows configuration files
Stars: ✭ 167 (+1184.62%)
Mutual labels:  zsh, oh-my-zsh
History Sync
An oh-my-zsh plugin for GPG encrypted internet synchronised Zsh history, with Git.
Stars: ✭ 135 (+938.46%)
Mutual labels:  zsh, oh-my-zsh
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+1292.31%)
Mutual labels:  zsh, oh-my-zsh
Zsh to fish
How to make zsh like fish?
Stars: ✭ 93 (+615.38%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
Alacritty + Tmux + Oh My Zsh + Neovim = ❤️
Stars: ✭ 95 (+630.77%)
Mutual labels:  zsh, oh-my-zsh
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+157623.08%)
Mutual labels:  zsh, oh-my-zsh
T-Header
Termux customization with your own name (termux-banner + custom PS1) and oh-my-zsh themes with plugins
Stars: ✭ 296 (+2176.92%)
Mutual labels:  oh-my-zsh, oh-my-zsh-plugin

zsh-ipip

Author License

🔩 An oh-my-zsh plugin for IPIP.

Installation

oh-my-zsh

Firstly, clone this repository in oh-my-zsh's plugins directory.

git clone https://github.com/sukkaw/zsh-ipip.git ~/.oh-my-zsh/custom/plugins/zsh-ipip

Secondly, activate the plugin in ~/.zshrc. Enable it by adding zsh-ipip to the plugins array.

plugins=(
    [plugins
     ...]
    zsh-ipip
)

Antigen

Antigen is a zsh plugin manager, and it support oh-my-zsh plugin as well. You only need to add antigen bundle sukkaw/zsh-ipip to your .zshrc with your other bundle commands if you are using Antigen. Antigen will handle cloning the plugin for you automatically the next time you start zsh. You can also add the plugin to a running zsh with antigen bundle sukkaw/zsh-ipip for testing before adding it to your .zshrc.


Congratulations! Open a new terminal or run source $HOME/.zshrc.

Usage

$ ipip 1.0.0.1

* 当前 IP        1.0.0.1
* 地理位置       CLOUDFLARE.COM
* 运营商         apnic.net

* ASN            AS13335
* CIDR           1.0.0.0/24
* ASN 组织       CLOUDFLARENET-Cloudflare,Inc.,US

* 该 IP 段为 IDC 机房使用
* 该 IP 段为 ANYCAST IP 段
$ ipip

# Your current IP and IP info

Uninstallation

If you install zsh-ipip with Antigen, you need to remove antigen bundle sukkaw/zsh-ipip to disable the plugin. If you install zsh-ipip with oh-myzsh, you need to remove zsh-ipip item from plugin array, then run rm -rf ~/.oh-my-zsh/custom/plugins/zsh-ipip to remove the plugin.

Author

zsh-ipip © Sukka, Released under the MIT License.
Authored and maintained by Sukka with help from contributors (list).

Personal Website · Blog · GitHub @SukkaW · Telegram Channel @SukkaChannel · Twitter @isukkaw · Keybase @sukka

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].