Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paaragon/bash-utils
- Owner: paaragon
- Created: 2024-06-11T14:25:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T14:33:24.000Z (7 months ago)
- Last Synced: 2024-06-11T21:02:33.663Z (7 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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