Releases: bhavya-dang/mstat
Releases · bhavya-dang/mstat
Release list
v0.1.1
Changelog
-
Directory names and icons now render in bold blue
-
--no-colorflag 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
v0.0.1
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