Create Chains or Singular commands with an alias. Basically Makros, in the Terminal.
I know, it's macro but the program is called Mak, so makros (makro is german for macro)
DOCS COMING SOON (MKDOCS)
🌟 Star this repo on Github! 🌟
Windows
powershell -NoProfile -ExecutionPolicy Bypass -Command "& { iwr -useb https://raw.githubusercontent.com/TRC-Loop/Mak/main/scripts/install.ps1 | iex }"
Uninstall:
powershell -NoProfile -ExecutionPolicy Bypass -Command "& { iwr -useb https://raw.githubusercontent.com/TRC-Loop/Mak/main/scripts/uninstall.ps1 | iex }"
Linux/MacOS
bash -c "$(curl -fsSL https://raw.githubusercontent.com/TRC-Loop/Mak/main/scripts/install.sh)"
Uninstall:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/TRC-Loop/Mak/main/scripts/uninstall.sh)"
This project is licensed under the GPL-3.0 license.
I may rewrite this in go or rust, so it's even faster, if you want to help me do that, message me on my discord. Thank you!