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
Was wondering how you feel about adding this:
filecommander delete <filename> <filextension>
so then I could do this to delete all darwin and windows binaries, that conform to a naming convention I use. For example : xxx_darwin_arm64
filecommander delete ./.bin *_darwin_* filecommander delete ./.bin *_windows_*
filecommander search by file extension works great, however I wanted to also be able to delete by file extension or file name wildcard
The text was updated successfully, but these errors were encountered:
This is really a cool feature to add to filecommander. Feel free to send a PR if it something you want to contribute to.
Sorry, something went wrong.
Don’t have time .
That's fine. I will implement it myself
Thankyou so much
No branches or pull requests
Was wondering how you feel about adding this:
so then I could do this to delete all darwin and windows binaries, that conform to a naming convention I use. For example : xxx_darwin_arm64
filecommander search by file extension works great, however I wanted to also be able to delete by file extension or file name wildcard
The text was updated successfully, but these errors were encountered: