Skip to content

Releases: shenwei356/rush

rush v0.8.0

15 Jan 02:38

Choose a tag to compare

  • 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
      

rush v0.7.0

13 Jun 06:12

Choose a tag to compare

  • rush v0.7.0
    • Better support for escaping curly brackets. #71

v0.6.1

12 Mar 09:12

Choose a tag to compare

  • rush v0.6.1
    • Fix issue with stopping orphan children. #69 by @bburgin
    • When the field index is larger than the number of fields, do not replace it with the last field as before. #68

rush v0.6.0

12 Nov 07:40

Choose a tag to compare

  • rush v0.6.0
    • fix variables containing "{}", the bug was introduced in v0.5.7. e.g., rush -v 'p={}/{%}' 'echo {p}_1.fq' outputs a/b/b_1.fq.
    • supports outputting "{}" with the replacement string "{{}}". echo a/b | rush 'echo {{}}' outputs {}.

rush v0.5.7

01 Nov 11:48

Choose a tag to compare

  • rush v0.5.7
    • fix a bug for the input with "{}". #61

rush v0.5.6

30 Aug 10:07

Choose a tag to compare

  • rush v0.5.5
    • fix a bug of -I/--immediate-output. #60

rush v0.5.5

27 Aug 21:27

Choose a tag to compare

Changelog

  • rush v0.5.5
    • security update. #58

rush v0.5.4

13 Nov 17:53

Choose a tag to compare

Changes

  • rush v0.5.4
    • fix a crash when using -I. #52

rush v0.5.3

25 Aug 08:06

Choose a tag to compare

Changes

  • rush v0.5.3
    • fix the panic of close of closed channel when using -r/--retries, which was introduced in v0.5.1.
    • updated help doc.

rush v0.5.2

16 Jul 02:58

Choose a tag to compare

Changes

  • rush v0.5.2
    • fix the hung-up bug of --dry-run, which was introduced in v0.5.1.