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

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

Awesome Lists containing this project

README

          

# ipfetch
Neofetch like tool that can lookup IPs. 🌎 Over 180 countries supported!

![ezgif com-gif-maker](https://user-images.githubusercontent.com/81049050/158081113-9c14ac50-5f8d-42e1-ba01-da2d873ea520.gif)

# 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)