This commit is contained in:
Daniel Langbein 2023-06-15 12:00:38 +02:00
parent 0a8425d6e8
commit 3edefafaff

View File

@ -5,9 +5,9 @@
## TODOs ## TODOs
~~* Send notification about unread local mail only once!~~ * ~~Send notification about unread local mail only once!~~
~~* add PKGBUILD~~ * ~~add PKGBUILD~~
~~* Rename python module (and git repository?) to `exec-notify`~~ * ~~Rename python module (and git repository?) to `exec-notify`~~
* Use subprocess_util > execute_print_capture * Use subprocess_util > execute_print_capture
* This way, the user can see the stdout/stderr while it is executed * This way, the user can see the stdout/stderr while it is executed
* And we can email the stdout/stderr if the process has failed * And we can email the stdout/stderr if the process has failed