Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neerajmanivarnan/usefulbashscripts
This repository contains a collection of command line utilities I've created to automate repetitive tasks, driven by my laziness to perform them manually.
https://github.com/neerajmanivarnan/usefulbashscripts
bash devops linux shell-script
Last synced: 21 days ago
JSON representation
This repository contains a collection of command line utilities I've created to automate repetitive tasks, driven by my laziness to perform them manually.
- Host: GitHub
- URL: https://github.com/neerajmanivarnan/usefulbashscripts
- Owner: neerajmanivarnan
- Created: 2024-09-09T19:47:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T16:04:53.000Z (29 days ago)
- Last Synced: 2024-12-10T17:29:08.085Z (29 days ago)
- Topics: bash, devops, linux, shell-script
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash Scripts Collection
This repository contains a collection of bash scripts created to automate various repetitive tasks, driven by my laziness to perform them manually.
## List of Scripts
1. **Home Network Connector (`connect-home-network`)**
A script to automatically connect to your home network. You can customize it to connect to any network of your choice.2. **Network Disconnector (`disconnect-network`)**
A script to disconnect from the currently connected network. You can customize it for any network.3. **CRETEM Utility (`cretem-utility`)**
A utility script for creating templates for Java, C++, and C programs. This is highly useful for competitive coding.4. **Git Utils**
Github utilities for people who don't know how to use git.
5. **Swap**
A command line utility to swap the name of two files.I found this useful during the configuration of my i3wm and neovim.This is specifically useful when you have to switch the names of two files back and forth repeatedly.5. **Power-Consumption-Utility for i3wm**
Messed up default power consumption utility configuration for i3wm.Wrote my own bash script to solve it.## How to Use
To save time, add these scripts to your PATH so they can be accessed easily from anywhere in your terminal.
### Steps:
1. **Clone the repository:**
```bash
git clone https://github.com/neerajmanivarnan/usefulBashScripts.git
```1. **Export the path:**
```bash
export PATH=$PATH:/path/to/usefulBashScripts
```