Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix print_shquoted mistaking 'W' as special | Michael Gehring | 2016-02-26 | 1 | -1/+1 | |
| | | | | Closes: #9 [via git-merge-pr] | |||||
* | allow querying for xattr (= %x) | Christian Neukirchen | 2016-02-25 | 1 | -44/+48 | |
| | ||||||
* | fix %x with -U | Christian Neukirchen | 2016-02-25 | 1 | -6/+7 | |
| | ||||||
* | extend %x to be a string | Christian Neukirchen | 2016-02-25 | 1 | -21/+32 | |
| | ||||||
* | print %x with -l if there are any | Christian Neukirchen | 2016-02-25 | 1 | -2/+12 | |
| | ||||||
* | count number of entries with a nlink_t | Christian Neukirchen | 2016-02-25 | 1 | -1/+2 | |
| | ||||||
* | add %x for xattr metadata | Christian Neukirchen | 2016-02-25 | 1 | -0/+38 | |
| | ||||||
* | allow environment variables in place of string literals | Christian Neukirchen | 2016-02-10 | 1 | -0/+17 | |
| | | | | avoids quoting... numeric values are safe to expand inline already. | |||||
* | detect and error on unterminated strings | Christian Neukirchen | 2016-02-10 | 1 | -1/+4 | |
| | ||||||
* | reformat v0.2 | Christian Neukirchen | 2016-02-02 | 1 | -8/+8 | |
| | ||||||
* | add type != X | Christian Neukirchen | 2016-02-02 | 1 | -2/+11 | |
| | ||||||
* | allow = instead of == | Christian Neukirchen | 2016-02-02 | 1 | -3/+5 | |
| | ||||||
* | fix type of intlen to not overflow on large file sizes | Christian Neukirchen | 2016-02-01 | 1 | -1/+1 | |
| | ||||||
* | document -G | Christian Neukirchen | 2016-02-01 | 1 | -1/+1 | |
| | ||||||
* | don't colorize when stdout is not a tty, except when -G is passed multiple times | Christian Neukirchen | 2016-02-01 | 1 | -0/+3 | |
| | ||||||
* | add 256-coloring using -G | Christian Neukirchen | 2016-02-01 | 1 | -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 strftime | Christian Neukirchen | 2016-02-01 | 1 | -1/+1 | |
| | ||||||
* | add sorting by version | Christian Neukirchen | 2015-12-27 | 1 | -0/+35 | |
| | ||||||
* | improve error messages | Christian Neukirchen | 2015-12-27 | 1 | -19/+30 | |
| | ||||||
* | add relative and parsed date comparisons | Christian Neukirchen | 2015-12-27 | 1 | -9/+111 | |
| | ||||||
* | add relative date formatting | Christian Neukirchen | 2015-12-27 | 1 | -7/+19 | |
| | ||||||
* | Abort on invalid regex. Fixes #7. | Christian Neukirchen | 2015-12-14 | 1 | -2/+12 | |
| | ||||||
* | -o p: sort/group by directory name | Christian Neukirchen | 2015-11-26 | 1 | -0/+27 | |
| | ||||||
* | column widths for %b %k %d %D %R %I | Christian Neukirchen | 2015-11-01 | 1 | -11/+36 | |
| | ||||||
* | simplify %u/%g | Christian Neukirchen | 2015-11-01 | 1 | -19/+4 | |
| | ||||||
* | analyze format to save expensive lookups | Christian Neukirchen | 2015-11-01 | 1 | -3/+29 | |
| | ||||||
* | compute fstype widths | Christian Neukirchen | 2015-11-01 | 1 | -2/+5 | |
| | ||||||
* | refactor print | Christian Neukirchen | 2015-11-01 | 1 | -136/+128 | |
| | ||||||
* | add prefix stripping, generalize -s | Christian Neukirchen | 2015-10-28 | 1 | -9/+33 | |
| | ||||||
* | fix -H | Christian Neukirchen | 2015-10-28 | 1 | -1/+1 | |
| | ||||||
* | add cygwin fstype (thx @boltonja) | Christian Neukirchen | 2015-10-27 | 1 | -1/+1 | |
| | ||||||
* | make fstype missing not bomb out at runtime | Christian Neukirchen | 2015-10-27 | 1 | -4/+1 | |
| | ||||||
* | don't hardcode paths | Christian Neukirchen | 2015-10-27 | 1 | -2/+3 | |
| | ||||||
* | add -S for BSD-style stat(1) output (not exactly the same) | Christian Neukirchen | 2015-10-27 | 1 | -2/+4 | |
| | ||||||
* | add rdev | Christian Neukirchen | 2015-10-27 | 1 | -0/+5 | |
| | ||||||
* | add fstype for Solaris | Christian Neukirchen | 2015-10-26 | 1 | -0/+33 | |
| | | | | Tested on SunOS omnios 5.11 omnios-85fef88 i86pc i386 i86pc | |||||
* | cast st_mode to avoid warning on Solaris | Christian Neukirchen | 2015-10-26 | 1 | -1/+1 | |
| | ||||||
* | fstype for OpenBSD (thx @winks) | Christian Neukirchen | 2015-10-26 | 1 | -1/+1 | |
| | ||||||
* | fstype for NetBSD | Christian Neukirchen | 2015-10-26 | 1 | -0/+23 | |
| | ||||||
* | rename shquote to print_shquoted (clashes with NetBSD libc) | Christian Neukirchen | 2015-10-26 | 1 | -4/+4 | |
| | ||||||
* | use isspace/isdigit with (unsigned char) | Christian Neukirchen | 2015-10-26 | 1 | -4/+4 | |
| | ||||||
* | prefetch user/group name for correct column widths | Christian Neukirchen | 2015-10-26 | 1 | -0/+5 | |
| | | | | Stopgap fix for -l now, will be addressed properly later. | |||||
* | strid: use sprintf to silence warning | Christian Neukirchen | 2015-10-26 | 1 | -1/+1 | |
| | ||||||
* | unbreak -l | Christian Neukirchen | 2015-10-26 | 1 | -1/+1 | |
| | ||||||
* | add fstype for Mac OS X (thx @erincall) | Christian Neukirchen | 2015-10-26 | 1 | -1/+1 | |
| | ||||||
* | add fstype for freebsd | Christian Neukirchen | 2015-10-26 | 1 | -1/+25 | |
| | ||||||
* | cosmetics | Christian Neukirchen | 2015-10-26 | 1 | -1/+2 | |
| | ||||||
* | add fstype (linux only so far) | Christian Neukirchen | 2015-10-26 | 1 | -3/+65 | |
| | ||||||
* | parse "" as " inside strings | Christian Neukirchen | 2015-10-26 | 1 | -3/+19 | |
| | ||||||
* | tweak -A filter to prune dot dirs | Christian Neukirchen | 2015-10-26 | 1 | -1/+1 | |
| |