Skip to content

feat: git support, rel and abs paths, brew tap release - #19

Merged
bhavya-dang merged 2 commits into
masterfrom
feat/git-brew-tap-support
Jul 18, 2026
Merged

feat: git support, rel and abs paths, brew tap release#19
bhavya-dang merged 2 commits into
masterfrom
feat/git-brew-tap-support

Conversation

@bhavya-dang

@bhavya-dang bhavya-dang commented Jul 18, 2026

Copy link
Copy Markdown
Owner

Changelog

Closes #7 and #14

Added

git support

  • running mstat in git tracked repo directories now show a git column with human-readable statuses like: clean, modified, renamed, conflict, deleted, etc
  • --porcelain: shows status symbols like ??, !, M, etc
  • --no-git: doesn't show the git column

relative & absolute paths

  • be default mstat shows relative file path
  • --full-path: outputs the full path in the name column

brew install

  • added .goreleaser.yml for automatic package versioning and generation of release of brew tap

@bhavya-dang bhavya-dang self-assigned this Jul 18, 2026
@bhavya-dang bhavya-dang added the enhancement New feature or request label Jul 18, 2026
@bhavya-dang
bhavya-dang force-pushed the feat/git-brew-tap-support branch from 9072cd7 to 478d68f Compare July 18, 2026 11:47
@bhavya-dang

Copy link
Copy Markdown
Owner Author

75ce9da replaces hardcoded filepath in test with filepath.Join() to ensure build passes on all OS

@bhavya-dang
bhavya-dang merged commit 0195ad5 into master Jul 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

show git status in the output

1 participant