All Projects → Frostbitee08 → NotificationShortcuts

Frostbitee08 / NotificationShortcuts

Licence: other
Manage your macOS notifications with keyboard shortcuts

Programming Languages

swift
15916 projects
shell
77523 projects

Projects that are alternatives of or similar to NotificationShortcuts

inkscape onionskin
Several plugins for Inkscape to ease creation of animations. The main plugin allows for an onionskin view of Inkscape's layers
Stars: ✭ 20 (-20%)
Mutual labels:  keyboard-shortcuts
sns-laravel
A library to enable sending and receiving broadcasts to and from SNS topics in Laravel and Lumen.
Stars: ✭ 23 (-8%)
Mutual labels:  notifications
react-redux-notification
The simplest way to implement a notification system in your React-Redux app
Stars: ✭ 28 (+12%)
Mutual labels:  notifications
mobile-messaging-sdk-ios
Mobile Messaging SDK for iOS
Stars: ✭ 45 (+80%)
Mutual labels:  notifications
react-use-hotkeys
React hook for creating simple keyboard shortcuts
Stars: ✭ 74 (+196%)
Mutual labels:  keyboard-shortcuts
robusta
Open source Kubernetes monitoring, troubleshooting, and automation platform
Stars: ✭ 772 (+2988%)
Mutual labels:  notifications
SimpleFox
🦊 A Userstyle theme for Firefox minimalist and Keyboard centered.
Stars: ✭ 1,403 (+5512%)
Mutual labels:  keyboard-shortcuts
hangouts-chrome-notifications
Extension which adds Chrome notifications to the Hangouts webchat
Stars: ✭ 20 (-20%)
Mutual labels:  notifications
laravel-fcm-notification-channel
No description or website provided.
Stars: ✭ 23 (-8%)
Mutual labels:  notifications
SnitchDNS
Database Driven DNS Server with a Web UI
Stars: ✭ 169 (+576%)
Mutual labels:  notifications
sutanlab.id
☕️ My Personal Homepage & Blog site with NextJS. 🇺🇸 🇮🇩
Stars: ✭ 39 (+56%)
Mutual labels:  notifications
vue-dk-toast
Lightweight toast-notification plugin for Vue 3 🍞
Stars: ✭ 23 (-8%)
Mutual labels:  notifications
mac-ibm-notifications
macOS agent used to display custom notifications and alerts to the end user.
Stars: ✭ 206 (+724%)
Mutual labels:  notifications
notifier
📟 Extensible library for building notifications and sending them via different delivery channels
Stars: ✭ 24 (-4%)
Mutual labels:  notifications
townshell
For Townscaper, an application providing additional keyboard shortcuts, tools to manipulate .scape files, screen recording
Stars: ✭ 40 (+60%)
Mutual labels:  keyboard-shortcuts
react-keyevent
An easy-to-use keyboard event react component, Package size less than 3kb
Stars: ✭ 38 (+52%)
Mutual labels:  keyboard-shortcuts
ChatApp
Chat app based on Firebase tools.
Stars: ✭ 88 (+252%)
Mutual labels:  notifications
pushex
Push notifications for Elixir
Stars: ✭ 96 (+284%)
Mutual labels:  notifications
eosd
Emacs Notification Daemon
Stars: ✭ 27 (+8%)
Mutual labels:  notifications
laravel-pipes
Aims making it easier to organize internal handling of incoming webhooks.
Stars: ✭ 21 (-16%)
Mutual labels:  notifications

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].