Using Fisher

If you are using Linux or Mac OS X, fisher is a great tool to manage your fish shell configuration.

Some of the JHipster development team use fish shell with Fisher, and if you see people using shortcuts in their terminal, the magic comes from here!

Fisher JHipster plugin

The JHipster Fisher plugin is available on GitHub at https://github.com/jhipster/jhipster-fisher-plugin.

Currently it only adds shortcuts (full list here), but we welcome contributions to have better auto-completion!

It is not part (yet) of the official plugin list, so you need to install it manually:

  1. Clone the plugin repository:

    git clone [email protected]:jhipster/jhipster-fisher-plugin.git

  2. Install it via fisher command from local directory:

    fisher add ~/path/to/cloned/repository

For more details about Fisher have a look at their usage section.