nimble-commander
                                
                                
                                
                                    nimble-commander copied to clipboard
                            
                            
                            
                        Directories synchronization
This is a "must have" functionality, and NC is still lacking it. Have to do some research first.
- compare directories.
 
I just put this comparison together for fman and thought I'd post it here, too.
I often need to compare directories, either to simply spot differences (new/missing file) or to sync them by subsequently copying the extra files to another location. An app can help me by selecting files in one/both panes based on a comparison.
Looking at the Nimble way of doing things, perhaps a command similar to "Select by Mask..." maybe named "Select by Comparison..." which does the user configured comparison. I doubt the comparison has to be set each time, so that could be brought up if Option is held whilst choosing the command? It could be as easy as parsing the output of
diff pane1 pane2?
Other dual pane apps that do it in a variety of ways...
- 
XYplorer (Windows) does it using operators on the select function:

 - 
Nomad (Windows) does it in a similar way, but with a more complicated dialog:

 - 
ForkLift (Mac) has a sync mode that will show you the files, but you can't select them:

 - 
Double Commander (All) is the same: sync mode will show you the files, but you can't select them:

 - 
fman (All ) doesn't have it, but I've requested it: https://github.com/fman-users/fman/issues/454
 
Any news on this? Would be banger'
No news and it doesn't seem likely that I'll work on this feature anytime soon. If anybody is interested enough - PRs are welcome.