From 5d088864e6358ae4aa92f70c56d19c3f3c736080 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 14 Jun 2023 21:11:22 +0200 Subject: [PATCH] refactor: rename to exec-notify --- .gitignore | 2 +- .idea/execNotify.iml | 6 ++- .idea/runConfigurations/execNotify.xml | 2 +- .idea/runConfigurations/notify.xml | 2 +- README.md | 41 ++++++++++--------- .../cfg.ini.example | 0 setup.cfg | 12 +++--- .../exec_notify/{notify.py => do_notify.py} | 10 ++--- .../{execNotify.py => exec_notify.py} | 2 +- src/de/p1st/exec_notify/lib/config.py | 14 +++---- src/de/p1st/exec_notify/lib/exec.py | 3 +- src/de/p1st/exec_notify/lib/mail.py | 6 +-- 12 files changed, 52 insertions(+), 48 deletions(-) rename etc/{execNotify => exec-notify}/cfg.ini.example (100%) rename src/de/p1st/exec_notify/{notify.py => do_notify.py} (76%) rename src/de/p1st/exec_notify/{execNotify.py => exec_notify.py} (97%) diff --git a/.gitignore b/.gitignore index 9c5e480..ad96969 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/etc/execNotify/cfg.ini +/etc/exec-notify/cfg.ini /mail/ /.idea/workspace.xml diff --git a/.idea/execNotify.iml b/.idea/execNotify.iml index bc85af0..31737c9 100644 --- a/.idea/execNotify.iml +++ b/.idea/execNotify.iml @@ -1,6 +1,7 @@ - + + @@ -8,8 +9,9 @@ + - + \ No newline at end of file diff --git a/.idea/runConfigurations/execNotify.xml b/.idea/runConfigurations/execNotify.xml index d204577..1722157 100644 --- a/.idea/runConfigurations/execNotify.xml +++ b/.idea/runConfigurations/execNotify.xml @@ -13,7 +13,7 @@