Bash completion for fx
npm i -g fx-completion
And add to your .bash_profile file next line:
source <(fx-completion --bash)
Fields of JSON file provided only if fx used with file as first argument.
$ fx data.json <Tab>
- Bash
- Zsh
- Fish
MIT
Bash completion for fx
npm i -g fx-completion
And add to your .bash_profile file next line:
source <(fx-completion --bash)
Fields of JSON file provided only if fx used with file as first argument.
$ fx data.json <Tab>
MIT