support for trashing multiple files with same extension?
Opened this issue · 3 comments
deadcoder0904 commented
i have a list of 12 different .py
files that i want to put in trash.
is this possible directly?
i tried this command:
trash *.py
& got this error:
error: Error during a
trash
operation: Unknown { description: "windows error: The parameter is incorrect.\r\n" }
i'm on windows 11 using windows terminal bdw.
deadcoder0904 commented
faced a similar error today:
error: Error during a
trash
operation: Unknown { description: "windows error: The parameter is incorrect.\r\n" }
I tried this today:
trash _data/*
fmorroni commented
Try with trashy put *.py
, it is working fine for me. Also I believe the version of trashy where the command was trash
and the put
was optional is old.
deadcoder0904 commented
idk i installed it like 6 months ago lol but use it a lot as rm -rf
breaks on windows 11 powershell 7.