trisquel-icecat/icecat/python/mach
2025-10-06 02:35:48 -06:00
..
docs icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
mach icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
.ruff.toml icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
bash-completion.sh icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
metrics.yaml icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
pings.yaml icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
README.rst icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
setup.cfg icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
setup.py icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00

====
mach
====

Mach (German for *do*) is a generic command dispatcher for the command
line.

To use mach, you install the mach core (a Python package), create an
executable *driver* script (named whatever you want), and write mach
commands. When the *driver* is executed, mach dispatches to the
requested command handler automatically.

To learn more, read the docs in ``docs/``.