more features, flags now mostly work, added support for -R flag in ls with a custom bash method for recursive tree traversal

This commit is contained in:
2026-02-16 07:38:12 +01:00
parent 0ad0e362d6
commit 1faab39849
10 changed files with 104 additions and 67 deletions

View File

@@ -73,6 +73,7 @@
if (!e) return;
printOutput(e, data);
},
clear: clear,
getWidth: getWidth,
getFontSize: getFontSize
};