Highlights - interactive mode - Use full power of JavaScript.
$ curl ... | fx '.filter(x => x.startsWith("a"))'
- Access all lodash (or ramda, etc) methods by using .fxrc file.
$ curl ... | fx '_.groupBy("commit.committer.name")' '_.mapValues(_.size)'
echo '' | fzf --print-query --preview-window wrap --preview 'cat test.json | jql {q}'
Highlights - interactive mode - Use full power of JavaScript.
$ curl ... | fx '.filter(x => x.startsWith("a"))'
- Access all lodash (or ramda, etc) methods by using .fxrc file.
$ curl ... | fx '_.groupBy("commit.committer.name")' '_.mapValues(_.size)'