nimble-commander icon indicating copy to clipboard operation
nimble-commander copied to clipboard

Directories synchronization

Open mikekazakov opened this issue 9 years ago • 2 comments

This is a "must have" functionality, and NC is still lacking it. Have to do some research first.

mikekazakov avatar Jun 15 '16 07:06 mikekazakov

  • compare directories.

mikekazakov avatar Jul 24 '16 05:07 mikekazakov

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: xy1 xy2

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

  • ForkLift (Mac) has a sync mode that will show you the files, but you can't select them: screen shot 2018-07-25 at 19 54 44

  • Double Commander (All) is the same: sync mode will show you the files, but you can't select them: screen shot 2018-07-25 at 21 13 52

  • fman (All ) doesn't have it, but I've requested it: https://github.com/fman-users/fman/issues/454

gingerbeardman avatar Jul 25 '18 20:07 gingerbeardman

Any news on this? Would be banger'

M0rtenB avatar Apr 06 '24 20:04 M0rtenB

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.

mikekazakov avatar Apr 07 '24 09:04 mikekazakov