go-multibase icon indicating copy to clipboard operation
go-multibase copied to clipboard

[WIP] add multibase binary

Open aschmahmann opened this issue 3 years ago • 2 comments

This is a draft of a multibase binary that does reading + writing from files as well as transcoding. It still leaves room for improvement. For example, the CLI library used here seems to care about the ordering of flags and arguments which causes problems for multibase encode which can take either an argument or a file name.

It seems likely that if we get good UX here we'll just include the flow in go-ipfs as a ipfs multibase subcommand.

cc @lidel @Stebalien also feel free to make modifications/comments here

aschmahmann avatar May 07 '21 22:05 aschmahmann

It seems likely that if we get good UX here we'll just include the flow in go-ipfs as a ipfs multibase subcommand.

:+1:

Stebalien avatar May 10 '21 18:05 Stebalien

There is an IPFS version of this PR which we're going to focus on landing first: https://github.com/ipfs/go-ipfs/pull/8180

BigLep avatar Jul 02 '21 15:07 BigLep