Skip to content

rush v0.1.9

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 03 May 05:46
· 100 commits to master since this release

Changelog

  • fix colorful output in Windows

  • new replacement string {@regex}. e.g.,

      $ echo read_1.fq.gz | rush 'echo {@(.+)_\d}'
      read
    
      $ echo a-b-c | rush 'echo {@\w+-\w+}'
      a-b