https://github.com/elgatosf/streamdeck-applemail
Stream Deck SDK: AppleMail sample plugin
https://github.com/elgatosf/streamdeck-applemail
elgato elgato-stream-deck streamdeck streamdeck-sdk streamdecksdk
Last synced: 11 months ago
JSON representation
Stream Deck SDK: AppleMail sample plugin
- Host: GitHub
- URL: https://github.com/elgatosf/streamdeck-applemail
- Owner: elgatosf
- License: mit
- Created: 2019-01-08T12:12:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T17:43:35.000Z (over 1 year ago)
- Last Synced: 2025-03-31T15:46:43.565Z (about 1 year ago)
- Topics: elgato, elgato-stream-deck, streamdeck, streamdeck-sdk, streamdecksdk
- Language: Objective-C
- Homepage: https://developer.elgato.com/documentation/stream-deck/
- Size: 1.63 MB
- Stars: 49
- Watchers: 11
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`AppleMail` is a sample plugin demonstrating the [Stream Deck SDK](https://developer.elgato.com/documentation/stream-deck/).
# Description
`AppleMail` is a plugin that displays the number of unread emails in Apple Mail. Pressing on the key will launch Apple Mail.
# Features
- code written in Objective-C
- macOS only
- localized
- detects if Apple Mail is running

# Installation
In the Release folder, you can find the file `com.elgato.applemail.streamDeckPlugin`. If you double-click this file on your machine, Stream Deck will install the plugin.
# Source code
The Sources folder contains the source code of the plugin.