We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have a list of 12 different .py files that i want to put in trash.
.py
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" }
trash
i'm on windows 11 using windows terminal bdw.
The text was updated successfully, but these errors were encountered:
faced a similar error today:
I tried this today:
trash _data/*
Sorry, something went wrong.
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.
trashy put *.py
put
idk i installed it like 6 months ago lol but use it a lot as rm -rf breaks on windows 11 powershell 7.
rm -rf
No branches or pull requests
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:
i'm on windows 11 using windows terminal bdw.
The text was updated successfully, but these errors were encountered: