summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDenys Séguret <cano.petrole@gmail.com>2023-11-30 10:06:31 +0100
committerGitHub <noreply@github.com>2023-11-30 10:06:31 +0100
commitae8a6bda76bc112c84a5d9f858eed77a385406e9 (patch)
treef2eb0bef7232aa855f48096194a1c7b2b4f925bd /Cargo.toml
parent85affed44196502c020f4e911f0aa5efba8696b0 (diff)
:trash internal (#803)
Add the `:trash` internal, which instead of deleting a file moves it to the system trash. You may remap `rm` to it with { invocation: "rm" internal: "trash {file}" leave_broot: false } Fix #799
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f3b8c78..c309210 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,6 +62,7 @@ termimad = "0.26.1"
terminal-clipboard = { version = "0.4.1", optional = true }
terminal-light = "1.1.1"
toml = "0.8"
+trash = "3.1"
umask = "2.1.0"
unicode-width = "0.1.10"
which = "4.4.0"