Improve trash output #24

Merged
mdaleo404 merged 3 commits from improve_trash_list into main 2025-12-13 18:09:46 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 45d9f5f6c8 - Show all commits

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"