-
-
Notifications
You must be signed in to change notification settings - Fork 67
Releases: shenwei356/rush
Releases · shenwei356/rush
rush v0.9.0
Changes
- rush v0.9.0
- Add a new replacement string
{?}, a value computed as$cpus / $jobs,
which can be used as the number of threads for each command.
This value is dynamically adjusted according to the number of jobs (-j/--jobs).
#74
- Add a new replacement string
Assets 20
- sha256:85c43308b935bef7f09922c98dc9f1d304843457c8c0daa06a1a22ae16393f9e3.43 MB
2026年04月08日T07:59:33Z - sha256:eb0b79222a3210e7d8afd73a8a795a97a58779c3297e443cb1f07a2dc6011a3d59 Bytes
2026年04月08日T07:59:45Z - sha256:f5cd118ee7a04c70849c891e172ed1d3fb85fc5c14a7dacddb1d5c210b0f06133.16 MB
2026年04月08日T07:59:45Z - sha256:9c2d8a59f56b8afa874337874ebb13302f3de3df1ad32604fea0332ee2ab643e59 Bytes
2026年04月08日T07:59:51Z - sha256:7d848fb7b856d256b535841e4a4fd164317f43b7bd9e00cd3f8f55cf7601c93d3.27 MB
2026年04月08日T07:59:52Z - sha256:639eff14dacd9c643d4355a9118f8346871017a5f2c634c592a798a4926cd7e458 Bytes
2026年04月08日T07:59:58Z - sha256:3e49d1b8b5ae379c1598ade74311f5a57c335bed0871aa6f5e683fddea69f2c73.36 MB
2026年04月08日T07:59:58Z - sha256:014da11cc8a0904a7e2fb8e4aca80c080fff03dc772a9619584ab585432df9dd60 Bytes
2026年04月08日T08:00:04Z - sha256:d212ee0eaec5029ff5ad49d06b0113bb0ad3e4d05eca5e0853c94fe1ddc5051f3.31 MB
2026年04月08日T08:00:04Z - sha256:cb38bc799a6512145eca84e91ce5e0cbfa03ab007e7318cfe4955e2c9bdb317156 Bytes
2026年04月08日T08:00:10Z -
2026年04月08日T07:35:30Z -
2026年04月08日T07:35:30Z - Loading
rush v0.8.0
- rush v0.8.0
-
Preset variables support extra operations as well. e.g,
$ echo read_1.fq.gz \ | ./rush -v 'p={:^_1}' -v 'f=a.s-10.txt' \ 'echo {} {p} {f:} {f@s\-(\d+)}' read_1.fq.gz read a 10
-
Assets 20
2 people reacted
rush v0.7.0
- rush v0.7.0
- Better support for escaping curly brackets. #71
Assets 9
1 person reacted
v0.6.1
Assets 16
1 person reacted
rush v0.6.0
- rush v0.6.0
- fix variables containing "{}", the bug was introduced in v0.5.7. e.g.,
rush -v 'p={}/{%}' 'echo {p}_1.fq'outputsa/b/b_1.fq. - supports outputting "{}" with the replacement string "{{}}".
echo a/b | rush 'echo {{}}'outputs{}.
- fix variables containing "{}", the bug was introduced in v0.5.7. e.g.,
Assets 16
1 person reacted
rush v0.5.7
- rush v0.5.7
- fix a bug for the input with "{}". #61
Assets 16
1 person reacted
rush v0.5.6
- rush v0.5.5
- fix a bug of
-I/--immediate-output. #60
- fix a bug of
Assets 16
1 person reacted
rush v0.5.5
Changelog
- rush v0.5.5
- security update. #58
Assets 9
1 person reacted
rush v0.5.4
Changes
- rush v0.5.4
- fix a crash when using
-I. #52
- fix a crash when using
Assets 9
rush v0.5.3
Changes
- rush v0.5.3
- fix the panic of
close of closed channelwhen using-r/--retries, which was introduced in v0.5.1. - updated help doc.
- fix the panic of