greymd / egzact

Generate flexible patterns on the shell
MIT License
51 stars 2 forks source link

`egzact` command. #11

Open greymd opened 7 years ago

greymd commented 7 years ago

There is two roles.

$ egzact version
1.x.x
$ seq 5 | egzact.conv 3
1 2 3
2 3 4
3 4 5