Skip to content

This repository contains a collection of command line utilities I've created to automate repetitive tasks, driven by my laziness to perform them manually.

Notifications You must be signed in to change notification settings

neerajmanivarnan/usefulBashScripts

Repository files navigation

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.

  6. 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:

    git clone https://github.com/neerajmanivarnan/usefulBashScripts.git
  2. Export the path:

    export PATH=$PATH:/path/to/usefulBashScripts

About

This repository contains a collection of command line utilities I've created to automate repetitive tasks, driven by my laziness to perform them manually.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages