Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 942 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 942 Bytes

How to add completion for tool in my system?

  • Have zsh as your command interpreter and oh-my-zsh installed
  • Download completion file
  • Put it in /usr/share/zsh/functions/Completion/Unix/
  • Add in your zshrc file line

compinit /usr/share/zsh/functions/Completion/Unix/*

  • Source your zsh config file

Screencasts how my completion working looks like (with fzf and fzf-tab plugins for zsh)

Gobuster

asciicast

Wfuzz

asciicast

Hashcat

asciicast

Sqlmap

asciicast

Msfvenom (payload options must be set last or completion will not work)

asciicast