Skip to content

shengyou/codeception-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeception-zsh-plugin

codeception-zsh-plugin is a zsh plugin for Codeception Testing Framework. This plugin can be install into oh-my-zsh custom plugin folder.

Screenshot1

Installation for oh-my-zsh

  1. In the command line, change to oh-my-zsh plugins directory:

    $ take ~/.oh-my-zsh/custom/plugins
  2. Clone the repository into a new directory called codeception:

    git clone https://github.com/shengyou/codeception-zsh-plugin.git codeception
  3. Include codeception plugin to your .zshrc file along with other plugins:

    ...
    plugins=(osx brew git laravel codeception)
    ...
  4. Restart your terminal application.

TODO & Bugs

  • --config disappear when typing --
  • smarter way to complete options

Additional information

Inspired by and based on:

Tutorials about how to write your own completion functions:

Contact

Shengyou Fan (If you like it, please endorse me on coderwall) endorse

Any questions, feel free to contact me.

About

A oh-my-zsh plugin for codeception command completion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages