You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STDIN is generally possible because gramify processes line-by-line. STDOUT has some issues however because gramify outputs a lot of duplicates. What approach would you recommend here for your considered usecases? Let the user figure it out, or not implement it to force the proper handling of the duplicates?
Added a partial implementation of --stdout, but I quickly noticed that the way I handle file input & output needs a pretty big overhaul to neatly handle the implementation of stdin and out for more complex setups. So I would need to find some time and motivation to rework that
For some workflows, it would be very helpful if gramify could operate on stdin and/or send output to stdout.
The text was updated successfully, but these errors were encountered: