selop / newman-autocomplete

Oh-my-zsh autocomplete plugin for Newman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newman

The newman plugin provides autocompletion for the Newman CLI .

Installation

  1. 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.

  2. Enable the plugin in your ~/.zshrc:

plugins=(... newman)
  1. Newman requires NodeJS and npm. To install newman simply run:
npm install -g newman
  1. Type newman into your promt and hit TAB to see available completion options.

About

Oh-my-zsh autocomplete plugin for Newman

License:MIT License