Skip to content

Notify service that connects to desktop notifications

License

Notifications You must be signed in to change notification settings

cheilman/notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notify

A system for sending notifications to the user. This contains a couple of components:

  • A service that listens on a port, tracks notifications and history, etc.
    • This service should be running on a system that has a user sitting in front of it
    • The base implementation will tie to notify-osd
  • A client that submits notifications to the service
    • Parameters should include:
      • A message
      • A category/sub-category (optional)
      • A severity (optional)
      • Some icons maybe? (optional)
    • The client should also possibly print the message out locally, in case this is running remotely (through ssh) or if there isn't a running service.

About

Notify service that connects to desktop notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages