Simple Docker wrapper of https://github.com/antonmedv/fx
1.1K
This repo simply wraps https://github.com/antonmedv/fx in a convenient Docker image.
Creating an alias like
alias fx='docker run --rm -i matthewadams12/fx fx'
is pretty darned convenient.
$ echo '"foo"' | fx this
"foo"
$ echo '{"foo":"bar"}' | fx this.foo
"bar"
etc...
Content type
Image
Digest
Size
22.5 MB
Last updated
over 8 years ago
docker pull matthewadams12/fx