发布

  • feat: Advanced path shortening strategies (#222)

    frostbyte_neo 发布于 2026-02-07 21:08:14 +00:00

    • feat: Advanced path shortening strategies

    Implements a lot of differnet path displaying shorting strategies. Now
    you will see paths like path/.4./next_path and it is configurable

    New strategies

    • middle: "some/path/./next/path", "some/path/../next/path" showing max
      3 dots in the middle
    • middle_number: same as middle but starting from the 4 paths skipped
      shows the number of skipped components
    • end: preserves the start of the paths but truncaates not fitting end
    • chore: Update docs for - feat: Advanced path shortening strategies
    下载附件