davidchalifoux / kaput-cli

The unofficial CLI client for Put.io - Kaput lets you manage your Put.io account from the comfort of your terminal!
https://kaput.sh/
MIT License
68 stars 7 forks source link

Add Filters from API #5

Closed davidchalifoux closed 4 years ago

davidchalifoux commented 4 years ago

Currently on the files command, there is no way to use the available sort_by, content_type, or file_type filters available. This should be included to make it easier to search for something specific.

davidchalifoux commented 4 years ago

These have been added in https://github.com/davidchalifoux/kaput-cli/commit/159323fc0492d7af8dd541f8aea4561955c9e0b1 file_type has not been added as it is not yet implemented on the client library: https://github.com/putdotio/putio.js/issues/6

davidchalifoux commented 4 years ago

File_type filter can now be added.

davidchalifoux commented 4 years ago

Added in https://github.com/davidchalifoux/kaput-cli/commit/c56942ae7c006d6720fbbda6a110084287b63956