Replies: 1 comment
|
@nmpetkov The command that trash actually uses is paste, so listen to the paste command. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I know it is possible to bind when delete a file,
'rm' => 'bindcallbackfunction'
But it is useless when you activate trash volume - then file is removed and placed in trash folder.
Is it possible to bind to both rm and trash, something like:
'rm trash' => 'bindcallbackfunction'
All reactions