bonnie icon indicating copy to clipboard operation
bonnie copied to clipboard

Simple, cross-platform, and fast command aliases with superpowers.

Results 4 bonnie issues
Sort by recently updated
recently updated
newest added

**Description** NPM has a package called [Concurrently](https://www.npmjs.com/package/concurrently). It provides a command that can run multiple commands parallel to each other. **Reasoning** In a typical (real) web dev environment, there are...

enhancement

**Description** A new top-level `HashMap` `[variables]`, which would allow the derivation of values that can be interpolated into commands. When preparing a command to be run, we'd compute their values...

enhancement

**Description** A new command core property (lowest level, next to shell/exec specification) `.watch` that is provided a directory path to watch. Then, the command will be rerun whenever any file...

enhancement

**Description** A new property `.cleanup` next to shell configuration that specifies a command/series of commands to run after the normal command is done. This would allow for example starting a...

enhancement