Add tab completion, update README, version bump 0.2.0
Some checks failed
Lint & Security / precommit-and-security (pull_request) Failing after 1m37s
Some checks failed
Lint & Security / precommit-and-security (pull_request) Failing after 1m37s
This commit is contained in:
10
README.md
10
README.md
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user