/Scripts

Script to automate task

Primary LanguagePython

Scripts

Prerequisite

- Any type of Shell installed ( bash, zsh, fish )
- Git
- Python >= 3.6 ( if your script contain python dependencies )
- Pip ( python package installer )

Star 🌟 the repository if you like it and Fork the repository for Contribution

These Repository Contain script created by me to automate few of my Daily task

Scripts list

Script name Description
Aur Arch user repository package downloader and installer
Sortthis Sorts all the file in an directory (folder not included) as per the file type/category

+ more Scripts to come

.

Clone the repository

git clone https://github.com/knight-byte/Scripts.git
cd Scripts

Usage

For accessing the Scripts from any Directory or location in your System

  • Create a Directory named bin in your home Directory

  • copy the indiviual script from the cloned directory and paste them in bin directory excluding folders which you to to use

  • This bin directory will contain all the Scripts in it

  • Add the bin directory in your home path and add that home path in Path

    • add this line in your .bashrc or .zshrc or shell configuration of your shell you are using
    PATH="$HOME/bin:$PATH
    
  • You are good to go Now you can access the Scripts in the bin directory from and Directory or location in terminal.

Note

Change the Shebang* of the Script if you are Using the Different Shell or the path of the shell doesnt match with the default location of the shell installed

A shebang is the character sequence consisting of the characters number sign and exclamation mark ( #!) at the beginning of a script.

Made with ❤️ in India