aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/ls.sh
Commit message (Collapse)AuthorAgeFilesLines
* Correct a commentTom Ryder2016-09-181-2/+2
|
* Use more compatible block size for ls(1)Tom Ryder2016-08-311-1/+1
| | | | | Ancient GNU ls(1) accepts this even if it doesn't use it in the same way a more modern one does (requiring -S to show the blocks used).
* Switch ls()/readline to horizontal list/completeTom Ryder2016-08-251-0/+4
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L33>
* Force --hide-control-chars on ls(1) if availableTom Ryder2016-08-241-0/+6
| | | | | I prefer it to literal or C-style escaping representations, and ls(1) isn't for scripting output anyway.
* Adjust ordering of ls() and grep() optionsTom Ryder2016-08-211-10/+11
|
* Clean up/extend grep()/ls() extensionTom Ryder2016-08-211-0/+12
|
* Port grep() and ls() to POSIX shTom Ryder2016-08-181-0/+15
Check capabilities of wrapped programs at runtime, not declaration time. Also do away with the silly GREP_COLORS and GREP_OPTS variables. Considering doing the same with LS_COLORS.