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) +-