Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.5 KB

File metadata and controls

39 lines (26 loc) · 1.5 KB

🛠️ Scripts

This repository contains a curated collection of my personal scripts, written in Python, Bash, and other scripting languages. These scripts are used for automation, system administration, development utilities, and general productivity improvements.

📁 Structure

  • bash/ – Shell scripts for automation, system tasks, etc.
  • python/ – Python scripts for tools, utilities, or automation.
  • tools/ – One-off utilities or experimental prototypes.
  • README.md – Overview of available scripts and usage instructions.

🚀 Goals

  • Centralized storage of reusable scripts
  • Version control and history tracking
  • Easy reuse across devices and environments

🧩 Planned Additions

  • Better logging/output formatting
  • Command-line argument parsing
  • Script documentation and examples

🤝 Contributing

Contributions are welcome! To propose a change:

  1. Fork the repository and create a new branch (git checkout -b feature/my-script).
  2. Add your script or update existing ones under the appropriate folder (bash/, python/, or tools/).
  3. Include or update comments/documentation at the top of your script.
  4. Commit your changes with a clear message (e.g., feat: add new backup script).
  5. Push to your fork and open a Pull Request against main.
  6. Ensure your changes follow the existing code style and pass any CI workflows.

We appreciate detailed descriptions and tests where applicable. Thank you for helping improve this toolbox!

📜 License

MIT