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
- Host: GitHub
- URL: https://github.com/robynllama/brotlistream
- Owner: RobynLlama
- License: gpl-3.0
- Created: 2024-11-28T23:44:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T10:36:12.000Z (8 months ago)
- Last Synced: 2025-02-05T12:53:51.106Z (5 months ago)
- Topics: brotli, compression, csharp, dotnet
- Language: C#
- Homepage: http://mamallama.dev
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)