-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PoC of feature/pipe based on feature/stdin #50
Conversation
This will: - Fix mutex locking issues when running multiple demeuk together - Remove temponary file requirements - Simplify codebase by considering files and pipes equal
Appending by default can be highly confusing, overwrite yet safeguard against overwriting existing files
Add visualize of amount of threads being used. This makes clear to the user more threads are possible as config argument
Aaah, tried to get the checks to run. But because this is a pull request to a branch they will not run. |
This behavior is similar to all other linux tools like cat & cut
…ase linux tools Only enable verbose entries when you enable logging.
There were some issues with the code and some changes which were bit ninja changes. In general I change all log to be disabled. I like this behavior because it is more close to what general Linux tools do. |
Took feature/stdin as inspiration and rewrote parts of to create a true 'pipe' experience. While here did some UI tweaking and safeguarding against errors.