- Add support for
--jsonflag toduplicationcommand
- Add new subcommand
line-lengthto generate a histogram of line lengths - Ignore leading and trailing whitespace when checking line duplication
- Use
flake.nixfor dependency management - Automatically deploy latest version to GitHub Pages
- Add support for compiling to WASM and include a webapp build to analyze text in the browser.
- Subcommand
duplication:- Implement finding multi-line duplications.
- Check all nested files when a directory is specified.
- Allow specifying multiple paths in duplicates check.
- Improve formatting and color scheme of output.
- Ignore files specified in common ignore files.
- Add
--files-onlyflag to only show files with duplicates and not the duplicated code itself. - Add
--min-linesflag to filter out duplications with less than a specified number of lines.