Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 607 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 607 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 / Debian

apt-get install bash-completion jq

CentOS

yum install bash-completion jq

SUSE

zypper install bash-completion jq

Fedora

dnf install bash-completion jq

Installation

  1. Copy ./contrib/bash-completion/intelmq* to '/etc/bash_completion.d/'
  2. Load the files directly or open a new shell (the files are loaded automatically).