You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
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
Commit History
0195ad5 Merge pull request #19 from bhavya-dang/feat/git-brew-tap-support
478d68f feat: git support, rel and abs paths, brew tap release
75ce9da fix: replaced hardcoded filepath with filepath.join() in test