Skip to content

contains mini programs you can run on your servers to solve your daily hectic problems, these are free tools, some might require APIs addresses so find that fix in documentation

Notifications You must be signed in to change notification settings

ujjawaldeveloper/bash_shell_utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Bash Shell Utilities

Welcome to Bash Shell mini utilities! πŸš€
Hi, this is Ujjawal. If you are here for any issue then scroll to bottom and talk to me. Continued......This project is a collection of scripts that allows users to add small functionalities into your applications seamlessly. Imagine of downloading free youtube videos or renaming files in bulk. Ofcourse you can download it using many youtube downloader tools online. But what if you require it inside your software you building, you need to have it on your server. So its for that purpose. Just download this repo and use it for your own projects.


πŸš€ Getting Started

Follow these steps to set up the project on your local machine:

1. Clone the Repository

git clone https://github.com/ujjawaldeveloper/bash_shell_utility.git
cd bash_shell_utility

🌟 Tools Overview

  • Automated Youtube playlist downloader: Download entire YouTube playlists with ease. You need to have git bash if you are on windows and python 3+ installed. It uses yt-dlp for downloading youtube videos. You can test it on your machine also. Download it, move to directory and open git bash and run script below and it will download playlist.
./youtube_playlist_downloader.sh <PLAYLIST_URL>
  • Bulk File Renamer: A simple Bash script to rename files in bulk without any external tools. This utility lets you replace parts of filenames with a new string, and it even includes a dry-run mode to preview the changes before making them permanent. You can use its multiple modes this way :
./bulk_file_renamer.sh <MODE> <OLD_STRING> <NEW_STRING> <DIRECTORY_PATH:only if your files are not in present wokring directory>
./bulk_file_renamer.sh "old" "new" /path/to/directory

8. Thank You for Visiting! πŸŽ‰

I appreciate your interest in my github UjjawalDeveloper! Feel free to explore, use, and contribute. If you find this project useful, please ⭐ the repository!

For any inquiries, feel free to reach out. I would be happy to assist you.



About

contains mini programs you can run on your servers to solve your daily hectic problems, these are free tools, some might require APIs addresses so find that fix in documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages