rumps
rumps copied to clipboard
Option to paste text
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 should paste the email address(already taken as an input) to wherever the cursor is or to any prompts from other apps.
i'd also love this feature! otherwise my users have to paste in a long string
Putting your email address into the clipboard is pretty easy - see https://stackoverflow.com/questions/1825692/can-python-send-text-to-the-mac-clipboard for some ways to do that - but Rumps isn't controlling the target application, so your users will need to hit Command-v themselves.