Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 550 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 550 Bytes

Bash Completion for intelmq

It completes (sub-)commands and parameters (bots and pipeline names, log levels).

Bash completion for intelmqctl and intelmqdump can be set up with the following procedure:

Dependencies

Ubuntu 14.04 / Debian 8

apt-get install bash-completion jq

CentOS 7

yum install bash-completion jq

SUSE

zypper install bash-completion jq

Installation

  1. Copy from ./contrib/bash-completion/intelmq.sh to '/etc/bash_completion.d/'
  2. Logout and login to be able to use the bash completion.