Update README, version bump
All checks were successful
Lint & Security / precommit-and-security (pull_request) Successful in 1m2s

This commit is contained in:
2025-12-13 18:06:59 +00:00
parent 659a76f5c9
commit 45d9f5f6c8
2 changed files with 4 additions and 1 deletions

View File

@@ -130,6 +130,9 @@ resrm -l
# Restore a file by ID or basename # Restore a file by ID or basename
resrm --restore <id|name> resrm --restore <id|name>
# Show full details of trashed item
resrm --inspect <id|name>
# Empty the trash permanently # Empty the trash permanently
resrm --empty resrm --empty
``` ```

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "resrm" name = "resrm"
version = "0.3.3" version = "0.4.0"
description = "drop-in replacement for rm with undo/restore built-in." description = "drop-in replacement for rm with undo/restore built-in."
authors = ["Marco D'Aleo <marco@marcodaleo.com>"] authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"