Skip to content
New issue

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

Add ability to sort the list view + CLI Option #5

Open
jspreddy opened this issue Oct 5, 2019 · 0 comments
Open

Add ability to sort the list view + CLI Option #5

jspreddy opened this issue Oct 5, 2019 · 0 comments

Comments

@jspreddy
Copy link

jspreddy commented Oct 5, 2019

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"

@jspreddy jspreddy changed the title Add the ability to sort the list view Add ability to sort the list view + CLI Option Oct 5, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant