jhspetersson / fselect

Find files with SQL-like queries
https://fselect.rocks
Apache License 2.0
4.02k stars 85 forks source link

Please rename the release name to standard form. #145

Closed owenstake closed 3 months ago

owenstake commented 11 months ago

Please rename the release name to standard form from "fselect-x86_64-linux-musl.gz" to "fselect-x86_64-linux-musl.tar.gz"

4censord commented 5 months ago

If the files is not a tar file, why would one name it tar.gz? In this case, it's not an archive, but simply a compressed elf file.

owenstake commented 3 months ago

If the files is not a tar file, why would one name it tar.gz? In this case, it's not an archive, but simply a compressed elf file.

tar.gz is extensible.

4censord commented 3 months ago

but it will break. try extracting a file thats called file.tar.gz, but that isnt actually a tar file. i creates an error like

$ tar xvf file.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

which would confuse everyone