summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* NEWS.md: update for 0.3.1 v0.3.1Christian Neukirchen2016-03-311-0/+5
* parse_strcmp: rearrange to check for token =~ before =Christian Neukirchen2016-03-311-7/+7
* contrib: add lr.elChristian Neukirchen2016-03-141-0/+19
* rename ChangeLog.md to NEWS.mdChristian Neukirchen2016-03-011-0/+0
* use <sys/xattr.h> v0.3Christian Neukirchen2016-02-281-1/+1
* add zsh completionChristian Neukirchen2016-02-283-1/+107
* update copyright yearsChristian Neukirchen2016-02-282-2/+2
* add ChangeLog.mdChristian Neukirchen2016-02-281-0/+8
* use same color for broken links as for dates in futureChristian Neukirchen2016-02-271-1/+1
* document classic trickChristian Neukirchen2016-02-271-0/+1
* highlight symlink targets, needs an additional lstat for -GChristian Neukirchen2016-02-271-2/+26
* a few more examples with modesChristian Neukirchen2016-02-271-0/+2
* typoChristian Neukirchen2016-02-271-1/+1
* read chmod X flag from old permissionsChristian Neukirchen2016-02-271-1/+1
* clean up code for setting flagsChristian Neukirchen2016-02-271-1/+1
* skip over ugo as permissionsChristian Neukirchen2016-02-271-3/+3
* off by one...Christian Neukirchen2016-02-271-1/+1
* add clauses for -1 -A -d to the beginning of the expressionChristian Neukirchen2016-02-271-3/+5
* zero-terminate pathbuf in traverseChristian Neukirchen2016-02-271-0/+1
* fix default mask computationChristian Neukirchen2016-02-271-1/+1
* implement matching against chmod-style symbolic modesChristian Neukirchen2016-02-273-0/+81
* fix sticky bit in %MChristian Neukirchen2016-02-271-1/+1
* map -TA -TC -TM to %A %C %T properlyChristian Neukirchen2016-02-271-2/+2
* customizable time stamp for -lChristian Neukirchen2016-02-273-6/+39
* fix time stamp selectionChristian Neukirchen2016-02-271-3/+4
* use ino_t for file countsChristian Neukirchen2016-02-261-3/+3
* count directory entries when neededChristian Neukirchen2016-02-263-7/+33
* do not count . and .. as entriesChristian Neukirchen2016-02-261-1/+1
* fix print_shquoted mistaking 'W' as specialMichael Gehring2016-02-261-1/+1
* allow querying for xattr (= %x)Christian Neukirchen2016-02-253-46/+50
* fix %x with -UChristian Neukirchen2016-02-251-6/+7
* extend %x to be a stringChristian Neukirchen2016-02-253-25/+35
* 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-253-0/+49
* add lr.vimChristian Neukirchen2016-02-231-0/+5
* allow environment variables in place of string literalsChristian Neukirchen2016-02-103-0/+19
* detect and error on unterminated stringsChristian Neukirchen2016-02-101-1/+4
* add some contrib scripts.Christian Neukirchen2016-02-082-0/+13
* README.md: add screenshotChristian Neukirchen2016-02-022-0/+4
* 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
* 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