Skip to content

This repository contains a variety of small codes which can be used in various places and code structures.

Notifications You must be signed in to change notification settings

singhvijayp/snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Snippets

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.

Table of Contents

About

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.

Features

  • 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

Usage

You can either clone the repository or copy/paste individual snippets as needed.

git clone https://github.com/singhvijayp/snippets.git

Browse the folders and use the snippet that fits your need. Modify as necessary for your specific environment.

Structure

snippets/
│
├── bash/
│   ├── connect.sh
│   ├── term.sh
│   ├── ytdl.sh
│
├── python/
│   ├── hacked.py
│
└── README.md

Contributing

Pull requests are welcome! If you have a useful snippet, feel free to submit a PR with proper file naming and comments.

  1. Fork the repo
  2. Create your branch: git checkout -b feature/your-snippet-name
  3. Commit your changes
  4. Push to the branch
  5. Open a pull request

License

This repository is licensed under the MIT License.

About

This repository contains a variety of small codes which can be used in various places and code structures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published