0.0.17 • Published 1 year ago

interactive-diff-patch v0.0.17

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
1 year ago

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.

Demo: asciicast

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.