A ping tool that sits in your system tray
Go to file
AltF4 fdb23df9c0 Add support for command line arguments
Used argparse to enable command line arguments for
  user supplied options. Defaults values have been
  kept, so behavior with no arguments is the same.
  Should be easier than modifying the source each
  time this way.

Also added a gitignore file that is the standard
  github python gitignore, plus *~ to handle
  deleted files.
2014-01-04 19:43:13 -07:00
.gitignore Add support for command line arguments 2014-01-04 19:43:13 -07:00
pinger.py Add support for command line arguments 2014-01-04 19:43:13 -07:00
README.md Adding autostart in Ubuntu 2013-12-16 04:44:58 -07:00

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
  • 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
python pinger/pinger.py &

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