ranger-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ranger-users] Bulk-anything command


From: Ingo Lindholm
Subject: Re: [Ranger-users] Bulk-anything command
Date: Thu, 22 Jun 2017 18:28:16 +0200
User-agent: NeoMutt/20170306 (1.8.0)

On 21Jun2017 10h43, John Z. wrote:
   is there a way to execute a command on selected files,
   much like bulkrename does?

Enter a shell command with the ! key and use GNU parallel.
This example unzips selected files in current directory:

:shell -w parallel --tty unzip ::: %s

Expand any archiv files to the directory of next window

:shell -w parallel --tty atool -X%D ::: %s

MfG Ingo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]