1 stable release
1.0.0 | Jun 25, 2023 |
---|
#85 in #save
24KB
137 lines
Barotrauma Compress
A simple CLI utility compress and decompress Barotrauma save files using fully cross-platform native code.
Installation
Manual: download an artifact from the latest release
Cargo: cargo install barotrauma-compress
Usage
Grab an
Whether to compress or decompress will be chosen automatically based on what <INPUT>
is: files will be decompressed, and directories will be compressed.
Usage: barotrauma-compress <INPUT>
Arguments:
<INPUT> input file or directory.
Options:
-h, --help Print help
-V, --version Print version
Building from Source
- Install Rust
- Clone the project
cargo build --release
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License. See LICENSE for the full license text.
Dependencies
~1.4–2MB
~38K SLoC