Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienbordet/MenuPing
Simple Ping status bar app for MacOS
https://github.com/julienbordet/MenuPing
macos menubar network network-analysis ping rumps statusbar
Last synced: 3 months ago
JSON representation
Simple Ping status bar app for MacOS
- Host: GitHub
- URL: https://github.com/julienbordet/MenuPing
- Owner: julienbordet
- License: mit
- Created: 2022-02-07T09:53:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T14:16:53.000Z (about 1 year ago)
- Last Synced: 2024-07-29T05:29:05.137Z (3 months ago)
- Topics: macos, menubar, network, network-analysis, ping, rumps, statusbar
- Language: Python
- Homepage:
- Size: 261 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - MenuPing
README
# MenuPing
## What it is ?
Quick Menu bar tool to ping internet at regular intervals and show the response time.![](images/screenshot0.png)
![](images/screenshot1.png)
Written in Python, thanks to [rumps](https://github.com/jaredks/rumps) and py2app
## What does it do ?
Very basic :
* Pings every second www.google.com, this address is configurable
* Can be made persistant, that is launched at session startup## How to install ?
Have a look at binary and sources available on [the release page](https://github.com/julienbordet/MenuPing/releases/)
## Tested on
* macOS Ventura, Apple M1
* macOS Monterey, Apple x86
* macOS Big Sur, Apple x86Please report an issue if that does work on your system.
## What is the current version
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/julienbordet/MenuPing)](https://github.com/julienbordet/MenuPing/releases)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/julienbordet/MenuPing)
![CodeFactor](https://www.codefactor.io/repository/github/julienbordet/MenuPing/badge)
![GitHub Release Date](https://img.shields.io/github/release-date/julienbordet/MenuPing?logo=github)
![GitHub last commit](https://img.shields.io/github/last-commit/julienbordet/MenuPing?logo=github)
![GitHub Repo stars](https://img.shields.io/github/stars/julienbordet/MenuPing?style=social)
![GitHub forks](https://img.shields.io/github/forks/julienbordet/MenuPing?style=social)## Star history
[![Star History Chart](https://api.star-history.com/svg?repos=julienbordet/MenuPing&type=Date)](https://star-history.com/#julienbordet/MenuPing&Date)