Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alecmocatta/cargo-bash
https://github.com/alecmocatta/cargo-bash
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alecmocatta/cargo-bash
- Owner: alecmocatta
- Created: 2023-02-04T21:01:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T21:01:53.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T11:02:53.467Z (6 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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"
```