mk-fg / python-onedrive

Obsolete python/cli module for MS SkyDrive/OneDrive's old API, do not use for new projects
Do What The F*ck You Want To Public License
199 stars 32 forks source link

Pass sort-by in arguments #43

Closed sasasa671 closed 9 years ago

sasasa671 commented 9 years ago

Is it possible to pass a sort-by "name" to the cli?

Eg) ./onedrive-cli ls directory/one somearguementheretolistbyname

Is this possible or not supported?

Thanks.

mk-fg commented 9 years ago

Um... but output of "ls" should be already sorted by name, as I noted (to you as well) in #38. There is no dedicated sort-by argument, but again, if you want to sort by "name", it shouldn't be needed.

If output of "ls" is not sorted by name for you, I suspect that you might be using older (pre #38) version, otherwise it's likely a bug. That actually reminds me that I wanted to add --version option...

mk-fg commented 9 years ago

Anyhow, closing the thing, as you seem to be asking for what's already implemented (and by your own request, no less), otherwise feel free to clarify and reopen, please don't re-create same issue for the third time (though I guess you won't be reading this anyway) ;)