https://github.com/dvob/b64
Alternative to base64 command which supports url encoding
https://github.com/dvob/b64
Last synced: 7 months ago
JSON representation
Alternative to base64 command which supports url encoding
- Host: GitHub
- URL: https://github.com/dvob/b64
- Owner: dvob
- Created: 2023-09-25T09:38:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T09:44:35.000Z (over 2 years ago)
- Last Synced: 2025-02-16T10:45:29.853Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# b64
Alternative to `base64` command from GNU coretuils which supports URL encoding.
It reads from standard input and prints the result to standard output.
```
Flags:
-d decode
-p with padding
-u url encoding
```
## Installation
```
go install github.com/dvob/b64@latest
```