summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
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-08worked a bit on the main function of the source codenasrlol
2025-02-05switching away from using readline after realizing it was making things a ↵Abdellah El Morabit
little to easy, wouldnt give me the fullfilling feeling im looking for...
2025-02-02trying to implement scandirAbdellah El Morabit
2025-02-02layout the plans for making the shell, i understand the idea a little better ↵Abdellah El Morabit
now, i think i implemented an exit function, pretty sure it works decently well, current next thing im going to work on is understanding readline, the autocompletion that comes with it, and trying to list a directory which i have no clue how im going to do
2025-02-01made the echo function, working on saving echo variables, after this going ↵Abdellah El Morabit
to work on listing the working directory
2025-02-01splitting the main source into multiple filesAbdellah El Morabit
2025-01-31implementing basic functionality in the shellAbdellah El Morabit
2025-01-31switching to unistd.h instead of playing around with the delivered header apue.hAbdellah El Morabit
2025-01-31working on some basic commands like listing the current directory and get ↵Abdellah El Morabit
the pid of a process, following the APUE
2025-01-30removing line for testing on VMAbdellah El Morabit
2025-01-30Learning about getting the commands history andAbdellah El Morabit
actually saving them, having trouble doing it in c
2025-01-30Learning about getting the commands history andAbdellah El Morabit
actually saving them, having trouble doing it in c
2025-01-30Learning about getting the commands history andAbdellah El Morabit
actually saving them, having trouble doing it in c