summaryrefslogtreecommitdiff
path: root/a.out
AgeCommit message (Collapse)Author
2025-02-27fixed the recursive folder deletion, almost everything works now, execept ↵Abdellah El Morabit
for the copy i think, but will look at that in the furture
2025-02-25using recursion on the rmdir file, the only difference now is that i kind of ↵Abdellah El Morabit
understand what recursion is
2025-02-25added the make file featureAbdellah El Morabit
2025-02-25fixed some bad code by calling it bad code in a comentAbdellah El Morabit
2025-02-25made the readme fileAbdellah El Morabit
2025-02-25dont know what i am even doing at this point, getting a segmentation fault ↵Abdellah El Morabit
while trying to delete an emty folder...
2025-02-24i was getting errors becasue i was passing structures into the execute ↵Abdellah El Morabit
structure while it was expecting a const char; but i ended up splitting up the char using the split_command and passing thazt result into the variable which apparently fixes the problem
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-19huge step in the code redesign got the core of the code working, now whats ↵Abdellah El Morabit
left is to work on small little features and then fine tune everything
2025-02-18Reworked alot of code and featuresnasrlol
Signed-off-by: nasrlol <nsrddyn@gmail.com>
2025-02-18was freeing a pointer before i used it for its purpose what made some things ↵Abdellah El Morabit
mall function
2025-02-17tried to fix the display of the files in a folder but still isnt working but ↵nasrlol
the seg faults are fixed properly Signed-off-by: nasrlol <nsrddyn@gmail.com>
2025-02-17fixed the segmentation faultsAbdellah El Morabit
2025-02-12working on the main function of the code trying to get the lines to ↵nasrlol
correctly dislay everything, still having a little of trouble though
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-02-10worked on an algorithm for the echo functionnasrlol
2025-02-09fixed a small bug when trying to list the directory still have to solve ↵nasrlol
numerical result out of range error
2025-02-08exit is working nownasrlol
2025-02-02trying to implement scandirAbdellah El Morabit
2025-02-01splitting the main source into multiple filesAbdellah El Morabit