danielcardoso/html-pages

Add ability to sort the list view + CLI Option

jspreddy opened this issue · 0 comments

Ability to sort the list view on the following columns by clicking on the column header:

  1. Name : name
  2. Created Time: created_at
  3. Modified Time: modified_at
  4. File Size: file_size

In the following orders:

  1. Ascending: asc
  2. Descending: desc

Additionally, having a CLI option to set the sort order and column would also be helpful.

CLI Option: --list-sort "order:column"

Examples:
--list-sort "asc:name"
--list-sort "desc:name"
--list-sort "asc:created_at"
--list-sort "asc:created_at"