Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avamsi/folderphile

folderphile is a folder level diff/merge editor that works by wrapping file level diff/merge editors
https://github.com/avamsi/folderphile

diff editor golang merge tui

Last synced: about 1 month ago
JSON representation

folderphile is a folder level diff/merge editor that works by wrapping file level diff/merge editors

Awesome Lists containing this project

README

        

```
$ go install github.com/avamsi/folderphile@latest
```

```
$ folderphile --help

folderphile is a diff / merge editor (depending on whether "base" is set)
that recursively compares two folders ("left" and "right").

Usage:
folderphile [opts]

Flags:
-b, --base string base is the common ancestor of left and right; implies merge
-l, --left string side to compare
-r, --right string side to compare
-o, --output string output is the destination
-h, --help help for folderphile
-v, --version version for folderphile
```