From ed2b35a852c4f42fdacfed1a445c8040809b8752 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sat, 13 Jun 2026 10:31:28 +0200 Subject: [PATCH] chore: further notes --- archmgr/handlers/commit/__init__.py | 0 archmgr/handlers/init/__init__.py | 0 archmgr/handlers/pull.py | 0 archmgr/handlers/push.py | 0 archmgr/handlers/show/__init__.py | 0 notes.md | 11 +++++++++-- 6 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 archmgr/handlers/commit/__init__.py delete mode 100644 archmgr/handlers/init/__init__.py delete mode 100644 archmgr/handlers/pull.py delete mode 100644 archmgr/handlers/push.py delete mode 100644 archmgr/handlers/show/__init__.py diff --git a/archmgr/handlers/commit/__init__.py b/archmgr/handlers/commit/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/archmgr/handlers/init/__init__.py b/archmgr/handlers/init/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/archmgr/handlers/pull.py b/archmgr/handlers/pull.py deleted file mode 100644 index e69de29..0000000 diff --git a/archmgr/handlers/push.py b/archmgr/handlers/push.py deleted file mode 100644 index e69de29..0000000 diff --git a/archmgr/handlers/show/__init__.py b/archmgr/handlers/show/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/notes.md b/notes.md index 9c6c9c5..32d8ef4 100644 --- a/notes.md +++ b/notes.md @@ -25,6 +25,13 @@ Users can choose to either use yay (less secure, but easier, using `archmgr.pkgs - Use python-colorthief to extract palette - Add those as named elements to the templates list +### Modules +- Packages function (can be overridden to return the packages) +- AUR helper packages function (can be overriden to return the packages) +- Custom AUR packages function (can be overriden to return the packages) +- on_enable -## Init -- Copy + +## Apply +- Diff the package list, adding the registered AUR packages to the list as well (so they are not uninstalled) +-