Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.85 KB

README.md

File metadata and controls

66 lines (47 loc) · 1.85 KB

Copy of Copy of Untitled (Discord Profile Banner)

nemooScripter

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.


How to Use

  1. Check the categories and find what you need.
  2. Read the description to see what each script does.
  3. Clone the repo, pick a script, and run it.
  4. Some scripts might need extra setup; check the comments inside.

Table of Contents

  1. Introduction
  2. How to Use
  3. Script Categories
  4. Contributing

Script Categories

Automation

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.

System Tweaks

Tools to customize and optimize your Linux setup.


Networking

Scripts for handling network-related tasks.


Productivity

Small tools to make your workflow smoother.


Fun & Random

For when you just want to mess around or try something different.


Contributing

Got a script you think fits? Feel free to contribute! Here's how:

  1. Fork this repo.
  2. Add your script to the right category.
  3. Update this README with a short description of your script.
  4. Open a pull request.