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

@@ -1,6 +1,6 @@
[tool.poetry]
name = "resrm"
version = "0.3.1"
version = "0.3.2"
description = "drop-in replacement for rm with undo/restore built-in."
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
license = "GPL-3.0-or-later"
@@ -11,6 +11,7 @@ packages = [{include = "resrm", from = "src"}]
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
argcomplete = ">=2"
[tool.poetry.dev-dependencies]
pre-commit = "^3.8"