Add tab completion, update README, version bump 0.2.0
Some checks failed
Lint & Security / precommit-and-security (pull_request) Failing after 1m37s

This commit is contained in:
2025-12-21 09:29:21 +00:00
parent a5551e7047
commit e0ec2ce60a
3 changed files with 108 additions and 22 deletions

View File

@@ -198,6 +198,16 @@ Snapshots are stored in a local SQLite database containing:
Usernames and permission strings are resolved only for display.
### TAB completion
Add this to your `.bashrc`
```
eval "$(register-python-argcomplete chguard)"
```
And then
```
source ~/.bashrc
```
## pre-commit
This project uses [**pre-commit**](https://pre-commit.com/) to run automatic formatting and security checks before each commit (Black, Bandit, and various safety checks).