Lennart Spitzner
7e97c65716
hxbrief: Add flag "--omitSummary" to omit summary before exit
2022-02-24 19:00:09 +00:00
Lennart Spitzner
7ff33187c8
hxbrief: Fix child command argument passing
...
Previously, a child command like 'echo "foo; echo bar"' would
actually have invoked echo twice, because essentially the
quotation-marks got eated by our input parser. Not ideal.
2022-02-24 18:57:24 +00:00
Lennart Spitzner
aabc498fdb
Stop handling exception that we do not expect
...
Now that we guard via hSupportsANSI this is not
an exception that should occur. And if it occurs
we'd rather crash, as reading of stdin can be broken
after such an exception.
2022-02-09 21:35:49 +00:00
Lennart Spitzner
09c8e81095
Fix non-resetting console on user-interrupt
2022-02-08 15:32:40 +00:00
Lennart Spitzner
913916561c
Support forwarding stdin (non-echoed)
2022-02-08 15:11:36 +00:00
Lennart Spitzner
1cb4dd2cb8
Implement "--skip"
2022-02-03 21:18:44 +00:00
Lennart Spitzner
09b7a05964
Fix missing color-reset in some summary lines
2022-02-03 21:18:44 +00:00
Lennart Spitzner
146d06845f
Clean up code-comment about project todos
2022-02-03 21:18:05 +00:00
Lennart Spitzner
87647d8851
Make nested invocation harmless, inner call does nothing
2022-01-26 22:54:49 +00:00
Lennart Spitzner
8ca85432be
Implement basic ctrl-c-handling
2022-01-26 22:12:51 +00:00
Lennart Spitzner
dfad695899
Handle exception when our stdin gets closed immediately
2022-01-26 21:21:08 +00:00
Lennart Spitzner
b58597e2e0
Sort imports properly
2022-01-26 21:19:21 +00:00
Lennart Spitzner
725dd6d80b
Actually print help
2022-01-24 10:51:38 +00:00
Lennart Spitzner
5f2b4286ee
initial commit
2022-01-24 10:20:13 +00:00