Ecosyste.ms: Awesome
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
Last synced: about 1 month 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-28T23:52:06.000Z (about 1 month ago)
- Last Synced: 2024-11-29T00:27:39.430Z (about 1 month ago)
- Language: C#
- Size: 0 Bytes
- Stars: 0
- 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)