Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
comby-1.8.0-x86_64-linux.tar.gz | 2022-06-22 | 11.7 MB | |
comby-1.8.0-x86_64-linux | 2022-06-22 | 38.6 MB | |
1.8.0.tar.gz | 2022-06-21 | 449.4 kB | |
1.8.0.zip | 2022-06-21 | 586.6 kB | |
README.md | 2022-06-21 | 530 Bytes | |
Totals: 5 Items | 51.3 MB | 0 |
-
using the
-tar
option now outputs file paths in results (previouslynull
) -
experimental: using the
-omega
option, whitespace between delimiters will be matched loosely instead of strictly. This gives more flexibility for pattern matching, g.g., a pattern likefoo(bar)
will match any of:foo( bar)
,foo(bar )
or something likefoo( bar )
This only applies to whitespace immediately after an opening delimiter, and whitespace immediately preceding a closing delimiter.