pinger/README.md

27 lines
928 B
Markdown
Raw Normal View History

2015-05-18 05:22:57 +00:00
![Screenshot](https://github.com/zyphlar/pinger/raw/master/pinger.png)
Pinger.py
=========
A ping tool that sits in your system tray
---------
- Saves your sanity when the wifi sucks
- Doesn't clutter up your screen with ping windows
- Lets you know when pings fail instead of silently failing
2013-12-16 11:44:58 +00:00
- **Currently for Ubuntu only**
- (Requires Python, GTK, and AppIndicator3)
- Startup Automatically option creates a `~/.config/autostart/pinger.desktop` file
- **Contributions welcome to expand to other OSes!**
**Usage (in Ubuntu):**
Open the Terminal program and enter the following commands:
cd ~
git clone https://github.com/zyphlar/pinger.git
2013-12-16 11:44:58 +00:00
python pinger/pinger.py &
2013-12-16 11:44:58 +00:00
Pinger should open in your system tray (It just looks like "XX.X ms"). To set Pinger to start automatically (in Ubuntu) click it and choose Start Automatically.
Report bugs or feature requests at https://github.com/zyphlar/pinger/issues