about summary refs log tree commit diff
path: root/lr.1
Commit message (Collapse)AuthorAgeFilesLines
* add -of to sort by file basename.Leah Neukirchen2022-08-261-1/+3
| | | | Closes #21.
* add -W to sort results by name and print during traversalLeah Neukirchen2019-12-051-2/+9
|
* lr.1: tweaksLeah Neukirchen2019-12-051-3/+3
|
* lr.1: explain -D and -B betterLeah Neukirchen2019-12-051-1/+11
|
* lr.1: use .Po / .Pc consistently for parenthesesLarry Hynes2019-03-191-23/+59
| | | | Closes: #20 [via git-merge-pr]
* lr.1: fix mandoc lint warningsLarry Hynes2019-03-171-4/+10
| | | | | | | | - mandoc warns "STYLE: no blank before trailing delimiter:" so insert '\&' before last delimeter - while here, replace parentheses with .Po / .Pc Closes: #19 [via git-merge-pr]
* lr.1: no trailing periods in format listLeah Neukirchen2019-03-161-4/+4
|
* lr.1: order options in DESCRIPTION alphabeticallyLarry Hynes2019-03-161-61/+61
| | | | Closes: #17 [via git-merge-pr]
* support $NO_COLORLeah Neukirchen2018-01-291-0/+3
| | | | http://no-color.org/
* lr.1: mention tw(1)Leah Neukirchen2017-12-111-1/+2
|
* add -P for $'...' escaping, verify UTF-8 filenamesLeah Neukirchen2017-11-241-1/+7
| | | | Closes #1.
* print_format: add escapes for octal and hex bytesLeah Neukirchen2017-11-191-1/+5
|
* add action 'skip' which is always falseLeah Neukirchen2017-11-121-0/+1
|
* add ternary (conditional) operatorLeah Neukirchen2017-11-081-0/+1
|
* new option -B for breadth first searchLeah Neukirchen2017-11-081-1/+6
| | | | | | | | We use two trees and add the newly found files to the other one, then loop until no more files are found. prune, -t, -L and -x work, depth needs a slight hack; loop detection and -U doesn't work.
* lr.1: use single quotes around -Leah Neukirchen2017-09-241-1/+1
| | | | Closes #14.
* add -e REGEX as a shortcut to filter basenamesLeah Neukirchen2017-09-201-0/+6
|
* add -X for OSC 8 hyperlinksLeah Neukirchen2017-09-121-2/+5
|
* README/lr.1: fix some typos in documentation.olgeni2017-08-231-4/+4
| | | | Closes: #13 [via git-merge-pr]
* add strop negationsLeah Neukirchen2017-08-211-6/+6
|
* lr: add action "color <num>" to override colorsLeah Neukirchen2017-07-271-0/+1
|
* lr: breaking change: swap meaning of -QLeah Neukirchen2017-07-271-6/+9
| | | | This is a bit unfortunate, but the better behavior in the long run.
* lr: add -C to allow coloring of filesLeah Neukirchen2017-06-201-0/+12
|
* lr: allow empty string for .Leah Neukirchen2017-06-201-0/+6
|
* lr: support @file to read file names from fileLeah Neukirchen2017-06-201-1/+9
|
* LeahizeLeah Neukirchen2017-04-251-1/+1
|
* lr: argument '-' means read files from standard inputChristian Neukirchen2016-07-241-0/+11
|
* implement matching against chmod-style symbolic modesChristian Neukirchen2016-02-271-0/+5
|
* customizable time stamp for -lChristian Neukirchen2016-02-271-1/+15
|
* count directory entries when neededChristian Neukirchen2016-02-261-3/+2
|
* allow querying for xattr (= %x)Christian Neukirchen2016-02-251-1/+1
|
* extend %x to be a stringChristian Neukirchen2016-02-251-3/+2
|
* add %x for xattr metadataChristian Neukirchen2016-02-251-0/+10
|
* allow environment variables in place of string literalsChristian Neukirchen2016-02-101-0/+1
| | | | avoids quoting... numeric values are safe to expand inline already.
* add type != XChristian Neukirchen2016-02-021-1/+1
|
* allow = instead of ==Christian Neukirchen2016-02-021-4/+4
|
* document -GChristian Neukirchen2016-02-011-1/+4
|
* add manpageChristian Neukirchen2016-01-041-0/+276