From 394e06e4f1f8697c56ee0b7f6471aec73022ca19 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 12 Sep 2023 19:16:48 +0200 Subject: [PATCH] added completion support --- README.md | 4 ++++ TODO | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index b0e9c63..63e5170 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,10 @@ Download the file `jaildk` or clone this repository to your FreeBSD server and e This will create the directory structure required for the tool itself, create a template jail and build a base directory. +## Bash Completion + +If you want to use `jaildk` with bash completion, source the script `jaildk-completion.bash`. + ## Basic usage Let's say you installed *jaildk* into `/jail` and you want to create a diff --git a/TODO b/TODO index 622b3ab..caa4105 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ +- fix the 3 mode commands to use -m so completion works correctly - vnet ipv6 doesnt work anymore UPDATE: with auto_linklocal seems to work after some seconds - on reboot, no pf will be started