How do I select which remote vifm instance will run a command?
1
vote
1
answer
255
views
I run two separate instances of
vifm
on my machine:
$ vifm --server-list
documents
photos
In one I'm organising documents and in the other photos. Sometimes I'm inside a third shell and would like to give commands to one of the vifm
instances. Had I only one instance I would do:
$ vifm --remote -c 'normal p'
But that does not allow me to select the instance I'm giving that command to. The first instance (in asciibetical order, from what I tested) is always picked to run the command. In other words, I cannot send commands to the photos
instance.
How can I send a command to the photos
instance?
Asked by grochmal
(8852 rep)
Jun 12, 2016, 11:16 PM
Last activity: Jun 13, 2016, 07:59 PM
Last activity: Jun 13, 2016, 07:59 PM