Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify output handling. | Matthias Andreas Benkard | 2025-08-16 | 1 | -11/+4 |
* | DIR: Add /? flag. | Matthias Andreas Benkard | 2025-08-16 | 1 | -26/+52 |
* | DIR: Fix the calculation of the bytes free. | Matthias Andreas Benkard | 2025-08-14 | 1 | -1/+1 |
* | DIR: Output file names in lowercase. | Matthias Andreas Benkard | 2025-08-14 | 1 | -2/+11 |
* | DIR: Format byte amounts with commas. | Matthias Andreas Benkard | 2025-08-14 | 1 | -3/+47 |
* | DIR: Fix alignment between folder and file entries. | Matthias Andreas Benkard | 2025-08-14 | 1 | -1/+1 |
* | DIR: Fix tabular output format. | Matthias Andreas Benkard | 2025-08-14 | 1 | -3/+4 |
* | Refactor shared eval function parameters into a CommandContext struct. | Matthias Andreas Benkard | 2025-08-14 | 1 | -14/+13 |
* | Move src/cmd/{=> lib/}types.zig. | Matthias Andreas Benkard | 2025-08-14 | 1 | -1/+1 |
* | Factor out CD, DEL, MD, RD, PATH, DIR, TYPE. | Matthias Andreas Benkard | 2025-08-14 | 1 | -0/+157 |