ranger icon indicating copy to clipboard operation
ranger copied to clipboard

trash-put is equivalent to delete (i.e. command 'rm') when the number (before '| trash-put ***') is selected.

Open webridging opened this issue 11 months ago • 3 comments

There is a issue that bothers me. The numbers, '0 | ***' and the like, are discontinuous.

Image

Image This is equivalent to "rm"

Image Image Image These are equivalent to "trash-put"

Image

webridging avatar Apr 28 '25 09:04 webridging

This is a known issue caused by an attempt to fix misnumbering IIRC.

toonn avatar May 05 '25 14:05 toonn

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.

qrvd avatar Oct 18 '25 23:10 qrvd

#1756

qrvd avatar Oct 19 '25 02:10 qrvd