An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



IPseen

![Static Badge](https://img.shields.io/badge/Version%20-%200.1.0%20-%20black?style=for-the-badge)
![Static Badge](https://img.shields.io/badge/License-Apache-Orange?style=for-the-badge&color=orange)




##

๐Ÿ“‹ 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.