Do What I Mean Extractor
Find a file
Armin Friedl e59968444e
All checks were successful
continuous-integration/drone/push Build is passing
[feat] Add known fileformats
Reliably stripping (multiple) archive extensions (e.g. .tar.gz) is not supported
by std::filesystem::path. Dots in the regular root folder name can cause issues.

fileformats.hpp adds well-known format extensions which are used for stripping
the extension.

Note that this is not used by libarchive or xwim to determine the
filters/formats for extraction. This is done by libarchive's `bidding`.
2020-02-23 15:28:16 +01:00
doc Add documentation, archive_sys FFI 2020-02-22 13:49:27 +01:00
src [feat] Add known fileformats 2020-02-23 15:28:16 +01:00
.clang-format Init 2020-02-16 03:20:12 +01:00
.drone.yml Add release build for tagged versions 2020-02-22 20:39:13 +01:00
.gitignore [fix] Extractor falls out of scope 2020-02-23 09:56:33 +01:00
meson.build [feat] Add known fileformats 2020-02-23 15:28:16 +01:00
README.md Add readme 2020-02-16 03:22:58 +01:00

Build Status

XWIM

Do What I Mean Extractor