Skip to content
/ diffperc Public

DiffPerc calculates the percentage difference of words between two text files. Punctuation is ignored.

License

Notifications You must be signed in to change notification settings

thiru/diffperc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiffPerc

Calculates the percentage difference of words between two text files, ignoring punctuation.

Requirements

  • Linux
  • diff command (should be in all Linux distros)

Usage

The easiest way to run it is to download the binary under Releases:

$ diffperc base-file test-file

To run it from source:

$ bin/app base-file test-file

If you have Babashka you can run it this way:

$ bin/bb-app base-file test-file

To start developing in a REPL:

$ bin/dev

To build as a stand-alone binary using GraalVM:

$ bin/graalify

About

DiffPerc calculates the percentage difference of words between two text files. Punctuation is ignored.

Topics

Resources

License

Stars

Watchers

Forks