Skip to content

Add GNU Wdiff 1.2.2 #432

Merged
merged 1 commit into from
Jul 13, 2017
Merged

Add GNU Wdiff 1.2.2 #432

merged 1 commit into from
Jul 13, 2017

Commits on Jul 13, 2017

  1. wdiff: Add version 1.2.2

    Description [1]:
    
    > The GNU wdiff program is a front end to diff for comparing files on a
    > word per word basis. A word is anything between whitespace. This is
    > useful for comparing two texts in which a few words have been changed
    > and for which paragraphs have been refilled. It works by creating two
    > temporary files, one word per line, and then executes diff on these
    > files. It collects the diff output and uses it to produce a nicer
    > display of word differences between the original files.
    
    Create the bee file with the command below, and convert it to a version
    less bee file.
    
    ```
    $ bee init https://ftp.gnu.org/gnu/wdiff/wdiff-1.2.2.tar.gz
    ```
    
    [1] https://www.gnu.org/software/wdiff/
    pmenzel committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    ad0bdc6 View commit details
    Browse the repository at this point in the history