summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* reformat v0.2Christian Neukirchen2016-02-021-8/+8
|
* README.md: git column exampleChristian Neukirchen2016-02-021-1/+2
|
* add type != XChristian Neukirchen2016-02-023-4/+13
|
* allow = instead of ==Christian Neukirchen2016-02-023-11/+13
|
* fix type of intlen to not overflow on large file sizesChristian Neukirchen2016-02-011-1/+1
|
* document -GChristian Neukirchen2016-02-013-3/+7
|
* 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
|
* README.md: typosChristian Neukirchen2016-01-041-2/+2
|
* install manpageChristian Neukirchen2016-01-041-0/+1
|
* add manpageChristian Neukirchen2016-01-041-0/+276
|
* add sorting by versionChristian Neukirchen2015-12-272-0/+36
|
* improve error messagesChristian Neukirchen2015-12-271-19/+30
|
* add relative and parsed date comparisonsChristian Neukirchen2015-12-272-11/+128
|
* add relative date formattingChristian Neukirchen2015-12-272-7/+20
|
* README: add lwhoChristian Neukirchen2015-12-271-0/+1
|
* Abort on invalid regex. Fixes #7.Christian Neukirchen2015-12-141-2/+12
|
* README.md: add nice example of lr/xe.Christian Neukirchen2015-11-281-0/+1
|
* -o p: sort/group by directory nameChristian Neukirchen2015-11-262-0/+28
|
* typo v0.1Christian Neukirchen2015-11-011-1/+1
|
* README.md: use xe instead of xapplyChristian Neukirchen2015-11-011-1/+1
|
* 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-282-11/+36
|
* fix -HChristian Neukirchen2015-10-281-1/+1
|
* add cygwin fstype (thx @boltonja)Christian Neukirchen2015-10-272-2/+2
|
* make fstype missing not bomb out at runtimeChristian Neukirchen2015-10-271-4/+1
|
* don't hardcode pathsChristian Neukirchen2015-10-271-2/+3
|
* README.md: mention supported OSChristian Neukirchen2015-10-271-1/+6
|
* add -S for BSD-style stat(1) output (not exactly the same)Christian Neukirchen2015-10-272-3/+6
|
* add rdevChristian Neukirchen2015-10-272-2/+8
|
* tweakChristian Neukirchen2015-10-271-3/+3
|
* README.md: add some examplesChristian Neukirchen2015-10-271-0/+85
|
* fix find . -regex exampleChristian Neukirchen2015-10-261-1/+1
|
* 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
|
* improve rosetta entry for ls -ltrc (closes #3)Christian Neukirchen2015-10-261-1/+1
|
* fix rosetta entry for ls -l (closes #2)Christian 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
|