metasploit-framework/external/zsh
William Vu 8f54e4d611
Implement "-" for msfconsole -r from stdin
More predictable than /dev/stdin, which is usually a symlink to
/proc/self/fd/0 or /dev/fd/0, but the feature is not guaranteed to be
present.

This isn't *terribly* useful, but it can be. -x is recommended, but it
doesn't allow for ERB directives. This is mostly for hax.
2015-01-29 19:26:56 -06:00
..
README.md Add zsh completion definitions for utilities 2014-09-27 20:12:02 -04:00
_msfconsole Implement "-" for msfconsole -r from stdin 2015-01-29 19:26:56 -06:00
_msfencode Add zsh completion definitions for utilities 2014-09-27 20:12:02 -04:00
_msfvenom Add zsh completion definitions for utilities 2014-09-27 20:12:02 -04:00

README.md

Metasploit completion definitions for zsh. The directory containing the completion files needs to be added to the $fpath environment variable, this is usually done in the ~/.zshrc file.