ranger
ranger copied to clipboard
trash-put is equivalent to delete (i.e. command 'rm') when the number (before '| trash-put ***') is selected.
There is a issue that bothers me. The numbers, '0 | ***' and the like, are discontinuous.
This is equivalent to "rm"
These are equivalent to "trash-put"
This is a known issue caused by an attempt to fix misnumbering IIRC.
Command :open_with should probably not allow users to pass a command number that is not listed, so that for example rm isn't executed by accident. I'm working on a patch to ensure this so that it's safer to use.
#1756