summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* add fstype for freebsdChristian Neukirchen2015-10-261-1/+25
* cosmeticsChristian Neukirchen2015-10-261-1/+2
* add fstype (linux only so far)Christian Neukirchen2015-10-262-4/+67
* README: mention xaChristian Neukirchen2015-10-261-1/+2
* parse "" as " inside stringsChristian Neukirchen2015-10-262-4/+20
* tweak -A filter to prune dot dirsChristian Neukirchen2015-10-261-1/+1
* add -A to hide dot filesChristian Neukirchen2015-10-261-2/+3
* change fnmatch flags such that * in ~~ matches / too (like find(1))Christian Neukirchen2015-10-262-12/+7