Skip to content

Frostbitee08/NotificationShortcuts

Repository files navigation

Header

NotificationShortcuts

NotificationShortcuts is a macOS app that allows users to respond to notifications using keyboard shortcuts.

Swift Version

Installation

Download the latest version of NotificationShortcuts here.

Usage

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.

Xcode Setup

Requirements

Build

These instructions document how to clone and set up a local copy of NotificationShortcuts.

  1. Clone the repo
git clone https://github.com/Frostbitee08/NotificationShortcuts
  1. Navigate to the project's directory
cd /path-to-NotificationShortcuts/
  1. Install dependenecies
carthage update --platform macOS
  1. Open the project
open NotificationShortcuts.xcworkspace
  1. Press ⌘-B to build the project, it should compile successfully