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

https://github.com/robynllama/brotlistream

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

brotli compression csharp dotnet

Last synced: 4 months 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)