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

https://github.com/jht5945/base58

base58 - command line base58 convert tool.
https://github.com/jht5945/base58

base58 cli

Last synced: 3 months ago
JSON representation

base58 - command line base58 convert tool.

Awesome Lists containing this project

README

          

## base58 - command line base58 convert tool

> based on https://github.com/nham/rust-base58

#### Install
```bash
$ cargo install --git https://github.com/jht5945/base58
```

#### Usage
```bash
$ base58 --help
Usage:
base58 [OPTIONS] [FILE]

base58 - command line base58 convert tool.

Positional arguments:
FILE FILE

Optional arguments:
-h,--help Show this help message and exit
-d,--decode Decode data
--new-line Do output the trailing newline
-v,--version Print version
--verbose Verbose output
```