mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 09:15:28 +00:00
implement list entries order option
This commit is contained in:
parent
3cc53b3dc7
commit
0a22d1388c
4 changed files with 26 additions and 2 deletions
|
|
@ -89,6 +89,9 @@ nexy -p /path/to/public_dir
|
|||
--list-dir-modified
|
||||
Show directory modified time
|
||||
|
||||
--list-dir-reverse
|
||||
Sort directories in list DESC (ASC by default)
|
||||
|
||||
--list-file-size
|
||||
Show file size in list (as the alternative text for navigation links)
|
||||
|
||||
|
|
@ -101,6 +104,9 @@ nexy -p /path/to/public_dir
|
|||
--list-file-modified
|
||||
Show file modified time
|
||||
|
||||
--list-file-reverse
|
||||
Sort files in list DESC (ASC by default)
|
||||
|
||||
--list-time-format <LIST_TIME_FORMAT>
|
||||
Time format for listing items
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue