summaryrefslogtreecommitdiff
path: root/src/util/shared.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-07more documentationTyler Murphy7-96/+217
2023-05-16slight refactor and start documentingTyler Murphy7-213/+654
2023-05-16update lsTyler Murphy2-189/+409
2023-05-15refactor cmd namesTyler Murphy29-81/+84
2023-05-14refactor and add suTyler Murphy40-293/+570
2023-05-12syncTyler Murphy6-8/+105
2023-05-12chown, chmodTyler Murphy7-20/+457
2023-05-06refactorTyler Murphy44-548/+696
2023-05-04ansii cTyler Murphy30-296/+674
2023-05-04grepTyler Murphy6-4/+266
2023-05-03i cant spellTyler Murphy2-1/+1
2023-05-03fixTyler Murphy2-5/+1
2023-05-03add rm, cp, mkdir, mvTyler Murphy22-93/+718
2023-05-02fix ls segfaultTyler Murphy5-74/+95
2023-05-02add more escape codes to printfTyler Murphy1-0/+13
2023-05-02tac, ls fixesTyler Murphy8-15/+196
2023-05-01update makefileTyler Murphy1-1/+1
2023-05-01use n flag in xargsTyler Murphy1-2/+5
2023-05-01refactor and xargsTyler Murphy19-432/+649
2023-05-01move back to c99Tyler Murphy15-40/+8
2023-05-01tee, whoami, wcTyler Murphy7-3/+277
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 Murphy3-23/+254
2023-04-30fix disable color on single column outputTyler Murphy1-1/+1
2023-04-30fix ls and add start of edTyler Murphy10-88/+1322
2023-04-28added tail and headTyler Murphy8-50/+384
2023-04-28ls tty fixTyler Murphy1-2/+4
2023-04-28add tailTyler Murphy7-4/+115
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 Murphy6-4/+335
2023-04-27add groups and id commandsTyler Murphy5-2/+83
2023-04-27remove tabsTyler Murphy2-9/+9
2023-04-27add echo and pritnfTyler Murphy5-2/+229