index
:
color-ls
master
a shell script filter to colorize the output of ls without requiring a whole new binary
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2018-10-08
move some variable processing to BEGIN
Jakob Kaivo
2018-10-08
remove extraneous comments
Jakob Kaivo
2018-10-08
move AWK stuff to separate AWK script
Jakob Kaivo
2018-10-08
replace while loops with equivalent for loops
Jakob Kaivo
2018-10-08
don't single quot inside single quotes
Jakob Kaivo
2018-10-08
merge all awk stuff into one program
Jakob Kaivo
2018-10-08
merge _colorize() and _remove_symbols()
Jakob Kaivo
2018-10-07
clean up comments
Jakob Kaivo
2018-10-07
fix -n
Jakob Kaivo
2018-10-07
unbreak non-long output
Jakob Kaivo
2018-10-07
match executables in long format and directory names in recursive long formats
Jakob Kaivo
2018-10-07
better support for long format output
Jakob Kaivo
2018-10-07
awk arrays start at 1
Jakob Kaivo
2018-10-07
combine similar options; cut useless-use-of-cat
Jakob Kaivo
2018-10-07
handle @ removal in long listings when necessary
Jakob Kaivo
2018-10-07
still color symlinks in long listings
Jakob Kaivo
2018-10-07
the license is in the script
Jakob Kaivo
2018-10-07
add the script
Jakob Kaivo
2018-10-07
Initial commit
Jakob Kaivo