trash-cli (with python binding) may work cross-platform, but manage its own recycle bin instead of the system if using windows or macos.
windows
cmdutils which has recycle
and bin
commands
1 | nircmd moverecyclebin *.tmp |
macos
do this manually:
1 | # i don't trust this. |
rmtrash in nightproductions’s cli tools