Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 991 Bytes

File metadata and controls

29 lines (21 loc) · 991 Bytes

Changelog

2025-07-07 - v0.5.0

  • Add support for --json flag to duplication command

2025-06-16 - v0.4.0

  • Add new subcommand line-length to generate a histogram of line lengths
  • Ignore leading and trailing whitespace when checking line duplication
  • Use flake.nix for dependency management
  • Automatically deploy latest version to GitHub Pages

2025-03-11 - v0.3.0

  • 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-only flag to only show files with duplicates and not the duplicated code itself.
    • Add --min-lines flag to filter out duplications with less than a specified number of lines.