ios_system icon indicating copy to clipboard operation
ios_system copied to clipboard

request for base64

Open yury opened this issue 5 years ago • 1 comments

It could be usefull :)

yury avatar Mar 06 '19 20:03 yury

Would a wasm version work?

mkdir wamp
cd wamp
curl -LO https://registry-cdn.wapm.io/packages/ken-matsui/base64/base64-0.1.3.tar.gz
tar zxf base64-0.1.3.tar.gz
cp target/wasm32-wasi/release/base64-cl
i.wasm ~/Documents/bin/base64.wasm
$ cd
$ base64 --help
base64-cli 0.1.3
Ken Matsui <[email protected]
.com>
A CLI tool for base64
USAGE:
    base64.wasm <SUBCOMMAND>
OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information
SUBCOMMANDS:
    decode    Decode base64 string to string
    encode    Encode string to base64 string
    help      Print this message or the help of the 
given subcommand(s)

fprimex avatar Jun 15 '22 18:06 fprimex