https://github.com/sergius02/Sherlock
Sherlock helps you to find information of public IP address, elementary! 🕵️
https://github.com/sergius02/Sherlock
elementaryos gtk3 vala
Last synced: 11 months ago
JSON representation
Sherlock helps you to find information of public IP address, elementary! 🕵️
- Host: GitHub
- URL: https://github.com/sergius02/Sherlock
- Owner: sergius02
- License: gpl-3.0
- Created: 2020-08-28T23:15:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T12:48:49.000Z (over 5 years ago)
- Last Synced: 2024-12-13T01:34:42.387Z (over 1 year ago)
- Topics: elementaryos, gtk3, vala
- Language: Vala
- Homepage:
- Size: 814 KB
- Stars: 29
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Sherlock



| ||
|---------------------------------|---------------------------------|
|||
With Sherlock you can find information about your current IP or search for public IP addresses information , elementary! 🕵️
## Dependencies
Ensure you have these dependencies installed
* valac
* glib-2.0
* gtk+-3.0
* libsoup-2.4
* json-glib-1.0
## Install, build and run
```bash
# FOR ELEMENTARY OS USERS
sudo apt install elementary-sdk
# FOR THE REST
sudo apt install cmake libgtk-3-dev gettext
# Dependencies
sudo apt install libjson-glib-dev libsoup2.4-dev
# clone repository
git clone https://github.com/sergius02/Sherlock Sherlock
# cd to dir
cd Sherlock
# run meson
meson build --prefix=/usr
# cd to build
cd build
# build
ninja
# install
sudo ninja install
```
## Credits
* [IP-API](https://ip-api.com/)
* [REMIXICON](https://remixicon.com/)
* [Visual studio code](https://code.visualstudio.com/)
* App icon from [Flaticon](https://www.flaticon.es/)
----------
If you like my work you can
