Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo-oli/profanity-termux-notification
Plugin for Profanity to to enable Android notifications on Termux
https://github.com/neo-oli/profanity-termux-notification
Last synced: about 6 hours ago
JSON representation
Plugin for Profanity to to enable Android notifications on Termux
- Host: GitHub
- URL: https://github.com/neo-oli/profanity-termux-notification
- Owner: Neo-Oli
- License: mit
- Created: 2016-11-10T17:43:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T11:14:49.000Z (over 7 years ago)
- Last Synced: 2024-03-15T12:56:53.605Z (8 months ago)
- Language: Python
- Size: 353 KB
- Stars: 18
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# profanity-termux-notification
Plugin for Profanity to to enable Android notifications on Termux![Screenshot](screenshot.png)
## Requirements
You can install [Profanity](http://profanity.im) in [Termux](http://termux.com) with `apt update && apt install profanity`. You also need [Termux:API](https://play.google.com/store/apps/details?id=com.termux.api) and the termux-api package (`apt install termux-api`).
## Installation
1. Download the script
2. Launch Profanity
3. Install the plugin with the following command
```
/plugins install ~/profanity-termux-notification/termuxnotify.py```
## Configuration
### Turn the plugin on
`/termuxnotify on`
### Turn the plugin off
`/termuxnotify off`
### Only notify for the currently active window
`/termuxnotify active`
### Enable/Disable notifications for all messages in rooms
`/termuxnotify rooms on|off`
### Enable/Disable vibration
`/termuxnotify vibrate on/off`