Releases: Michionlion/mesi
Mesi analyzes the play
This release adds an --average
option, which prints the average distance computed against the given files after the individual comparison distances. An unimplemented --distribution
option, intended for use in the future, was also added.
Mesi sprints down the field
This release adds more documentation, a --version
option, and removes the bright white table styling from previous versions that were hard to read on light-themed terminals.
Full Changelog: v1.0.1...v1.0.2
Mesi sidesteps a defender
This release fixes a bug where in some situations, some distinct parts of compared file names were not displayed. Additionally, a new option, --table-format
, was added. This allows configuration of the output table format, using tabulate's table formats.
Full Changelog: v1.0.0...v1.0.1
Mesi shoots... and scores!
Mesi is a tool to check the similarity between many different files; this is its first release, with support for many basic features and lots of text similarity/distance algorithms. You can even try out Mesi without downloading it!
pipx run mesi --help
If you don't have pipx installed, you may need to install it, but that's something you should do anyways. 😄