Commit graph

5 commits

Author SHA1 Message Date
442f389b36 Shorten Module.orchestrator and Orchestrator.console
`Orchestrator.console` was shortened to `Orchestrator.c` for convenience
so that a function `@module def foo(o: Orchestrator, ...)` can just use
`o.c.print` instead of `o.console.print`. Existing `class Foo(Module)`
should still use `self.c` like before.

Module.orchestrator was shortened to Module.o for convenience and
consistency with `Module.c`.
2025-11-04 02:56:18 +01:00
208ccb0de2 Prompt user whether to replace file contents 2025-11-03 02:24:12 +01:00
bc5694dd64 Add Files module 2025-11-03 00:11:20 +01:00
1b5eb8c537 Fix pacman module not uninstalling packages 2025-10-14 00:25:30 +02:00
b7ebc8543c Add Pacman module 2025-08-31 00:15:21 +02:00