https://github.com/solarliner/libnotify-terminal-cpp
CLI that sends notifications with buttons and callbacks.
https://github.com/solarliner/libnotify-terminal-cpp
libnotify linux notification
Last synced: 11 months ago
JSON representation
CLI that sends notifications with buttons and callbacks.
- Host: GitHub
- URL: https://github.com/solarliner/libnotify-terminal-cpp
- Owner: SolarLiner
- License: mit
- Created: 2017-12-27T19:57:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T17:48:44.000Z (about 8 years ago)
- Last Synced: 2025-02-12T13:48:17.548Z (about 1 year ago)
- Topics: libnotify, linux, notification
- Language: C++
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libnotify-terminal-cpp
CLI that sends notifications with buttons and callbacks.
[](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FSolarLiner%2Flibnotify-terminal-cpp)
[](https://github.com/SolarLiner/libnotify-terminal-cpp/blob/master/LICENSE)
[](https://www.codacy.com/app/solarliner/libnotify-terminal-cpp?utm_source=github.com&utm_medium=referral&utm_content=SolarLiner/libnotify-terminal-cpp&utm_campaign=Badge_Grade)
[](https://travis-ci.org/SolarLiner/libnotify-terminal-cpp)
## Usage
Warning: Usage is not engraved in stone yet. Expect changes, especially in the beginning.
`libnotify-terminal BODY {options}`
Note: Only the body is required.
```
Options:
--title, -t Adds a title to the notification
--timeout Sets the timeout in ms, if supported (default: 5000)
--appname Sets the host application
--icon Sets icon as freedesktop name
```