https://github.com/kdisneur/b64
small tool that fixes the shortcoming of the default base64 command line on MacOS
https://github.com/kdisneur/b64
bash cli osx shell
Last synced: 3 months ago
JSON representation
small tool that fixes the shortcoming of the default base64 command line on MacOS
- Host: GitHub
- URL: https://github.com/kdisneur/b64
- Owner: kdisneur
- License: mit
- Created: 2020-09-27T11:31:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T11:08:40.000Z (over 5 years ago)
- Last Synced: 2024-06-20T01:53:36.788Z (about 2 years ago)
- Topics: bash, cli, osx, shell
- Language: Go
- Homepage:
- Size: 459 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# b64
`b64` is a small tool that fixes the shortcoming of the default `base64` command line on MacOS:
1. it accepts string as parameter (as well as pipe)
2. it allows Base64 URL encoding, not only standard Base64, using the `-u` flag
3. it allows to disable padding from input / output, using the `-p=false` flag
## Installation
You can either download the latest version from the [GitHub release](https://github.com/kdisneur/b64/releases) page or use the Homebrew formula:
```
brew install kdisneur/formulae/b64
```