summaryrefslogtreecommitdiff
path: root/src/cmd/dir.zig
Commit message (Collapse)AuthorAgeFilesLines
* DIR: Make the output uppercase again.Matthias Andreas Benkard2025-08-181-10/+5
| | | | | It should only be lowercase if the /L flag is passed, but that isn't implemented.
* Unify output handling.Matthias Andreas Benkard2025-08-161-11/+4
| | | | | Now every command always uses an OutputWriter instead of conditionally writing directly to stdout using std.debug.print.
* DIR: Add /? flag.Matthias Andreas Benkard2025-08-161-26/+52
|
* DIR: Fix the calculation of the bytes free.Matthias Andreas Benkard2025-08-141-1/+1
|
* DIR: Output file names in lowercase.Matthias Andreas Benkard2025-08-141-2/+11
|
* DIR: Format byte amounts with commas.Matthias Andreas Benkard2025-08-141-3/+47
|
* DIR: Fix alignment between folder and file entries.Matthias Andreas Benkard2025-08-141-1/+1
|
* DIR: Fix tabular output format.Matthias Andreas Benkard2025-08-141-3/+4
|
* Refactor shared eval function parameters into a CommandContext struct.Matthias Andreas Benkard2025-08-141-14/+13
|
* Move src/cmd/{=> lib/}types.zig.Matthias Andreas Benkard2025-08-141-1/+1
|
* Factor out CD, DEL, MD, RD, PATH, DIR, TYPE.Matthias Andreas Benkard2025-08-141-0/+157