Skip to content
New issue

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

support for trashing multiple files with same extension? #109

Open
deadcoder0904 opened this issue Dec 5, 2023 · 3 comments
Open

support for trashing multiple files with same extension? #109

deadcoder0904 opened this issue Dec 5, 2023 · 3 comments

Comments

@deadcoder0904
Copy link

deadcoder0904 commented Dec 5, 2023

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
Copy link
Author

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
Copy link

fmorroni commented Apr 1, 2024

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
Copy link
Author

idk i installed it like 6 months ago lol but use it a lot as rm -rf breaks on windows 11 powershell 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants