Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | CommandContext: Remove execute_command. | Matthias Andreas Benkard | 2025-08-14 | 3 | -21/+2 |
| | | | | It was not properly typeable and it was null most of the time. | ||||
* | Refactor shared eval function parameters into a CommandContext struct. | Matthias Andreas Benkard | 2025-08-14 | 20 | -172/+185 |
| | |||||
* | Add pipe handling. | Matthias Andreas Benkard | 2025-08-14 | 1 | -0/+44 |
| | | | | | | | It is still buggy when combined with redirections, but it is a start (and I do not know whether combining pipes with redirections is supported by COMMAND.COM in the first place and what the semantics are if so). | ||||
* | Factor out redirect handling. | Matthias Andreas Benkard | 2025-08-14 | 1 | -0/+180 |
| | |||||
* | Factor out the external command case. | Matthias Andreas Benkard | 2025-08-14 | 1 | -0/+134 |
| | |||||
* | Move src/cmd/{=> lib/}types.zig. | Matthias Andreas Benkard | 2025-08-14 | 17 | -16/+16 |
| | |||||
* | Factor out CLS, DATE, ECHO, MOVE, SORT, TIME, VER. | Matthias Andreas Benkard | 2025-08-14 | 7 | -0/+300 |
| | |||||
* | Factor out CD, DEL, MD, RD, PATH, DIR, TYPE. | Matthias Andreas Benkard | 2025-08-14 | 8 | -0/+625 |
| | |||||
* | Refactor command structure, extract COPY into a separate file. | Matthias Andreas Benkard | 2025-08-14 | 2 | -0/+271 |