Add tab completion using argcomplete, update README

This commit is contained in:
2025-12-02 18:01:17 +00:00
parent e36ac044d9
commit 9edae1d233
4 changed files with 47 additions and 4 deletions

View File

@@ -113,6 +113,16 @@ Normal users: `~/.local/share/resrm/files`
Root user: `/root/.local/share/resrm/files`
### TAB completion
Add this to your `.bashrc`
```
eval "$(register-python-argcomplete resrm)"
```
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).