Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alecmocatta/cargo-bash


https://github.com/alecmocatta/cargo-bash

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# `cargo-bash`

Use bash in cargo aliases.

```bash
cargo install cargo-bash
```
```toml
[alias]
run-all = "bash echo $'foo\\nbar\\nbaz' | xargs cargo run --bin"
```