summaryrefslogtreecommitdiff
path: root/src/commands/ls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add rm, cp, mkdir, mvTyler Murphy2023-05-031-12/+8
* fix ls segfaultTyler Murphy2023-05-021-71/+67
* tac, ls fixesTyler Murphy2023-05-021-9/+22
* refactor and xargsTyler Murphy2023-05-011-79/+80
* move back to c99Tyler Murphy2023-05-011-6/+0
* fix disable color on single column outputTyler Murphy2023-04-301-1/+1
* fix ls and add start of edTyler Murphy2023-04-301-52/+132
* added tail and headTyler Murphy2023-04-281-17/+33
* ls tty fixTyler Murphy2023-04-281-2/+4
* fix missing newline on single row outputTyler Murphy2023-04-281-0/+3
* fi ls spacingTyler Murphy2023-04-281-11/+17
* improve ls commandTyler Murphy2023-04-281-88/+213
* remove __ on uid and gid for alpineTyler Murphy2023-04-281-2/+2
* added lsTyler Murphy2023-04-281-0/+287