mirror of
https://github.com/yawaflua/tzeva-adom.git
synced 2025-12-08 19:39:30 +02:00
e6ee016927ba7968b6999f48097a7a6484781392
Linux app for tzeva-adom and OREF.
This application can show a notification with sound to the PC user when tzeva-adom and oref are running.
Working
Starting:
For start this app, you should to make this actions:
- Build the app:
-
cmake . make
-
- Start the app:
-
cd cmake-build-debug ./tzeva-adom --help --lang en
-
Command args:
| flag | description | value |
|---|---|---|
| --lang | Changes the language of alerts | en/he/ru |
| -l | Alias of --lang |
en/he/ru |
| --test | Creates a test alert on start, after it working in normal mode | none |
| -t | Alias of --test |
none |
| --debug | Show debug data about alerts | none |
| -d | Alias of --debug |
none |
Description
Languages
C++
94.7%
CMake
5.3%