Is your feature request related to a problem? Please describe.
I'd like to open *.qlog.zst files directly. quic-go, for example, outputs zst files (very reasonable, as these compress very well) and I'd like to save the step of running zstd -d locally and keeping a large file around.
Describe the solution you'd like
Decompress a given zst file in the app.
Describe alternatives you've considered
Doing it myself before uploading. It's fine.
Additional context
I could probably implement this, if others would also find it useful.
Is your feature request related to a problem? Please describe.
I'd like to open *.qlog.zst files directly. quic-go, for example, outputs zst files (very reasonable, as these compress very well) and I'd like to save the step of running
zstd -d
locally and keeping a large file around.Describe the solution you'd like
Decompress a given zst file in the app.
Describe alternatives you've considered Doing it myself before uploading. It's fine.
Additional context
I could probably implement this, if others would also find it useful.