fx-completion icon indicating copy to clipboard operation
fx-completion copied to clipboard

Bash completion for fx

fx-completion

Bash completion for fx

Install

npm i -g fx-completion

And add to your .bash_profile file next line:

source <(fx-completion --bash)

Usage

Fields of JSON file provided only if fx used with file as first argument.

$ fx data.json <Tab>

TODO

  • [x] Bash
  • [ ] Zsh
  • [ ] Fish

License

MIT