List of command that needs to be supported - ns23/pixbay-wallpaper GitHub Wiki
List of commands to be supported
-r, --random
Get a random image.
$ pixbay-wallpaper --random
-d, --dir {String}
Download the image to a specific directory.
"." uses the current working directory.
"./" stores the current working directory even when it changes.
$ pixbay-wallpaper --dir "/Users/Shared
$ pixbay-wallpaper --dir "C:UsersPublic
$ pixbay-wallpaper -d .
-s, --save-config
Saves any width, height or dir value in a config file.
$ pixbay-wallpaper -s --width 1600 --height 1200
Leave the values blank to reset width and height:
$ pixbay-wallpaper -whs
-c, --category {CATEGORY NAME}
Get a photo in a category.
$ pixbay-wallpaper --category nature
-q, --search {KEYWORD,KEYWORD}
Get a photo from a search query.
$ pixbay-wallpaper -q nature,water
$ pixbay-wallpaper -q="water falls"
-v, --version
--help