rush icon indicating copy to clipboard operation
rush copied to clipboard

A cross-platform command-line tool for executing jobs in parallel

Results 15 rush issues
Sort by recently updated
recently updated
newest added

Hi there, I hope you are doing well. Rush is a seriously very good script for parallel jobs/works. Many features in there. It would be great if there was a...

I'm trying to push `rush` to Homebrew, but [they won't allow the creation of a `go.mod` file at build time](https://github.com/Homebrew/homebrew-core/pull/106770#pullrequestreview-1061342041). Would it be possible to have this file in the...

Hi, great tool! I like all of your *kit programs. One thing I'm using a lot in GNU parallel is the --pipe option, where the records are divided in blocks...

enhancement

I just gotta say, this program is pretty cool, but hard to figure out. The documentation does not make it easy. Please include more practical examples, not just echos. Here's...

Not a bug but a request. I would like to know the error status of all parallel jobs as a list that I can inspect in a shell to determine...

This is quite a powerful tool. Thanks for it! I'm using it to do transfers on s3. While setting up retries I noticed that the --retry-interval is a number of...

why is it like this? ``` # rush update You are not permitted to execute this command. Contact the systems administrator for further assistance. # whoami root ```

### Prerequisites - [x] make sure you're are using the latest version by `rush -V` - [x] read the usage (rush -h) and [examples](https://github.com/shenwei356/rush#examples) ### Describe your issue * [x]...

I wanting to try rush locally, so I installed `rush` (via `nix-shell -p rush`), but I got the surprise to install *another* program called also rush, maintained by GNU: https://www.gnu.org/software/rush/,...

### Prerequisites - [ ] make sure you're are using the latest version by `rush -V` $ rush -V rush v0.5.3 Checking new version... You are using the latest version...