summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* NEWS.md: update for 1.1 v1.1Leah Neukirchen2017-10-291-1/+2
|
* README.md: updateLeah Neukirchen2017-10-291-2/+2
|
* scan_filesystems: support DragonFlyBSDLeah Neukirchen2017-10-171-1/+1
|
* 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-204-33/+48
|
* NEWS.md: updateLeah Neukirchen2017-09-201-0/+5
|
* recurse: guard DT_DIR optimizationLeah Neukirchen2017-09-171-0/+4
|
* detect when stat(2)-ing all files is not neededLeah Neukirchen2017-09-171-32/+83
| | | | | | | | | | | For plain file listing, no stat(2) information is needed; inspect the format string and ordering options to ensure this is true. We assume any custom test implies needing to stat for now. recurse detects in opendir/readdir whether to recurse on DT_DIR etc. This massively speeds up listing large trees, making lr -U almost as fast as plain GNU find(1).
* recurse: lstat on symlink loops, don't failLeah Neukirchen2017-09-171-1/+2
|
* lr: hyperlink_on: print hostname and use RFC3986-style URI encodingLeah Neukirchen2017-09-121-4/+34
|
* add -X for OSC 8 hyperlinksLeah Neukirchen2017-09-123-4/+49
|
* styleLeah Neukirchen2017-08-311-40/+40
|
* print_format: cleanupLeah Neukirchen2017-08-291-4/+4
|
* style: consistent castsLeah Neukirchen2017-08-291-7/+7
|
* NEWS.md: update for 1.0 v1.0Leah Neukirchen2017-08-291-0/+3
|
* recurse: need special case for "lr /"Leah Neukirchen2017-08-291-1/+2
|
* print_format: use snprintf for bounded strcpyLeah Neukirchen2017-08-291-1/+1
|
* print_format: compute time_t difference as longLeah Neukirchen2017-08-291-4/+5
|
* xattr_string: return empty static stringLeah Neukirchen2017-08-291-2/+4
|
* README/lr.1: fix some typos in documentation.olgeni2017-08-232-7/+7
| | | | Closes: #13 [via git-merge-pr]
* add strop negationsLeah Neukirchen2017-08-213-12/+31
|
* lr: add action "color <num>" to override colorsLeah Neukirchen2017-07-274-0/+25
|
* NEWS.md: updateLeah Neukirchen2017-07-271-2/+8
|
* _lr: update for -QLeah Neukirchen2017-07-271-1/+1
|
* lr: breaking change: swap meaning of -QLeah Neukirchen2017-07-274-20/+32
| | | | This is a bit unfortunate, but the better behavior in the long run.
* lr: use setlocale.Leah Neukirchen2017-07-191-0/+3
| | | | | | | | This will enable date stamp formatting for %A, %C, %T as known from date(1). Note that LC_COLLATE and LC_CTYPE is not respected, as we continue to use strcmp. Closes #12.
* lr: print errors and return status 1 when a toplevel argument cannot be stat'edLeah Neukirchen2017-07-131-4/+14
|
* lr: fix output of empty stringLeah Neukirchen2017-06-201-2/+5
|
* lr: add -C to allow coloring of filesLeah Neukirchen2017-06-202-8/+57
|
* lr: allow empty string for .Leah Neukirchen2017-06-202-7/+17
|
* lr: support @file to read file names from fileLeah Neukirchen2017-06-202-1/+18
|
* lr: set prefixl to 0 when reading from stdinLeah Neukirchen2017-06-201-1/+5
|
* NEWS.md: update for 0.4.0Leah Neukirchen2017-04-251-0/+2
|
* README.md: fix typojojomi2017-04-251-1/+1
| | | | Closes: #11 [via git-merge-pr]
* add LICENSE v0.4Leah Neukirchen2017-04-251-0/+25
|
* LeahizeLeah Neukirchen2017-04-253-3/+3
|
* parse_error: portably declare noreturnChristian Neukirchen2016-08-301-1/+11
| | | | Squelches many clang-analyzer false positives.
* lr: argument '-' means read files from standard inputChristian Neukirchen2016-07-244-1/+55
|
* print_format: use 4 digits for the age in daysChristian Neukirchen2016-06-031-1/+1
|
* README.md: update for 0.3.2 v0.3.2Christian Neukirchen2016-05-201-0/+4
|
* store result of getopt in int, to not break on architectures with unsigned charsChristian Neukirchen2016-05-201-2/+1
|
* 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
|