Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor | Tyler Murphy | 2023-05-06 | 1 | -552/+0 |
* | ansii c | Tyler Murphy | 2023-05-04 | 1 | -40/+73 |
* | add rm, cp, mkdir, mv | Tyler Murphy | 2023-05-03 | 1 | -12/+8 |
* | fix ls segfault | Tyler Murphy | 2023-05-02 | 1 | -71/+67 |
* | tac, ls fixes | Tyler Murphy | 2023-05-02 | 1 | -9/+22 |
* | refactor and xargs | Tyler Murphy | 2023-05-01 | 1 | -79/+80 |
* | move back to c99 | Tyler Murphy | 2023-05-01 | 1 | -6/+0 |
* | fix disable color on single column output | Tyler Murphy | 2023-04-30 | 1 | -1/+1 |
* | fix ls and add start of ed | Tyler Murphy | 2023-04-30 | 1 | -52/+132 |
* | added tail and head | Tyler Murphy | 2023-04-28 | 1 | -17/+33 |
* | ls tty fix | Tyler Murphy | 2023-04-28 | 1 | -2/+4 |
* | fix missing newline on single row output | Tyler Murphy | 2023-04-28 | 1 | -0/+3 |
* | fi ls spacing | Tyler Murphy | 2023-04-28 | 1 | -11/+17 |
* | improve ls command | Tyler Murphy | 2023-04-28 | 1 | -88/+213 |
* | remove __ on uid and gid for alpine | Tyler Murphy | 2023-04-28 | 1 | -2/+2 |
* | added ls | Tyler Murphy | 2023-04-28 | 1 | -0/+287 |