summary refs log tree commit diff stats
path: root/pkg
Commit message (Collapse)AuthorAgeFilesLines
* Add cetus-nasa program v0.4.0Andinus2020-03-141-0/+109
| | | | cetus-nasa uses NASA's API to get Astronomy Picture of the Day.
* Split project into multiple programsAndinus2020-03-141-89/+0
| | | | Re-initialization to split project into multiple programs
* Add support for random photo as background v0.3.1Andinus2020-03-141-0/+43
|
* Unexport GetPathFromID & further break it in 2 functionsAndinus2020-03-141-12/+16
| | | | | appendSizeToPath will get repeated later so seperated it into a different function
* Break SetFromID in 2 functions v0.3.0Andinus2020-03-141-8/+13
| | | | | GetPathFromID returns the path of the photo & SetFromID first gets the path from GetPathFromID then uses background.Set to set the background
* Fix SetFromID & add usage in readmeAndinus2020-03-141-1/+1
|
* Add photoID supportAndinus2020-03-142-0/+39
| | | | photo-id flag can be used to set a specific photo as background
* Add background package & Set functionAndinus2020-03-141-0/+25