Hey Devs π
You know that moment when your website or server feels a bit too quiet and you hit ping just to make sure itβs still alive?
Yeahβ¦ Iβve been there too.
The problem is, ping is boring.
It works, but it doesnβt feel nice.
So I built something tiny, fun, and open-source to make that moment just a little cooler.
βοΈ Introducing: Coolping
Coolping is a minimal command-line tool that pings your sites or servers β but with style, colors, and clean output.
$ coolping https://example.com
βΉοΈ Pinging edrisranjbar.ir with 4 packets...
β
Reply from edrisranjbar.ir: seq=1 time=160 ms
β
Reply from edrisranjbar.ir: seq=2 time=169 ms
β
Reply from edrisranjbar.ir: seq=3 time=151 ms
β
Reply from edrisranjbar.ir: seq=4 time=151 ms
Solid connection! Your router approves. β
Simple. Fast. Cool.
β¨ Why I built it
I wanted:
- Something lighter than uptime dashboards
- Something prettier than plain ping
- And something open-source and hackable
Coolping started as a weekend project β but it quickly became part of my daily toolkit.
Now I use it to quickly check uptime or monitor small servers I host.
βοΈ Installation
You can install it easily with pip:
wget https://github.com/edrisranjbar/coolping/raw/main/coolping.deb -O coolping.deb
sudo dpkg -i coolping.deb
Thatβs it β no setup, no accounts, no noise.
π What it does (so far)
β
Pings websites and servers
β
Clean, colored output
β
Shows response time
β
Works on Linux, macOS, and Windows
β
100% open-source
π‘ Future ideas
Iβm planning to add:
- Parallel ping for multiple URLs
- Uptime logging
- Notification hooks (Slack, Telegram, etc.)
- JSON output for CI/CD pipelines
If you have any feature ideas β please share them in the repo! π
π€ Try it out & give feedback
If you like minimalist dev tools, Iβd love you to give Coolping a try.
π GitHub Repository β edrisranjbar/coolping
Try it, star it β, or even open an issue with your thoughts.
Every bit of feedback helps make it better.
π¬ Final words
Coolping is a tiny project β but it reminds me that even small tools can make our dev life a bit more fun.
Ping smart. Ping cool. π
$ coolping yoursite.com
Top comments (0)