Codecom is a project built in elixir with academic purposes. It lets the user compare files in order to find code matches, which means a code “steal” (copy-paste); it supports the comparison of directory trees as well. It provides a simple interface for use in any terminal, needing only the paths to the files/directories and the option of analysis to make. Currently it’s published in Hex but it’s in an early alpha stage. Usage:
mix codecom.compare -f /path/to/file1.rb /path/to/file2.rb
mix codecom.compare -d /path/to/directory1 /path/to/directory2
For more information you can visit the project!