Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/avamsi/folderphile
- Owner: avamsi
- License: unlicense
- Created: 2023-09-07T16:55:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T17:22:00.000Z (about 2 months ago)
- Last Synced: 2024-11-22T18:30:31.305Z (about 2 months ago)
- Topics: diff, editor, golang, merge, tui
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
$ go install github.com/avamsi/folderphile@latest
``````
$ folderphile --helpfolderphile 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
```