Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paaragon/bash-utils

This repo contains multiple util bash scripts
https://github.com/paaragon/bash-utils

Last synced: 27 days ago
JSON representation

This repo contains multiple util bash scripts

Awesome Lists containing this project

README

        

# Bash Commands

This repository contains multiple utilsbash scripts.

# Extract

Extract multiple types of file compression

```bash
$ extract
```

## Git Open

Opens the main repo website in the default web browser.

> It has to be executed inside a valid git repository

```bash
$ git open
```

## $ git prev

Checkouts to the previous branch.

> It has to be executed inside a valid git repository

```bash
$ git prev
```

## $ git recent

Shows a list of the recent visited git branches.

> It has to be executed inside a valid git repository

> It needs to have `fzf` insalled in the system

```bash
$ git prev
```

## $ git vlog

## $ portpid