|
|
|
|
|
by mileza
1726 days ago
|
|
I think it's a great first effort, but there are a number of possible improvements to do. The most obvious one would be to support passing the file as an argument instead of using cat or the redirection operator every time. It's great that it works with stdin to allow piping into it, but it's cumbersome if you just want to take a file and print it, which will no doubt be a common use case. |
|
I think it’s great for a visualizer like this to encourage people to get used to the power of shell pipelines if possible.