Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.52 KB

File metadata and controls

29 lines (21 loc) · 1.52 KB

Pat's Cookbook

A multi-language cookbook of ready-to-use scripts, from quick fixes to full automation workflows.

📜 About

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.

📌 Notes

  • 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.

📚 Recipes

💽 Backup and Synchronization

  1. WYNC - Windows Synchronization Utility - Pull and Push files with a remote windows server with PowerShell backed by robocopy

📜 License

This project is licensed under the MIT License.

📝 Contributing

Contributions are welcome! If you have a recipe you'd like to share, please submit a pull request.

🙏 Thanks & Credits

  • 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.