bzip2-rs icon indicating copy to clipboard operation
bzip2-rs copied to clipboard

Feature Request: CLI Support

Open jeremiahpslewis opened this issue 4 years ago • 1 comments

Hey!

Saw this library and was intrigued by the possibility of making it available for Julia language users to decompress bzip2 files in a consistent way across all platforms supported by the language. The packaging infrastructure, etc. is quite well established and it shouldn't be much trouble for us to generate binaries via the community's Yggdrasil packaging infrastructure, but the one thing that seems to be missing is CLI support. Is this something that might be on your roadmap?

Cheers, Jeremiah

jeremiahpslewis avatar Dec 21 '21 00:12 jeremiahpslewis

Hi, sorry for the delayed response.

It'd be awesome to see my project get more adoption. Currently I'm slowly refactoring parts of the crate in order to prepare it for the 0.2.0 release. After that I think we'll be in a good shape to add the CLI.

paolobarbolini avatar Jan 15 '22 16:01 paolobarbolini