about summary refs log tree commit diff
path: root/lr.c
Commit message (Collapse)AuthorAgeFilesLines
* lr: hyperlink_on: print hostname and use RFC3986-style URI encodingLeah Neukirchen2017-09-121-4/+34
|
* add -X for OSC 8 hyperlinksLeah Neukirchen2017-09-121-1/+42
|
* styleLeah Neukirchen2017-08-311-40/+40
|
* print_format: cleanupLeah Neukirchen2017-08-291-4/+4
|
* style: consistent castsLeah Neukirchen2017-08-291-7/+7
|
* 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
|
* add strop negationsLeah Neukirchen2017-08-211-0/+19
|
* lr: add action "color <num>" to override colorsLeah Neukirchen2017-07-271-0/+16
|
* lr: breaking change: swap meaning of -QLeah Neukirchen2017-07-271-10/+14
| | | | 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-201-8/+45
|
* lr: allow empty string for .Leah Neukirchen2017-06-201-7/+11
|
* lr: support @file to read file names from fileLeah Neukirchen2017-06-201-0/+9
|
* lr: set prefixl to 0 when reading from stdinLeah Neukirchen2017-06-201-1/+5
|
* LeahizeLeah Neukirchen2017-04-251-1/+1
|
* 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-241-1/+36
|
* print_format: use 4 digits for the age in daysChristian Neukirchen2016-06-031-1/+1
|
* store result of getopt in int, to not break on architectures with unsigned charsChristian Neukirchen2016-05-201-2/+1
|
* parse_strcmp: rearrange to check for token =~ before =Christian Neukirchen2016-03-311-7/+7
|
* use <sys/xattr.h> v0.3Christian Neukirchen2016-02-281-1/+1
|
* update copyright yearsChristian Neukirchen2016-02-281-1/+1
|
* use same color for broken links as for dates in futureChristian Neukirchen2016-02-271-1/+1
|
* highlight symlink targets, needs an additional lstat for -GChristian Neukirchen2016-02-271-2/+26
|
* 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-271-0/+71
|
* 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-271-4/+20
|
* 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-261-2/+29
|
* do not count . and .. as entriesChristian Neukirchen2016-02-261-1/+1
|
* fix print_shquoted mistaking 'W' as specialMichael Gehring2016-02-261-1/+1
| | | | Closes: #9 [via git-merge-pr]
* allow querying for xattr (= %x)Christian Neukirchen2016-02-251-44/+48
|
* fix %x with -UChristian Neukirchen2016-02-251-6/+7
|
* extend %x to be a stringChristian Neukirchen2016-02-251-21/+32
|
* print %x with -l if there are anyChristian Neukirchen2016-02-251-2/+12
|