rumps icon indicating copy to clipboard operation
rumps copied to clipboard

Ridiculously Uncomplicated macOS Python Statusbar apps

Results 81 rumps issues
Sort by recently updated
recently updated
newest added

I am looking for a way to handle KeyboardInterrupt to gracefully shutdown the app and preserve data/progress. For example the app keeps track of events and I would like to...

# What Adding a link to the GH project. It is a little menu app to monitor and toggle the status of the [Colima](https://github.com/abiosoft/colima) (container runtime for MacOs). ## Example...

Beautiful module, jaredks! Is there any way to have more than one input field in a popup-window? I'd like to build a settings page with a few input fields... thank...

I'm using rumps for a Bitcoin price ticker. Occasionally (maybe 20% of the time), when the title is updated the vertical alignment is off. It then usually corrects with the...

This happens on a M1 macOS 14.0. # test.py ```python import rumps class BarApp(rumps.App): @rumps.clicked("Test") def test(self, _): rumps.alert("Now click BarApp twice, then click OK.\nResult: segfault") BarApp("BarApp").run() ``` # setup.py...

Is there someone working to update the AppKit issues import rumps File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rumps/__init__.py", line 26, in from .rumps import (separator, debug_mode, alert, application_support, timers, quit_application, timer, File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rumps/rumps.py", line 15,...

Hi, Is it possible to paste some text when user clicks on some menu item? For example, I have a "Paste my email address" menu item and clicking on it...

Hi. If you having a rumps.timer(x) running it will halt when you show alert or Window or even open the menu. It will unhalt as soon as you close the...

Is it possible to differentiate between Left and Right clicks?

enhancement