summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-03add rm, cp, mkdir, mvTyler Murphy20-92/+716
2023-05-02fix ls segfaultTyler Murphy4-73/+95
2023-05-02add more escape codes to printfTyler Murphy1-0/+13
2023-05-02tac, ls fixesTyler Murphy7-14/+195
2023-05-01use n flag in xargsTyler Murphy1-2/+5
2023-05-01refactor and xargsTyler Murphy17-424/+635
2023-05-01move back to c99Tyler Murphy14-39/+7
2023-05-01tee, whoami, wcTyler Murphy6-2/+276
2023-04-30update ed help message to make s commands make more senseTyler Murphy1-1/+7
2023-04-30update help messages and use addressing range for ed s commandTyler Murphy4-27/+126
2023-04-30finish edTyler Murphy2-22/+253
2023-04-30fix disable color on single column outputTyler Murphy1-1/+1
2023-04-30fix ls and add start of edTyler Murphy9-88/+1321
2023-04-28added tail and headTyler Murphy7-49/+383
2023-04-28ls tty fixTyler Murphy1-2/+4
2023-04-28add tailTyler Murphy6-3/+114
2023-04-28fix missing newline on single row outputTyler Murphy1-0/+3
2023-04-28fi ls spacingTyler Murphy1-11/+17
2023-04-28improve ls commandTyler Murphy3-104/+230
2023-04-28remove __ on uid and gid for alpineTyler Murphy3-7/+7
2023-04-28added lsTyler Murphy5-3/+334
2023-04-27add groups and id commandsTyler Murphy4-1/+82
2023-04-27remove tabsTyler Murphy2-9/+9
2023-04-27add echo and pritnfTyler Murphy4-1/+228