Skip to content
This repository was archived by the owner on Oct 7, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 494 Bytes

File metadata and controls

7 lines (5 loc) · 494 Bytes

ejabberdctl bash completion

This python script generates bash completion for all arguments of your ejabberdctl command.

Install

Make sure that Ejabberd is running. If ejabberdctl command works everywhere just run [sudo] make. If you have installed Ejabberd in desired directory and ejabberdctl just works in there, run [sudo] make EJABBERDCTL_PATH=/path/to/ejabberd/bin/ (Do not miss / at the end of command).
then you can access your arguments using ejabberdctl <TAB>.