nemooScripter is a growing collection of scripts for all kinds of tasks, made for Linux users who like to keep things efficient and cool. Whether you need to automate something, fix an issue, or just have fun experimenting, this repo has got you covered.
- Check the categories and find what you need.
- Read the description to see what each script does.
- Clone the repo, pick a script, and run it.
- Some scripts might need extra setup; check the comments inside.
Scripts to automate boring or repetitive tasks. Perfect for saving time.
- git_push_all_repos : This script automates git add, commit, push, and handles sync issues (git pull) for all Git repositories inside a specified root directory.
Run it:
./push_all_repos.sh /path/to/root/directory.
Tools to customize and optimize your Linux setup.
Scripts for handling network-related tasks.
Small tools to make your workflow smoother.
For when you just want to mess around or try something different.
Got a script you think fits? Feel free to contribute! Here's how:
- Fork this repo.
- Add your script to the right category.
- Update this README with a short description of your script.
- Open a pull request.