diff --git a/src/ui/Home.js b/src/ui/Home.js index d5eab56..54ac378 100644 --- a/src/ui/Home.js +++ b/src/ui/Home.js @@ -19,7 +19,7 @@ export default class Home extends React.Component {
$ make all; notica Code is done compiling!
$ long-running-command; notica Finished!
This will wait until the first command completes before running Notica. That way you can go do other things while your long task runs. Then you will recieve a notification.
@@ -30,6 +30,15 @@ export default class Home extends React.Component {
+ Run this command:
+
+ $ echo 'notica() { curl --data "d:$*" https://notica.us/{id}; }' >> ~/.bashrc && source ~/.bashrc
+
+
Go to this link to receive your notifications (bookmark it since it's yours): https://notica.us/{id}
+Curl is required to use Notica.
@@ -47,14 +56,16 @@ export default class Home extends React.Component { https://notica.us/{id}
-
- Run this command:
-
- $ echo 'notica() { curl --data "d:$*" https://notica.us/{id}; }' >> ~/.bashrc && source ~/.bashrc
-
+ Notica was written by Tanner Collin after he got tired of checking if his commands were done running.
+
+ Notica is will be, once it's done, free and open-source software: https://github.com/tannercollin/Notica
+
+ Thanks to exdevlin for thinking of the name. Thanks to all the devs behind Node.js, React, webpack, and socket.io.
-Go to this link to receive your notifications (bookmark it since it's yours): https://notica.us/{id}