1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 21:00:57 +01:00
Files
oh-my-zsh/plugins/bloop
2021-10-31 14:45:14 +05:30
..

bloop plugin

The plugin adds several aliases for common bloop commands.

To use it, add bloop to the plugins array of your zshrc file:

plugins=(... bloop)

Aliases

Alias Command Description
bp bloop projects List the projects in current repository
bc bloop compile Compile the project
bcl bloop clean Clean the project
br bloop run Run the project