Update README, version bump
All checks were successful
Lint & Security / precommit-and-security (pull_request) Successful in 1m2s
All checks were successful
Lint & Security / precommit-and-security (pull_request) Successful in 1m2s
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user