Welcome to Snippets – a curated collection of handy and reusable code snippets in Bash and Python to make development, automation and system administration tasks faster and easier.
This repository serves as a personal and community-driven library of helpful code snippets. Whether you're automating tasks, managing systems, or just experimenting, these snippets are meant to boost productivity and save time. It also contains some basic utility scripts and a few fun or playful code snippets for learning and experimentation.
- Ready-to-use Bash and Python code blocks
- Well-commented for easy understanding
- Focused on automation, scripting and day-to-day tasks
- Organized and scalable for future expansion
You can either clone the repository or copy/paste individual snippets as needed.
git clone https://github.com/singhvijayp/snippets.gitBrowse the folders and use the snippet that fits your need. Modify as necessary for your specific environment.
snippets/
│
├── bash/
│ ├── connect.sh
│ ├── term.sh
│ ├── ytdl.sh
│
├── python/
│ ├── hacked.py
│
└── README.md
Pull requests are welcome! If you have a useful snippet, feel free to submit a PR with proper file naming and comments.
- Fork the repo
- Create your branch: git checkout -b feature/your-snippet-name
- Commit your changes
- Push to the branch
- Open a pull request
This repository is licensed under the MIT License.