/Magic-Spells

Spells to make my life easier

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This repository contains all the shell scripts for basic utilities that might come handy in situations. The scripts are written in various programming language like bash, python etc.

Structure

../scripts/
├── LICENSE
├── python
├── README.md
└── shell
    └── rename.sh

Scripts

Shell Scripts

  1. rename.sh: This scripts renames all the .jpg image files ass 1, 2, 3 and so on in the current directory.

Python scripts

Note: These scripts can be written in python as well to serve their purpose

License: GPLv3