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

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

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)