Giter VIP home page Giter VIP logo

Comments (2)

JCsplash avatar JCsplash commented on June 4, 2024 4

After digging through the source code, here's what i found. Hope this helps someone.

  1. Terminal-Notifier finishes running immediately after its notifications are sent. Notifications from Alerter require user action before it releases from memory. If you just need notifications without action, use Terminal-Notifier (don't use alerter and set Notification Style to Banner - otherwise there'll be memory leaks)

  2. Terminal-Notifier is packaged as an application and uses applicationDidFinishLaunching(_ aNotification: Notification) to detect whether the user started a new notification or pressed on an existing notification and if so what to do (ex. launch an app, run a shell script..etc). Alerter is packaged as a command line utility and waits for a user response (ex. button press, reply..etc) rather than using applicationDidFinishLaunching in a new instance of Alerter.

I can see why Terminal-Notifier and Alerter are now separate apps in version 2.0 - but perhaps there is a cleaner way to combine the two. I'll look more into this.

  1. Terminal-Notifier has a "Ignore Do Not Disturb" flag which i recently added to alerter in this pull request.

from terminal-notifier.

Sergey-Galan avatar Sergey-Galan commented on June 4, 2024

vjeantet/alerter#19

from terminal-notifier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.