├── .gitignore ├── LICENSE ├── README.md ├── screenshot.png └── termuxnotify.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neo-Oli/profanity-termux-notification/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neo-Oli/profanity-termux-notification/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neo-Oli/profanity-termux-notification/HEAD/README.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neo-Oli/profanity-termux-notification/HEAD/screenshot.png -------------------------------------------------------------------------------- /termuxnotify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neo-Oli/profanity-termux-notification/HEAD/termuxnotify.py --------------------------------------------------------------------------------