| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2023-05-03 | add rm, cp, mkdir, mv | Tyler Murphy | 20 | -92/+716 |
| 2023-05-02 | fix ls segfault | Tyler Murphy | 4 | -73/+95 |
| 2023-05-02 | add more escape codes to printf | Tyler Murphy | 1 | -0/+13 |
| 2023-05-02 | tac, ls fixes | Tyler Murphy | 7 | -14/+195 |
| 2023-05-01 | use n flag in xargs | Tyler Murphy | 1 | -2/+5 |
| 2023-05-01 | refactor and xargs | Tyler Murphy | 17 | -424/+635 |
| 2023-05-01 | move back to c99 | Tyler Murphy | 14 | -39/+7 |
| 2023-05-01 | tee, whoami, wc | Tyler Murphy | 6 | -2/+276 |
| 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 | 2 | -22/+253 |
| 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 | 9 | -88/+1321 |
| 2023-04-28 | added tail and head | Tyler Murphy | 7 | -49/+383 |
| 2023-04-28 | ls tty fix | Tyler Murphy | 1 | -2/+4 |
| 2023-04-28 | add tail | Tyler Murphy | 6 | -3/+114 |
| 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 | 5 | -3/+334 |
| 2023-04-27 | add groups and id commands | Tyler Murphy | 4 | -1/+82 |
| 2023-04-27 | remove tabs | Tyler Murphy | 2 | -9/+9 |
| 2023-04-27 | add echo and pritnf | Tyler Murphy | 4 | -1/+228 |