sindresorhus / wallpaper-cli

Get or set the desktop wallpaper
MIT License
171 stars 17 forks source link

Add support for scaling method #5

Closed sonicdoe closed 7 years ago

sonicdoe commented 7 years ago

As discussed in https://github.com/sindresorhus/wallpaper/pull/21.

sindresorhus commented 7 years ago

Sorry, forgot to mention, I think we should use a flag instead here, as it's an option. I didn't ask for it in the Objective-C code as it would have been much more complicated. So, for example: $ wallpaper foo.jpg --scale=fill

sonicdoe commented 7 years ago

Makes sense. I have updated the pull request.

sindresorhus commented 7 years ago

Thank you! :)