NotificationShortcuts is a macOS app that allows users to respond to notifications using keyboard shortcuts.
Download the latest version of NotificationShortcuts here.
NotificationShortcuts offers three ways to respond to a notification.
Action | Description |
---|---|
Reply | Activates the primary button associated with the notification. For example, notifications from the Messages app will drop down a text field where you can type a response. |
Open | The equivalent to clicking the notification. It will launch the corresponding notification and navigate to the content the notification delivered. |
Dismiss | Closes all of the open notifications. |
Keyboard shortcuts for these actions are accessible from the preferences window, which users can open from the menu bar icon.
These instructions document how to clone and set up a local copy of NotificationShortcuts.
- Clone the repo
git clone https://github.com/Frostbitee08/NotificationShortcuts
- Navigate to the project's directory
cd /path-to-NotificationShortcuts/
- Install dependenecies
carthage update --platform macOS
- Open the project
open NotificationShortcuts.xcworkspace
- Press ⌘-B to build the project, it should compile successfully