geoffrey1330 / filecommander

A Golang Cli tool for performing file operations
Apache License 2.0
4 stars 4 forks source link

filecommander delete <filename> <filextension> #6

Open gedw99 opened 6 days ago

gedw99 commented 6 days ago

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

geoffrey1330 commented 4 days ago

This is really a cool feature to add to filecommander. Feel free to send a PR if it something you want to contribute to.

gedw99 commented 4 days ago

Don’t have time .

geoffrey1330 commented 4 days ago

That's fine. I will implement it myself

gedw99 commented 4 days ago

Thankyou so much