index
:
ls
master
list directory contents
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ls.c
Age
Commit message (
Expand
)
Author
2022-04-24
null terminate symlink destinations
Jakob Kaivo
2022-04-18
just print single output if widest file name is too wide
Jakob Kaivo
2022-04-18
always have at least one column of output
Jakob Kaivo
2022-04-13
note to self
Jakob Kaivo
2022-04-12
use two columns for link counts
Jakob Kaivo
2022-04-11
implement -R
Jakob Kaivo
2022-04-11
implement -q
Jakob Kaivo
2022-04-11
implement -i support
Jakob Kaivo
2022-04-11
fix time sorting order
Jakob Kaivo
2022-04-11
fix sort by size and printing times
Jakob Kaivo
2022-04-11
show symlink destinations and proper character suffixes in -l
Jakob Kaivo
2022-04-11
show dates in -l
Jakob Kaivo
2022-04-11
fix -a and -A
Jakob Kaivo
2022-04-11
add line wrapping to serial output format
Jakob Kaivo
2022-04-11
remove extra newline when no dir operands
Jakob Kaivo
2022-04-11
show dirname and add spacing with multiple directory operands
Jakob Kaivo
2022-04-11
only show file type suffixes on request
Jakob Kaivo
2022-04-11
reimplement -l and support for directory operands
Jakob Kaivo
2022-04-11
rewrite to work more correctly
Jakob Kaivo
2022-04-10
sort operands as per POSIX (not counting -L or -H)
Jakob Kaivo
2020-10-07
compile with extreme warnings
Jakob Kaivo
2020-03-06
use uintmax_t for file sizes
Jakob Kaivo
2019-09-30
replace some #defines with enums
Jakob Kaivo
2019-09-30
update license
Jakob Kaivo
2019-09-30
formatting
Jakob Kaivo
2019-03-13
migrate to gitlab
Jakob Kaivo