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

https://github.com/pethical/please

Please command
https://github.com/pethical/please

bash bash-script please

Last synced: 7 months ago
JSON representation

Please command

Awesome Lists containing this project

README

          

[![Generic badge](https://img.shields.io/badge/CONTRIBUTORS-WELCOME-GREEN.svg)](https://github.com/Pethical/Please)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/Pethical/Please)

# Please
"Please" command for bash with unlimited possibilities.

## How to use

Just type the `please` command before your original command

## Usage samples:

Make project
```
./please make
```

Kill MC
```
./please pkill mc
```

Clone git repo
```
./please git clone https://github.com/Pethical/Please.git
```

Echo OK
```
./please echo OK
```