Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-05-03 | i cant spell | Tyler Murphy | 2 | -1/+1 |
2023-05-03 | fix | Tyler Murphy | 2 | -5/+1 |
2023-05-03 | add rm, cp, mkdir, mv | Tyler Murphy | 22 | -93/+718 |
2023-05-02 | fix ls segfault | Tyler Murphy | 5 | -74/+95 |
2023-05-02 | add more escape codes to printf | Tyler Murphy | 1 | -0/+13 |
2023-05-02 | tac, ls fixes | Tyler Murphy | 8 | -15/+196 |
2023-05-01 | update makefile | Tyler Murphy | 1 | -1/+1 |
2023-05-01 | use n flag in xargs | Tyler Murphy | 1 | -2/+5 |
2023-05-01 | refactor and xargs | Tyler Murphy | 19 | -432/+649 |
2023-05-01 | move back to c99 | Tyler Murphy | 15 | -40/+8 |
2023-05-01 | tee, whoami, wc | Tyler Murphy | 7 | -3/+277 |
2023-04-30 | update ed help message to make s commands make more sense | Tyler Murphy | 1 | -1/+7 |
2023-04-30 | update help messages and use addressing range for ed s command | Tyler Murphy | 4 | -27/+126 |
2023-04-30 | finish ed | Tyler Murphy | 3 | -23/+254 |
2023-04-30 | fix disable color on single column output | Tyler Murphy | 1 | -1/+1 |
2023-04-30 | fix ls and add start of ed | Tyler Murphy | 10 | -88/+1322 |
2023-04-28 | added tail and head | Tyler Murphy | 8 | -50/+384 |
2023-04-28 | ls tty fix | Tyler Murphy | 1 | -2/+4 |
2023-04-28 | add tail | Tyler Murphy | 7 | -4/+115 |
2023-04-28 | fix missing newline on single row output | Tyler Murphy | 1 | -0/+3 |
2023-04-28 | fi ls spacing | Tyler Murphy | 1 | -11/+17 |
2023-04-28 | improve ls command | Tyler Murphy | 3 | -104/+230 |
2023-04-28 | remove __ on uid and gid for alpine | Tyler Murphy | 3 | -7/+7 |
2023-04-28 | added ls | Tyler Murphy | 6 | -4/+335 |
2023-04-27 | add groups and id commands | Tyler Murphy | 5 | -2/+83 |
2023-04-27 | remove tabs | Tyler Murphy | 2 | -9/+9 |
2023-04-27 | add echo and pritnf | Tyler Murphy | 5 | -2/+229 |