ls command almost finished, needed cleanup and rework of the code

This commit is contained in:
2025-12-09 04:57:54 +01:00
parent d0ff245582
commit 582eb68139
7 changed files with 108 additions and 39 deletions

View File

@@ -16,9 +16,9 @@ export type BashInitArgs = {
};
export type TimeStamps = {
mTime: Date;
cTime: Date;
aTime: Date;
modified: Date;
changed: Date;
accessed: Date;
};
// TODO: Finish this