Sufler

Sufler provides the ability to easily add new completions for commands.

The tool use completions for commands from .yml files. Sufler support shells:

  • Bash
  • Fisch
  • Zsh
  • Powershell

Quickstart

Installation

To install Sufler, open an interactive shell and run:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/limebrains/sufler/master/install.bash)"

Or to specify installation directory and type of shell:

bash -c "shell='bash_or_zsh';install_dir='absolute_path';$(curl -fsSL https://raw.githubusercontent.com/limebrains/sufler/master/install.bash)"

Using Sufler

After installation just type command you like and press Tab.