base32

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2021 License: MIT Imports: 4 Imported by: 0

README

Base32

Github Status GoDoc

The universal base32 cli for MacOS and others.

Install
go install github.com/jpedro/base32
Usage
# Encode
# You can also use 'enc', '-e', '--encode'
$ base32 test
ORSXG5A=

# Decode
# Can also use 'dec', '-d', '--decode'
$ base32 decode ORSXG5A=
test

# Chain commands
$ echo test | base32 | base32 -d

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL