From 45d9f5f6c89e8764f0eb8764c4a2dbf7300e6ada Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Sat, 13 Dec 2025 18:06:59 +0000 Subject: [PATCH] Update README, version bump --- README.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aab606d..2576382 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,9 @@ resrm -l # Restore a file by ID or basename resrm --restore +# Show full details of trashed item +resrm --inspect + # Empty the trash permanently resrm --empty ``` diff --git a/pyproject.toml b/pyproject.toml index 76bafdf..1d0eb67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "resrm" -version = "0.3.3" +version = "0.4.0" description = "drop-in replacement for rm with undo/restore built-in." authors = ["Marco D'Aleo "] license = "GPL-3.0-or-later"