Welcome to the Mechamancer script collection! This README will guide you on how to use these scripts effectively.
Mechamancer is a collection of scripts designed to automate and enhance various mechanical tasks. Whether you're a hobbyist or a professional, these scripts can help streamline your workflow.
Don't run scripts in termux on your windows, linux, or mac terminal. They are meant to be run on termux only. This applies to all of the other scripts that can be found.
To get started, clone the repository to your local machine:
git clone https://github.com/LAP-Tutorials/mechamancer.git
Navigate to the project directory:
cd mechamancer
Each script in the collection has its own specific purpose. Below are examples of how to run some of the scripts:
This script is used to automate git commands. It can be used to add, commit, and push changes to a remote repository. To run the script, follow the steps below: (Termux only)
chmod +x termux/mechm-t-git.sh
./termux/mechm-t-git.sh
once you've run it for the first time, next time you want to run the same script all you need to do is run the following command in your home or anywhere in termux:
mechm-t-git
Some scripts may require you do mark them as executable on some devices before running them. You can do this by running chmod +x script_name.sh
or run our install script chmod +x install.sh
in the terminal.
We welcome contributions! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.
Happy automation!