https://github.com/paolonavatta/ipseen
Your command-line companion to effortlessly obtain your network identity.
https://github.com/paolonavatta/ipseen
cli easytouse ip-address ip-lookup network network-tools tools
Last synced: 20 days ago
JSON representation
Your command-line companion to effortlessly obtain your network identity.
- Host: GitHub
- URL: https://github.com/paolonavatta/ipseen
- Owner: paolonavatta
- License: apache-2.0
- Created: 2023-07-02T16:15:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T21:30:13.000Z (11 months ago)
- Last Synced: 2025-07-19T02:04:17.386Z (11 months ago)
- Topics: cli, easytouse, ip-address, ip-lookup, network, network-tools, tools
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


##
๐ Overview
**IPseen** is your command-line companion to effortlessly obtain your network identity.
Through IPseen you can have instant access to your:
- **Public IP** โ Your deviceโs internet identifier.
- **Private IP** โ Your deviceโs local network identifier.
- **MAC Address** โ Your deviceโs unique hardware address.
##
โ๏ธ How to Use IPseen
###
๐ป Commands
> **๐ก Help**
> Display the full list of commands:
> ```
> IPseen --help
> ```
> **๐ ๏ธ Version**
> Check your installed version:
> ```
> IPseen --version
> ```
> **๐ IPseen**
> Display your Addresses:
> ```
> IPseen
> ```
> **๐ Public IP**
> Display your Public IP:
> ```
> IPseen --public
> ```
> **๐ Private IP**
> Display your Private IP:
> ```
> IPseen --private
> ```
> **๐งฌ MAC Address**
> Display your MAC address:
> ```
> IPseen --mac
> ```
---
##
๐ฅ Installation
Start by cloning the repository:
```
git clone https://github.com/paolonavatta/IPseen.git
```
Navigate into your OS-specific directory (`Windows` or `Linux`).
### Windows
- Open **PowerShell** with Administrator privileges (choose **Run as administrator**)
- Navigate to the `Windows` folder
- Run the installer script:
```powershell
./installer.ps1
```
### Linux
- Open **Bash**
- Navigate to the `Linux` folder
- Make the installer script executable:
```bash
chmod +x installer.sh
```
- Run the installer script with Administrator privileges (use `sudo`):
```bash
sudo ./installer.sh
```
---
##
๐ License
IPseen is licensed under the [**Apache License 2.0**](./LICENSE). You are free to use, modify, and distribute the software, provided that you include proper attribution, attach a copy of the license in any redistribution, and do not use the trademarks of the original project without permission. For full details, please refer to the LICENSE file included with this project.