-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Glob pattern support for delete and move #22
Comments
+1 |
I very much agree. |
After some poking around in the source, it turns out |
Ok, then now a copy-then-delete can be a workaround for moving, but as it temporarily uses double space and thus it is only a workaround, we still miss the real solution. Why not to support glob pattern matching in move as in copy??? |
I just added |
Is there a way to use a glob pattern in the
|
|
With version 8.0.0, delete seems to work with pattern Edit: seems to be a windows issue? |
Feature request
It would be really great to have support for glob patterns not just for the copy, but for the move and delete commands as well.
Your Environment
The text was updated successfully, but these errors were encountered: