https://github.com/sandsmark/paqerduty
A simple tray application to notify about Pagerduty events
https://github.com/sandsmark/paqerduty
cpp desktop-application desktop-notifications pagerduty qt
Last synced: about 2 months ago
JSON representation
A simple tray application to notify about Pagerduty events
- Host: GitHub
- URL: https://github.com/sandsmark/paqerduty
- Owner: sandsmark
- Created: 2020-04-18T10:51:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T11:02:32.000Z (about 6 years ago)
- Last Synced: 2025-05-31T02:12:56.974Z (about 1 year ago)
- Topics: cpp, desktop-application, desktop-notifications, pagerduty, qt
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Paqerduty
=========
A very simple and lightweight application that shows a notification on new
Pagerduty incidents.
Written because I wanted to be notified on my laptop, and didn't want to waste
20% of my RAM just to get that.
Usage
=====
Get an access token:
- https://github.com/sandsmark/paqerduty.git
Dependencies:
- Qt
- CMake
- A compiler
Build and run:
- `git clone https://github.com/sandsmark/paqerduty.git`
- `cd paqerduty`
- `cmake .`
- `cmake --build .`
- `./paqerduty`
- Enter the access token
- Right click on the tray icon and choose "Enable autostart" to automatically
launch when you start your computer. Completely untested, but should work on
KDE, Gnome, other XDG compliant desktops, macOS and Windows.
Screenshots
===========
Notification:

Tray icon when no active incidents:

Tray icon when there's an active incident:
