qwertydog / Reddit-Wallpaper-Changer

Reddit Wallpaper Changer
MIT License
45 stars 8 forks source link

Functionality via terminal or scripting #13

Open dharrison4 opened 1 year ago

dharrison4 commented 1 year ago

Hello

Love what you've done with the RWC! Thank you for picking it up and wiping off the cobwebs.

I would like to know if there are any ways I can use scripting or terminal to add a wallpaper to favourites, blacklist, change. Three things that you can do by right clicking the icon in the system tray, but I'd like to be able to manipulate RWC by using the keyboard.

I use Flow Launcher, a new fork of Wox. I'd like to be able to run a python script from this launcher to do the above mentioned actions.

I guess you don't need to know how Wox/FlowLauncher works, just that I can do actions with RWC using a Python script.

Thank you!

qwertydog commented 1 year ago

Hi thanks for the suggestion. There is already support for hotkeys which may help your use case, otherwise, adding support for command line arguments will likely need a bit of rethink of the architecture. I'll look into that but feel free to dig into it if you want to put up a PR 🙂

dharrison4 commented 1 year ago

Thank you for the nice, quick response, @qwertydog !