<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://air.imag.fr/index.php?action=history&amp;feed=atom&amp;title=Terminal_Notifier</id>
	<title>Terminal Notifier - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://air.imag.fr/index.php?action=history&amp;feed=atom&amp;title=Terminal_Notifier"/>
	<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Terminal_Notifier&amp;action=history"/>
	<updated>2026-06-10T02:16:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://air.imag.fr/index.php?title=Terminal_Notifier&amp;diff=12901&amp;oldid=prev</id>
		<title>Donsez: Created page with &quot;terminal-notifier is a command-line tool to send Mac OS X User Notifications, which are available in Mac OS X 10.8 and higher.   * https://github.com/alloy/terminal-notifier  ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Terminal_Notifier&amp;diff=12901&amp;oldid=prev"/>
		<updated>2013-10-20T09:58:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;terminal-notifier is a command-line tool to send Mac OS X User Notifications, which are available in Mac OS X 10.8 and higher.   * https://github.com/alloy/terminal-notifier  ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;terminal-notifier is a command-line tool to send Mac OS X User Notifications, which are available in Mac OS X 10.8 and higher.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* https://github.com/alloy/terminal-notifier&lt;br /&gt;
&lt;br /&gt;
==CLI==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo gem install terminal-notifier&lt;br /&gt;
echo &amp;#039;Piped Message Data!&amp;#039; | terminal-notifier -sound default&lt;br /&gt;
terminal-notifier -title &amp;#039;Money&amp;#039; -message &amp;#039;Check your Apple stock&amp;#039; -open &amp;#039;http://finance.yahoo.com/q?s=AAPL&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==With [[Node.js]]==&lt;br /&gt;
Node.js wrapper : https://github.com/mikaelbr/node-notifier&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
npm install node-notifier&lt;br /&gt;
node terminal-notifier-example.js&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
var notifier = require(&amp;#039;node-notifier&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
notifier.notify({&lt;br /&gt;
    title: &amp;#039;My application&amp;#039;,&lt;br /&gt;
    message: &amp;#039;New notification&amp;#039;&lt;br /&gt;
}, function(error, response) {&lt;br /&gt;
    console.log(response);&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Donsez</name></author>
	</entry>
</feed>