Releases: fermat-tech/winls
Releases · fermat-tech/winls
Release list
v1.5.0
v1.4.0
What's new
- Glob path display: \winls -l test/*\ now shows \ est/filename\ instead of just \ilename, matching Linux \ls\ behavior.
- --version\ flag: prints the release tag (e.g. \winls v1.4.0).
- MIT License: added \LICENSE.md.
- Package doc: \pkg.go.dev\ now shows a proper overview comment.
v1.3.0
Add filename glob expansion. Windows shells do not expand globs, so winls now handles patterns like .go, src/.txt, and go.* internally.
v1.2.0
Colors now work on old cmd.exe; added NO_COLOR and WINLS_COLOR env var support.