@@ -15,6 +15,7 @@ Downloads [Bing Photo of the Day](https://www.bing.com), [NASA Astronomy Picture
15
15
* Set date, locale & resolution for Bing photos.
16
16
* Use custom API key for NASA.
17
17
* Set date for NASA photos.
18
+ * Choose a random photo from NASA.
18
19
* Set background display option for Linux.
19
20
* Stores all photos in _ ~ /Pictures/Bing_ & _ ~ /Pictures/NASA_ .
20
21
* Runs at startup automatically.
@@ -58,6 +59,7 @@ Flag | Short | Description | Usage
58
59
` --resolution ` | ` -r ` | Set resolution for Bing | ` -r 1920x1200 `
59
60
` --key ` | ` -k ` | Set API key for NASA | ` -k SOME_API_KEY `
60
61
` --date ` | ` -d ` | Set date for NASA (YYYY-mm-dd) | ` -d 2019-06-19 `
62
+ ` --random ` | ` -R ` | Choose a random photo from NASA | ` -R `
61
63
` --option ` | ` -o ` | Set background display option for Linux | ` -o centered `
62
64
63
65
## Examples
@@ -73,6 +75,7 @@ Example | Description
73
75
` $ potd -b 1 -l en-GB -r 1920x1200 ` | Sets wallpaper as Bing from yesterday and Great Britain with 1920x1200 resolution
74
76
` $ potd -n -k SOME_API_KEY ` | Sets wallpaper as NASA using specified API key
75
77
` $ potd -n -d 2019-06-18 ` | Sets wallpaper as NASA from 2019-06-18
78
+ ` $ potd -n -R ` | Sets wallpaper as a random NASA photo
76
79
` $ potd -n -k SOME_API_KEY -d 2019-06-18 ` | Sets wallpaper as NASA from 2019-06-18 using specified API key
77
80
` $ potd -o centered ` | Wallpaper centered on desktop
78
81
@@ -87,6 +90,7 @@ Example | Description
87
90
* [x] Resolution option for Bing
88
91
* [x] Custom API key for NASA
89
92
* [x] Date option for NASA
93
+ * [x] Random option for NASA
90
94
* [x] Background display option for Linux
91
95
* [ ] Windows 10
92
96
* [x] Mac OS X
0 commit comments