We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ability to sort the list view on the following columns by clicking on the column header:
name
created_at
modified_at
file_size
In the following orders:
asc
desc
Additionally, having a CLI option to set the sort order and column would also be helpful.
CLI Option: --list-sort "order:column"
--list-sort "order:column"
Examples: --list-sort "asc:name" --list-sort "desc:name" --list-sort "asc:created_at" --list-sort "asc:created_at"
--list-sort "asc:name"
--list-sort "desc:name"
--list-sort "asc:created_at"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ability to sort the list view on the following columns by clicking on the column header:
name
created_at
modified_at
file_size
In the following orders:
asc
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"
The text was updated successfully, but these errors were encountered: