Skip to content

Releases: fermat-tech/winls

v1.5.0

Choose a tag to compare

@fermat-tech fermat-tech released this 29 Jun 20:50
  • Default to one entry per line when output is not a terminal (a pipe or file), matching GNU ls. Multi-column layout is now used only for interactive terminals, so pipelines like ls | while read e work correctly.

v1.4.0

Choose a tag to compare

@fermat-tech fermat-tech released this 28 Jun 17:14

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

Choose a tag to compare

@fermat-tech fermat-tech released this 19 Jun 06:31

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

Choose a tag to compare

@fermat-tech fermat-tech released this 19 Jun 06:18

Colors now work on old cmd.exe; added NO_COLOR and WINLS_COLOR env var support.