Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robynllama/brotlistream

Super basic dotnet brotli cmdline app
https://github.com/robynllama/brotlistream

Last synced: about 1 month ago
JSON representation

Super basic dotnet brotli cmdline app

Awesome Lists containing this project

README

        

# BrotliStream

Super basic dotnet brotli cmdline app

## Usage

`BrotliStream` [mode] [filename]

`Mode`: `-c` (compress) `-d` (decompress)

## Notes

- Compressed files will attempt to write to [filename].brt
- Decompressed files will attempt to write to [filename].bin
- Either mode will fail if those exact names are already present on the system (to prevent accidents)