summaryrefslogtreecommitdiff
path: root/.idea
AgeCommit message (Collapse)Author
2025-02-22i think everything works except for the new features im planning on adding ↵Abdellah El Morabit
and the remove file/ directory permissions but i dont know how to do that yet
2025-02-20encountering one bug after an other, having trouble with the pointers and ↵Abdellah El Morabit
string readings
2025-02-17fixed the segmentation faultsAbdellah El Morabit
2025-02-11refactored alot of the code, renamed functions, worked on the echo function, ↵nasrlol
still unfinished, worked on the ls command, i think it works but i encountered a complication when writing the main function. i was planning on using argv as an argument for the function, but argv is received when calling the executable not when calling a function, so i have to find a work around for this
2025-01-30Learning about getting the commands history andAbdellah El Morabit
actually saving them, having trouble doing it in c