Skip to content

Personal collection of scripts and tools in Python, Bash, and more – for automation, system tasks, and everyday development workflows.

License

Notifications You must be signed in to change notification settings

joshuawiebe/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ 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

About

Personal collection of scripts and tools in Python, Bash, and more – for automation, system tasks, and everyday development workflows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published