notifybox is a command that allow to have a notifications' message box in your terminal, thank at dialog package. It is programmed in Debian.
This is very easy of install. Execute the INSTALL file with ./INSTALL
, and for uninstall, exist the
command notifybox-uninstaller
. The installer changes the permissions to /etc/dialogrc
(chmod o+w)
and the uninstaller delete it. Also you can configures the notifybox-conf
script for that in each status of one systemd's service, it inform you
/etc/
|
|\__ notifybox/ ___
| |\__ dialogrc.error |
| | |
| |\__ dialogrc.info | dialog configurations files
| | |
| |\__ dialogrc.alert |
| | ___
| \__ notifybox.conf <---- notifybox configuration file
|\__ bin/
| |\__ notifybox <--- command
| |
| |\__ notifybox-uninstaller <--- uninstaller
| |
| \__ notifybox-conf <-- script configuration
|
\__ /var/
\__ cache/
\__ notifybox/
|\__ history_commands.list <-- notifications list
|
\__ services.list <-- services list for the script config
The command allows to add notifications and only run notifybox
without arguments, this is hearing for
show notifications popups with dialog.
notifybox --alert --title "bind9" --text "Bind9 doesn't run"
notifybox --info --title "ssheld new rule" --text "new IP denied by sshield"
notifybox --error --title "Apache2" --text "Fatal error"
GNU General Public License v3.0
Autor | cleanet |
---|---|
Website | https://cleanet.alwaysdata.net |
cleannet29@gmail.com |