antonmedv / fx-completion

Bash completion for fx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Bash
  • Zsh
  • Fish

License

MIT

About

Bash completion for fx

License:MIT License


Languages

Language:JavaScript 82.8%Language:Shell 17.2%