Feature request -- add Far CLI parameter -ro-localconfig
Description
If the parameter -ro-localconfig is specified then Far does not save data to localconfig.db.
Problem
My workflows often require several Far instances, where one is usually the main (opened for longer time) and the others are temporary (usually opened from the main for some quick side jobs).
The problem. The main Far sometimes exits when a temp Far is still open. Then, when the temp Far exits it saves the current panel paths to localconfig.db. These paths may be different from where we left the main Far. When the main Far starts it reads localconfig.db saved by a temp Far and shows unexpected and unwanted panel paths and some time is lost for restoring the resumed job context.
Solution
If temp Far instances are started with the suggested switch -ro-localconfig then the problem is solved, they do not affect the main Far data stored in this file.
Why /ro is not enough
I need all the other history shared, literally everything. E.g. if I add or arrange folder shortcuts, type new commands, create file associations, filters, etc. etc. Even shared file history may be useful in the main Far. This is all needed and should not be lost with /ro.
Feature request -- add Far CLI parameter
-ro-localconfigDescription
If the parameter
-ro-localconfigis specified then Far does not save data tolocalconfig.db.Problem
My workflows often require several Far instances, where one is usually the main (opened for longer time) and the others are temporary (usually opened from the main for some quick side jobs).
The problem. The main Far sometimes exits when a temp Far is still open. Then, when the temp Far exits it saves the current panel paths to
localconfig.db. These paths may be different from where we left the main Far. When the main Far starts it readslocalconfig.dbsaved by a temp Far and shows unexpected and unwanted panel paths and some time is lost for restoring the resumed job context.Solution
If temp Far instances are started with the suggested switch
-ro-localconfigthen the problem is solved, they do not affect the main Far data stored in this file.Why
/rois not enoughI need all the other history shared, literally everything. E.g. if I add or arrange folder shortcuts, type new commands, create file associations, filters, etc. etc. Even shared file history may be useful in the main Far. This is all needed and should not be lost with
/ro.