[READ-ONLY] Mirror of https://github.com/probablykasper/my-bash-scripts. My personal bash scripts
cli
0

Configure Feed

Select the types of activity you want to include in your feed.

Made d-c work with bash auto completion

Kasper (Oct 8, 2019, 5:27 PM +0200) 28c0323f 247b8601

+4
+2
README.md
··· 26 26 - When running `d-c run`, it automatically adds the `--rm` argument 27 27 - When running `d-c up`, it automatically runs `docker-compose down` afterwards. 28 28 29 + It also works with bash auto completion ([here's how to enable docker-compose completion](https://docs.docker.com/compose/completion/)) 30 + 29 31 ## render 30 32 This will render [After Effects](https://www.adobe.com/products/aftereffects.html) projects, assuming you have After Effects installed in `/Applications/Adobe After Effects CC 2019` (Specifically, the `aerender` file needs to be in there). Running `render` shows the syntax: 31 33 ```
+2
bin/d-c
··· 7 7 else 8 8 docker-compose "${@:1}" 9 9 fi 10 + 11 + complete -F _docker_compose docker-compose docker-compose.exe d-c