← 全部工具

vladik50/simpleI

热度 75 更新于 网络与系统管理

Show your IP addresses in the terminal. Zero dependencies.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

simpleI — Simple IP Info

A lightweight terminal tool that shows your local and external IP addresses. No dependencies, no curl, one command.

Features

  • Shows local IP address
  • Shows external IP address
  • Optional --geo flag for provider, country, region, and city info
  • Zero dependencies: works on any Linux distribution

Getting Started

Choose the method that fits your system.

Option 1: Install a Pre-built Package

The easiest way. Download the package for your distribution from the Releases page and install it.

Debian / Ubuntu / Linux Mint: sudo dpkg -i simplei1.0-1amd64.deb

Fedora / RHEL: sudo dnf install simplei-1.0-1.fcXX.x8664.rpm

Arch Linux / Manjaro: sudo pacman -U simplei-1.0-1-x8664.pkg.tar.zst

After installation, run: simplei

Option 2: Build from Source

Requirements

  • g++ (GCC) with C++17 support
  • make

Clone and build git clone https://github.com/vladik50/simpleI.git cd simpleI make

Run without installing ./simplei ./simplei --geo

Install system-wide (optional) sudo make install