andreafrancia / trash-cli

Command line interface to the freedesktop.org trashcan.
GNU General Public License v2.0
3.63k stars 177 forks source link

Feature request: Quiet mode #141

Open PaulXiCao opened 5 years ago

PaulXiCao commented 5 years ago

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.