Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inmanturbo/inmanturbo


https://github.com/inmanturbo/inmanturbo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

### Inspiring `wip` commit message for artisans

```bash
wip () {
if [ -f ~/.valet/Sites/latest/artisan ]
then
INSPIRE_MESSAGE="$(php ~/.valet/Sites/latest/artisan inspire)"
else
INSPIRE_MESSAGE="wip"
fi

echo "${INSPIRE_MESSAGE}"

MESSAGE="${1:-$INSPIRE_MESSAGE}"

git add .
git commit -m "${MESSAGE}"
}
```

[usage](https://github.com/inmanturbo/inmanturbo/blob/main/usage.md#usage)