summaryrefslogtreecommitdiff
path: root/src/commands (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-01refactor and xargsTyler Murphy13-423/+517
2023-05-01move back to c99Tyler Murphy13-39/+0
2023-05-01tee, whoami, wcTyler Murphy4-0/+261
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 Murphy1-21/+252
2023-04-30fix disable color on single column outputTyler Murphy1-1/+1
2023-04-30fix ls and add start of edTyler Murphy3-80/+683
2023-04-28added tail and headTyler Murphy3-48/+353
2023-04-28ls tty fixTyler Murphy1-2/+4
2023-04-28add tailTyler Murphy2-0/+91
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 Murphy1-88/+213
2023-04-28remove __ on uid and gid for alpineTyler Murphy3-7/+7
2023-04-28added lsTyler Murphy1-0/+287
2023-04-27add groups and id commandsTyler Murphy2-0/+74
2023-04-27remove tabsTyler Murphy2-9/+9
2023-04-27add echo and pritnfTyler Murphy2-0/+221