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
Hopefully this is something that can be fixed - though I can imagine this being a challenge as I expect that curlie tries to format all of curls stdout.
The text was updated successfully, but these errors were encountered:
One of my favourite curl features is the ability to display additional info via the
--write-out
or-w
parameter.More info on this parameter: https://ec.haxx.se/usingcurl/usingcurl-verbose/usingcurl-writeout
I have for example a "template" at
~/.curl-extras
with the following contents:This appends additional info (timings and sizes, in this case) to the output, e.g.:
However, with curlie the newlines are removed and some unexpected colors are applied:
Hopefully this is something that can be fixed - though I can imagine this being a challenge as I expect that curlie tries to format all of curls stdout.
The text was updated successfully, but these errors were encountered: