Skip to content

A simple wrapper over `termux-notification` emulating freedesktop `notify-send`

License

Notifications You must be signed in to change notification settings

pvonmoradi/termux-notify-send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Description

Many shell scripts utilize notify-send command which depending on the desktop environment and notification server, presents a notification balloon to the user.

In termux-api-package, there is a termux-notification script which uses Android's notification server.

notify-send is a POSIX sh wrapper over that script which mimics freedesktop notify-send CLI so one should not need to install X to issue notifications in a Termux environment.

Installation

Put the script somewhere in $PATH and make it executable (chmod +x /path/to/script)

Development

  • linter : shellcheck
  • formatter: shfmt -i 4 -bn -ci -sr
  • TODOs are in the script itself

About

A simple wrapper over `termux-notification` emulating freedesktop `notify-send`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages