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"