mirror of
https://github.com/tiennm99/ccstatusline.git
synced 2026-07-20 18:19:15 +00:00
* feat: add abbreviate home option to Current Working Directory widget Add a new 'abbreviate home' toggle (h key) that replaces the home directory path with ~ (e.g., /Users/matt/Projects → ~/Projects). - Can be combined with segments for paths like ~/.../Projects/my-project - Mutually exclusive with fish-style abbreviation - Includes tests for the new functionality Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: correct cwd home abbreviation edge cases Preserve platform path separators when combining home abbreviation with segments. Require exact home-directory boundary matching to avoid false substitutions. Align one-segment abbreviateHome preview with runtime output. --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Matthew Breedlove <sirmalloc@gmail.com>