A multi-language cookbook of ready-to-use scripts, from quick fixes to full automation workflows.
This repository is a curated collection of scripts and automation recipes I’ve written and organized by purpose they serve ranging from one-off utilities to fully repeatable automation workflows.
- Multi-language: PowerShell, Bash, Python, Node.js, and more.
- Cross-platform: Windows, Linux, and macOS (when applicable).
- Action-oriented: Each recipe solves a well-defined task with minimal setup.
- Recipes are opinionated in style but flexible in usage.
- Dependencies are kept minimal unless required for the task.
- Always run scripts in a safe/test environment before production.
- WYNC - Windows Synchronization Utility - Pull and Push files with a remote windows server with PowerShell backed by robocopy
This project is licensed under the MIT License.
Contributions are welcome! If you have a recipe you'd like to share, please submit a pull request.
- Task is a great tool for managing automation tasks. Think of it like an alternative to make.
- PowerShell is a versatile and powerful scripting language for Windows. Call it verbose, but has a very gradual learning curve and a large community.