trash-cli
trash-cli copied to clipboard
Feature request: Quiet mode
It would be useful for me to have a commandline argument such that warnings are suppressed.
In my example I use a makefile to remove some auxiliary files which are not always there and thus, I get the warning
trash: cannot trash non existent 'src/*.mod'
I'd like a feature like trash -q <file> for quiet mode.