Awesome
Newman
The newman
plugin provides autocompletion for the Newman CLI .
Installation
-
Create a folder
newman
in your Oh-my-zsh plugin directory~/.oh-my-zsh/plugins
and put_newman
inside the~/.oh-my-zsh/plugins/newman
folder. -
Enable the plugin in your
~/.zshrc
:
plugins=(... newman)
npm install -g newman
- Type
newman
into your promt and hitTAB
to see available completion options.