Add ability to sort the list view + CLI Option
jspreddy opened this issue · 0 comments
jspreddy commented
Ability to sort the list view on the following columns by clicking on the column header:
- Name :
name
- Created Time:
created_at
- Modified Time:
modified_at
- File Size:
file_size
In the following orders:
- Ascending:
asc
- 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"