mirror of
https://codeberg.org/privacy1st/exec-notify
synced 2024-12-22 23:16:04 +01:00
25 lines
414 B
Markdown
25 lines
414 B
Markdown
|
# execNotify
|
||
|
|
||
|
## setup
|
||
|
|
||
|
Create a `config.ini` file inside `execNotifyDir/config`.
|
||
|
|
||
|
For the required fields, see `execNotifyDir/config/config.ini.example`
|
||
|
|
||
|
## installation
|
||
|
|
||
|
```shell
|
||
|
sudo make install
|
||
|
```
|
||
|
|
||
|
## usage
|
||
|
|
||
|
Add `execNotify` in front of your command to execute.
|
||
|
|
||
|
You can pipe into `execNotify` but **not** from `execNotify
|
||
|
as the output gets modified.
|
||
|
|
||
|
### Example
|
||
|
|
||
|
For `ls /home` run `execNotify ls /home`
|