From a0abeb7278bede25efd18e751967c8584f4194fa Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 25 Jun 2025 09:38:08 +0300 Subject: [PATCH] update options --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index b891192..1627cdf 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,37 @@ nexy -p /path/to/public_dir **Patterns** * `{list}` - entries list for the current directory +--list-dir-count + Show files count in dir (as the alternative text for navigation links) + +--list-dir-accessed + Show directory accessed time + +--list-dir-created + Show directory created time + +--list-dir-modified + Show directory modified time + +--list-file-size + Show file size in list (as the alternative text for navigation links) + +--list-file-accessed + Show file accessed time + +--list-file-created + Show file created time + +--list-file-modified + Show file modified time + +--list-time-format + Time format for listing items + + * use escape notation for `%` e.g. `"%%Y-%%m-%%d %%H:%%M:%%S"` + + [default: "%Y-%m-%d %H:%M:%S"] + -r, --read-chunk Optimize memory usage on reading large files or stream