You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Notica is a Bash function / alias that sends a notification to a tab in your browser when it's ran:
$ 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 on any devices that have the Notica website open.
Setup
Please follow the instructions on the Notica home page since they are generated specific to you:
Hosting Notica on your own server is extremely easy.Clone this repository, change all notica.us URLs to your own domain, and then runyarn install && yarn start.
Usage
Usage: yarn start [options] Options: -V, --version output the version number -p, --port <port> Host port (3000) -H, --host <IP> Host IP (127.0.0.1) -U, --url <URL> Website URL (https://notica.us) -t, --title <string> Custom title ('Notification from Notica') -i, --icon <path> Custom icon (img/icon.png) -h, --help output usage information Example: $ yarn start -p 1234 -t 'My cool Title'
Reverse Proxy
For security, it is recommended to run Notica behind a reverse proxy as a separate non-privileged user.
This program is free and open-source software licensed under the MIT License. Please see theLICENSE file for details.
That means you have the right to study, change, and distribute the software and source code to anyone and for any purpose. You deserve these rights. Please take advantage of them because I like pull requests and would love to see this code put to use.
Acknowledgements
Thanks to welbert, damc-dev, scribblemaniac, and lukasmrtvy for their contributions.
About
Send browser notifications from your terminal. No installation. No registration.