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

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

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
```