Skip to content

Releases: bhavya-dang/mstat

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 16:26
4632924

Changelog

  • Directory names and icons now render in bold blue

  • --no-color flag disables all colored output

  • CI workflow builds and tests on Linux, macOS, and Windows on push/PR to master

  • Tests: non-existent files, symlinks (with/without dereference), spaces in filenames, long names, empty files, mixed files+dirs, symlink entries, brief/extended views

  • Commit History

  • 4632924 Merge pull request #18 from bhavya-dang/feat/v0.1.1
  • 2f681b5 chore(docs): updated readme img
  • c6e301f feat: added CI workflow, ansi colors, tests

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 21:01

Changelog

  • Added three views: default, brief, extended
  • Show stat output in beautiful, bordered, and easily understandable tabular format
  • Supports Nerd Font Icons (basic, extension-based, and special name-based)
  • Added flags for no icons or just basic icons in the output

Commit History

  • 753c445 Add GoReleaser config for cross-platform releases
  • 8d531f4 Fix GoReleaser: set cmd/mstat dir, update archive format syntax
  • 7662dea Initial commit
  • 91f0cdf Merge pull request #6 from bhavya-dang/feat/icons-support
  • 0993c43 Merge pull request #9 from bhavya-dang/feat/added-view-modes
  • 1895f00 chore(docs): center readme header and added shields badges
  • 5617875 feat: added cobra, table outputs
  • 3783696 feat: added entry data model, permissions helpers
  • bba027d feat: added icon support
  • 2725170 feat: added two new views and flags, updated readme
  • 29c961f fix: added linksOf for windows env