The Wayback Machine - https://web.archive.org/web/20190302071823/https://github.com/antonmedv/fx-completion
Skip to content
Bash completion for fx
Branch: master
Clone or download
Latest commit 5e16f45 Mar 1, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore first commit Feb 28, 2019
LICENSE first commit Feb 28, 2019
README.md Update README.md Mar 1, 2019
complete.sh first commit Feb 28, 2019
index.js Better complete with paths Mar 1, 2019
package.json Release 1.0.4 Mar 1, 2019

README.md

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

You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.