Skip to content

TRC-Loop/Mak

Repository files navigation

Mak

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 Supported macOS Supported Linux Supported

Install (and Update)

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

License

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!

About

Create Chains or Singular commands with an alias. Basically Makros, in the Terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •