diff options
| author | Jakob Kaivo <jkk@ung.org> | 2018-10-07 23:24:08 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2018-10-07 23:24:08 -0400 |
| commit | 7ffbd7d0726d20954ee61d83059290111cb52c48 (patch) | |
| tree | 9a0d9fbd2cfa3828ae6ac0494047db313761e8c8 | |
| parent | ea161fad0365493971b8999a5d7c6004923b10ad (diff) | |
clean up comments
| -rwxr-xr-x | color-ls | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -23,8 +23,8 @@ # SOFTWARE. # TODO: handle recursive stuff - -output=x # TODO: change this back to -C when that is fixed +# TODO: change this back to -C when that is fixed +output=x long=0 dash_F_specified= @@ -120,7 +120,6 @@ _output () { esac } -# TODO: grab first character from long listings _colorize () { awk -vcolor=0 -vlong=${long} ' { color=39; } @@ -155,5 +154,5 @@ if [ ${long} == 0 ]; then fi # FIXME: the script returns 0 even if ls does not -# FIXME: always pass -1 when $dash_1 is specified, but do it before operands +# FIXME: always pass -1 when needed, but do it before operands ls $dash_F ${1+$@} | _colorize | _remove_symbols | _output |
