about summary refs log tree commit diff
path: root/lr.c
Commit message (Collapse)AuthorAgeFilesLines
* allow querying for xattr (= %x)Christian Neukirchen2016-02-251-44/+48
|
* fix %x with -UChristian Neukirchen2016-02-251-6/+7
|
* extend %x to be a stringChristian Neukirchen2016-02-251-21/+32
|
* print %x with -l if there are anyChristian Neukirchen2016-02-251-2/+12
|
* count number of entries with a nlink_tChristian Neukirchen2016-02-251-1/+2
|
* add %x for xattr metadataChristian Neukirchen2016-02-251-0/+38
|
* allow environment variables in place of string literalsChristian Neukirchen2016-02-101-0/+17
| | | | avoids quoting... numeric values are safe to expand inline already.
* detect and error on unterminated stringsChristian Neukirchen2016-02-101-1/+4
|
* reformat v0.2Christian Neukirchen2016-02-021-8/+8
|
* add type != XChristian Neukirchen2016-02-021-2/+11
|
* allow = instead of ==Christian Neukirchen2016-02-021-3/+5
|
* fix type of intlen to not overflow on large file sizesChristian Neukirchen2016-02-011-1/+1
|
* document -GChristian Neukirchen2016-02-011-1/+1
|
* don't colorize when stdout is not a tty, except when -G is passed multiple timesChristian Neukirchen2016-02-011-0/+3
|
* add 256-coloring using -GChristian Neukirchen2016-02-011-4/+113
| | | | | | Inspired by https://github.com/rimraf/k, size scale adjusted to levels: 1k 4k 16k 32k 128k 512k 1M 700M 2G 50G
* use %F %R to format the timestamp, so the separators are inserted by strftimeChristian Neukirchen2016-02-011-1/+1
|
* add sorting by versionChristian Neukirchen2015-12-271-0/+35
|
* improve error messagesChristian Neukirchen2015-12-271-19/+30
|
* add relative and parsed date comparisonsChristian Neukirchen2015-12-271-9/+111
|
* add relative date formattingChristian Neukirchen2015-12-271-7/+19
|
* Abort on invalid regex. Fixes #7.Christian Neukirchen2015-12-141-2/+12
|
* -o p: sort/group by directory nameChristian Neukirchen2015-11-261-0/+27
|
* column widths for %b %k %d %D %R %IChristian Neukirchen2015-11-011-11/+36
|
* simplify %u/%gChristian Neukirchen2015-11-011-19/+4
|
* analyze format to save expensive lookupsChristian Neukirchen2015-11-011-3/+29
|
* compute fstype widthsChristian Neukirchen2015-11-011-2/+5
|
* refactor printChristian Neukirchen2015-11-011-136/+128
|
* add prefix stripping, generalize -sChristian Neukirchen2015-10-281-9/+33
|
* fix -HChristian Neukirchen2015-10-281-1/+1
|
* add cygwin fstype (thx @boltonja)Christian Neukirchen2015-10-271-1/+1
|
* make fstype missing not bomb out at runtimeChristian Neukirchen2015-10-271-4/+1
|
* don't hardcode pathsChristian Neukirchen2015-10-271-2/+3
|
* add -S for BSD-style stat(1) output (not exactly the same)Christian Neukirchen2015-10-271-2/+4
|
* add rdevChristian Neukirchen2015-10-271-0/+5
|
* add fstype for SolarisChristian Neukirchen2015-10-261-0/+33
| | | | Tested on SunOS omnios 5.11 omnios-85fef88 i86pc i386 i86pc
* cast st_mode to avoid warning on SolarisChristian Neukirchen2015-10-261-1/+1
|
* fstype for OpenBSD (thx @winks)Christian Neukirchen2015-10-261-1/+1
|
* fstype for NetBSDChristian Neukirchen2015-10-261-0/+23
|
* rename shquote to print_shquoted (clashes with NetBSD libc)Christian Neukirchen2015-10-261-4/+4
|
* use isspace/isdigit with (unsigned char)Christian Neukirchen2015-10-261-4/+4
|
* prefetch user/group name for correct column widthsChristian Neukirchen2015-10-261-0/+5
| | | | Stopgap fix for -l now, will be addressed properly later.
* strid: use sprintf to silence warningChristian Neukirchen2015-10-261-1/+1
|
* unbreak -lChristian Neukirchen2015-10-261-1/+1
|
* add fstype for Mac OS X (thx @erincall)Christian Neukirchen2015-10-261-1/+1
|
* add fstype for freebsdChristian Neukirchen2015-10-261-1/+25
|
* cosmeticsChristian Neukirchen2015-10-261-1/+2
|
* add fstype (linux only so far)Christian Neukirchen2015-10-261-3/+65
|
* parse "" as " inside stringsChristian Neukirchen2015-10-261-3/+19
|
* tweak -A filter to prune dot dirsChristian Neukirchen2015-10-261-1/+1
|
* add -A to hide dot filesChristian Neukirchen2015-10-261-2/+3
|