leits / MeetingBar

πŸ‡ΊπŸ‡¦ Your meetings at your fingertips in the macOS menu bar
https://meetingbar.app
Apache License 2.0
4.36k stars 188 forks source link

Feature: Run AppleScript on keyboard shortcut #573

Closed neilkimmett closed 1 year ago

neilkimmett commented 1 year ago

Issue that this suggestion fixes

When I'm working from my office I need to dig into a meeting's notes to find the Zoom meeting id and passcode so I can join from a conference room. I've written up a nice AppleScript that finds these from the meeting notes and displays a dialog with them (can share if interested) but instead of running this script on every meeting, I want to run it "on-demand" when I decide to go into a conference room.

Solution description

An extra row in the "Advanced" section of the app preferences:

Run AppleScript when you press <keyboard shortcut> <Edit script>

Alternatives considered

I thought about writing my own app to do this but so many of the moving parts are already here!

Additional context

I'm an iOS developer, already poked around in the code and it looks like this will be pretty easy to add. I am more than happy to do so myself in the next few days, I just wanted to get a πŸ‘ from you that its a feature you'd be interested in supporting?

leits commented 1 year ago

https://github.com/leits/MeetingBar/pull/575#issuecomment-1460488397

Hi @neilkimmett. Sorry for the delay! You can get the same result in a few clicks with the built-in macOS app Shortcuts. Thank you for the request and the implementation but sorry, but I'll close this PR to not inflate the application's functionality.

Share late if you managed to set up Shortcuts!

Sorry!