https://github.com/trakBan/ipfetch
Neofetch like tool that can lookup IPs. 🌎
https://github.com/trakBan/ipfetch
bash ip neofetch network networking
Last synced: about 8 hours ago
JSON representation
Neofetch like tool that can lookup IPs. 🌎
- Host: GitHub
- URL: https://github.com/trakBan/ipfetch
- Owner: trakBan
- License: gpl-3.0
- Created: 2022-03-12T22:40:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T11:19:16.000Z (over 1 year ago)
- Last Synced: 2024-12-15T12:23:10.933Z (over 1 year ago)
- Topics: bash, ip, neofetch, network, networking
- Language: Shell
- Homepage:
- Size: 206 KB
- Stars: 118
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - trakBan/ipfetch
README
# ipfetch
Neofetch like tool that can lookup IPs. 🌎 Over 180 countries supported!

# How to install?
## GNU/Linux
```
git clone https://github.com/trakBan/ipfetch.git
cd ipfetch
# You will need to be in root
sudo ./setup.sh
```
### One line
``` git clone https://github.com/trakBan/ipfetch.git && cd ipfetch && sudo ./setup.sh ```
### Choosing variant
This script comes with a wget variant and a curl variant.
The correct variant will be determined automatically based on which packages are installed.\
If you manually want to specify the variant used, use parameter `-t` or `--type` to choose.
```bash
sudo setup.sh [-t curl|wget] [--type curl|wget]
```
## Usage
```
Usage: ipfetch [OPTIONS]...
Neofetch like tool that can lookup IPs.
Options:
-h print this text and exit
-ip ip address to fetch (fetches own ip by default)
```
## Contributors
Anyone that submits issues, pull requests or any other form of help or criticism is greatly appreciated. This is a list of people who contributed code to this project:
- [Costineo](https://github.com/Costinteo)
- [Yusuf Papurcu](https://github.com/yusufpapurcu)
- [insanolanbiri](https://github.com/insanolanbiri)
- [Marco Kraft](https://github.com/MaKraMc)