interactive-diff-patch
v0.0.17
Published
Allows you to apply merge sections one at a time and preview them on the command line. On Windows this requires git to be installed.
Downloads
9
Readme
interactive-diff-patch
This program compares two folders and allows you to select files containing differences and view and merge each difference selectively from the command line.
This program requires diff and patch on Linux (usually standard on Linux), and Git and robocopy (comes with windows) on windows. Diff and patch are usually included in most Linux distros. Robocopy is included with Windows, but you will need to install Git on Windows.
interactive-diff-patch will download the command line editor Nano (https://www.nano-editor.org/, GPL) for editing the config file on Windows.
Installing
Through NPM
[sudo] npm i -g interactive-diff-patch
Installing on Arch Linux
yay interactive-diff-patch
Installing on Ubuntu or other Debian distros
Download from:
https://bixfliz.com/files/interactive-diff-patch_0.0.8-0ubuntu1_all.deb
Then run:
sudo dpkg -i interactive-diff-patch_0.0.8-0ubuntu1_all.deb
sudo apt install -f
Install on Linux using Snap
Download from:
https://bixfliz.com/files/idiff-patch_0.0.8_amd64.snap
Then run
sudo snap install idiff-patch_0.0.8_amd64.snap
Todo:
- Change prompt for excludes if tiny-glob type is selected from the config file.