Welcome to AddiScripts! This repository contains a collection of scripts written in various languages, including AutoHotkey (AHK), PowerShell, Bash, and Python.
The repository is organized into folders for each script type:
- AHK: Contains scripts written in AutoHotkey.
- PowerShell: Contains scripts written in PowerShell.
- Batch: Contains scripts written in command prompt that can be saved as .bat files.
- Bash: Contains scripts written in Bash.
- Python: Contains scripts written in Python.
- Userscripts: Contains scripts written for changing the way websites work in browser
To use the scripts in this repository, follow these steps:
- Navigate to the appropriate folder based on the script you wish to use.
- Review the README.md file within each folder for specific instructions and usage examples for the scripts contained within.
- Download the script(s) you need.
- Open the script file(s) in a text editor or script editor of your choice.
- Follow any additional setup instructions provided in the script comments or README.md file.
- Execute the script(s) according to the provided instructions.
Contributions to this repository are welcome! If you have a script you'd like to share or an improvement to an existing script, please follow these guidelines:
- Fork the repository.
- Create a new branch for your changes (
git checkout -b feature/add-new-script
). - Make your changes and commit them (
git commit -am 'Add new script'
). - Push your changes to your forked repository (
git push origin feature/add-new-script
). - Create a pull request to merge your changes into the main repository.
All scripts provided in this GitHub directory are offered without warranty or guarantee. The end user is expected to read the comments associated with each script prior to running. The author(s) of these scripts shall not be held responsible for any damages or losses resulting from the use or misuse of these scripts.