rust-parallel
rust-parallel copied to clipboard
Commands from stdin support delimiter captures
When dealing with csv files, read from standard input, it is cumbersome and inflexible to match each field with a regular. If you support simple separation by delimiter, it is easier to call. Some of the better ones in this regard are rargs and rush, and it would be nice to integrate similar functionality into them.