https://github.com/techstark/base64-rust
base64 CLI implemented in rust
https://github.com/techstark/base64-rust
Last synced: 3 months ago
JSON representation
base64 CLI implemented in rust
- Host: GitHub
- URL: https://github.com/techstark/base64-rust
- Owner: TechStark
- Created: 2021-10-14T03:37:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-14T10:44:29.000Z (about 1 year ago)
- Last Synced: 2025-06-14T11:33:34.088Z (about 1 year ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# base64
base64 CLI implemented in rust
# Usage
`base64 --help`
```
base64 1.0
Encode/decode between base64 text and binary/text
USAGE:
base64.exe [FLAGS] [OPTIONS] [text]
ARGS:
UTF-8 text to encode; or base64 text to decode
FLAGS:
-d, --decode Decode base64 text to UTF-8 text or bytes
-h, --help Print help information
-V, --version Print version information
OPTIONS:
-i, --input Read from file
-o, --output Write to file
```
# Download
- Download from [release page](https://github.com/TechStark/base64-rust/releases)
- Download [base64.exe for Windows](https://github.com/TechStark/base64-rust/releases/download/v1.0/base64.exe)