Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedfaragmostafa/shell-utilities
https://github.com/ahmedfaragmostafa/shell-utilities
bash shell-script
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmedfaragmostafa/shell-utilities
- Owner: ahmedfaragmostafa
- Created: 2018-11-24T10:26:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T12:30:36.000Z (almost 6 years ago)
- Last Synced: 2023-08-20T15:14:00.820Z (about 1 year ago)
- Topics: bash, shell-script
- Language: Shell
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![PyPI - Status](https://img.shields.io/pypi/status/Django.svg) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) ![Read the Docs](https://img.shields.io/readthedocs/pip.svg)
![Plugin on redmine.org](https://img.shields.io/redmine/plugin/rating/redmine_xlsx_format_issue_exporter.svg)## shell utilities
### Download Google drive file
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ahmedfaragmostafa/shell-utilities/master/drive-downloader.sh)" FILE_ID
```### clean docker old docker volumes .......etc
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ahmedfaragmostafa/shell-utilities/master/docker-cleanup.sh)"
```### clean docker all docker images - containers - volumes - networks .......etc
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ahmedfaragmostafa/shell-utilities/master/docker-cleanup-all.sh)"
```