License

April 11, 2024 · View on GitHub

Important

Please see https://github.com/rmartine-ias/jq-fish-plugin instead.

jqrepl

A plugin for Oh My Fish.

MIT License Fish Shell Version Oh My Fish Framework


asciicast

Prerequisities

  • jq
  • fzf

Install

$ omf install https://github.com/jihchi/jq-fish-plugin.git

Usage

# read from a file
$ jqrepl [file]

# read from stdin
$ cat <json> | jqrepl

Example

$ curl -s pie.dev/json | jqrepl
example

License

MIT © Jihchi Lee et al

Contributors

Many thanks for your help!

Contents

  1. 0.1Please see https://github.com/rmartine-ias/jq-fish-plugin instead.
  2. 1Prerequisities
  3. 2Install
  4. 3Usage
  5. 4Example
  6. 5Contributors