scsitape / stenc

SCSI Tape Encryption Manager - stenc (formerly on https://sourceforge.net/projects/stenc/)
GNU General Public License v2.0
70 stars 17 forks source link

Add bash completion #84

Closed sunwire closed 2 years ago

sunwire commented 2 years ago

Bash completion is enabled by default. To disable bash completion install, run configure with --without-bash-completion-dir option. ./configure --without-bash-completion-dir You can specify bash completion install directory with --with-bash-completion-dir option. ./configure --with-bash-completion-dir=/path Default install directory is $datadir/bash-completion/completions (/usr/share/bash-completion/completions) Hints for the -f options (tape device) probably only work on Linux.