Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reflect url change in readme & reinitialize readme | Andinus | 2020-03-24 | 1 | -41/+5 |
| | |||||
* | Update readme with addition tests information | Andinus | 2020-03-24 | 1 | -6/+4 |
| | |||||
* | Add v0.5.2 demo to readme | Andinus | 2020-03-23 | 1 | -0/+1 |
| | |||||
* | Reflect new dependency in readme | Andinus | 2020-03-23 | 1 | -2/+3 |
| | |||||
* | Add install instruction to readme | Andinus | 2020-03-20 | 1 | -0/+12 |
| | |||||
* | Add more information regarding support in readme | Andinus | 2020-03-19 | 1 | -1/+4 |
| | |||||
* | Put the functions into seperate files & fix compile time error | Andinus | 2020-03-19 | 1 | -4/+0 |
| | | | | | | | Splitting the program into seperate programs will cause the binary size to double if the end user wants both services. Instead splitting the functions in seperate files will keep the binary size small for both services combined & also the program will be maintainable. | ||||
* | Prepare to split the commands | Andinus | 2020-03-19 | 1 | -25/+4 |
| | | | | | | | | | | | | | | Maintaining both services in single file is not easy and the code looks like a mess, also they didn't have much in common. Splitting them will make maintainance easier & also changing behaviour will be easier. Previous cetus command will be left as is so as to not break scripts but it will be dropped in v0.6 which will be released if the cetus cmd deviates too much from individual service commands. What this means? cetus will be split into: cetus-nasa & cetus-bing, cetus will exist for time being but will be dropped in v0.6 & cetus-<service> will continue. | ||||
* | Add v0.5.1 demo video | Andinus | 2020-03-19 | 1 | -0/+1 |
| | |||||
* | Add local cache for fetched body | Andinus | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | Add demo video to readme | Andinus | 2020-03-19 | 1 | -0/+1 |
| | |||||
* | Add examples to readme | Andinus | 2020-03-19 | 1 | -0/+25 |
| | |||||
* | Initial commit for Cetus v0.5.0 v0.5.0 | Andinus | 2020-03-18 | 1 | -0/+3 |
| | |||||
* | Restructure for Cetus v0.5 | Andinus | 2020-03-18 | 1 | -138/+11 |
| | | | | | This version aims for a cleaner code, better documentation & to adopt better practices. | ||||
* | Add cetus-wallhaven to readme | Andinus | 2020-03-16 | 1 | -0/+34 |
| | |||||
* | Add dump example in readme | Andinus | 2020-03-16 | 1 | -0/+7 |
| | |||||
* | Add demo video to readme | Andinus | 2020-03-15 | 1 | -0/+1 |
| | |||||
* | Fix wording in readme | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Port path-only to cetus-nasa | Andinus | 2020-03-15 | 1 | -0/+4 |
| | |||||
* | Support Bing Photo of the Day | Andinus | 2020-03-15 | 1 | -1/+33 |
| | |||||
* | Add github mirror to readme | Andinus | 2020-03-15 | 1 | -2/+3 |
| | |||||
* | Explain behaviour on media image type | Andinus | 2020-03-15 | 1 | -0/+7 |
| | |||||
* | Add v0.4.1 demo | Andinus | 2020-03-15 | 1 | -0/+1 |
| | |||||
* | Update binary information | Andinus | 2020-03-15 | 1 | -1/+3 |
| | |||||
* | Fix binary instructions | Andinus | 2020-03-15 | 1 | -4/+3 |
| | |||||
* | Add installation instructions | Andinus | 2020-03-15 | 1 | -0/+19 |
| | |||||
* | Beautify readme | Andinus | 2020-03-14 | 1 | -2/+2 |
| | |||||
* | Add project related links to readme | Andinus | 2020-03-14 | 1 | -1/+5 |
| | |||||
* | Add css styles in heading | Andinus | 2020-03-14 | 1 | -0/+2 |
| | |||||
* | Add cetus-nasa program v0.4.0 | Andinus | 2020-03-14 | 1 | -0/+31 |
| | | | | cetus-nasa uses NASA's API to get Astronomy Picture of the Day. | ||||
* | Split project into multiple programs | Andinus | 2020-03-14 | 1 | -24/+7 |
| | | | | Re-initialization to split project into multiple programs | ||||
* | Add v0.3.1 demo video to readme | Andinus | 2020-03-14 | 1 | -0/+1 |
| | |||||
* | Add support for random photo as background v0.3.1 | Andinus | 2020-03-14 | 1 | -1/+11 |
| | |||||
* | Fix SetFromID & add usage in readme | Andinus | 2020-03-14 | 1 | -1/+8 |
| | |||||
* | Reinitialize project | Andinus | 2020-03-14 | 1 | -33/+1 |
| | |||||
* | Add install instructions & clean readme | Andinus | 2020-03-14 | 1 | -3/+35 |
| | |||||
* | Narrow scope of the project | Andinus | 2020-03-14 | 1 | -73/+4 |
| | | | | | | | | | Dropped support for Astronomy Picture of the Day & Bing Photo of the Day. I wrote this to get a new wallpaper at every startup or whenever I wish, in my opinion Unsplash Source is a better option & there is no point in keeping unused code. | ||||
* | Fix Bing Photo of the Day fetcher | Andinus | 2020-03-12 | 1 | -1/+1 |
| | |||||
* | Restructure readme | Andinus | 2020-03-12 | 1 | -29/+29 |
| | |||||
* | Explain how cetus is useful | Andinus | 2020-03-12 | 1 | -0/+3 |
| | |||||
* | Add demo video url in readme | Andinus | 2020-03-12 | 1 | -0/+7 |
| | |||||
* | Change mode to wall v0.2.0 | Andinus | 2020-03-12 | 1 | -14/+14 |
| | |||||
* | Clarify readme | Andinus | 2020-03-12 | 1 | -6/+10 |
| | |||||
* | Support Unsplash Source & Astronomy Picture of the Day | Andinus | 2020-03-12 | 1 | -5/+18 |
| | |||||
* | Support Bing Photo of the Day | Andinus | 2020-03-12 | 1 | -11/+33 |
| | |||||
* | Change scope of the project | Andinus | 2020-03-12 | 1 | -19/+24 |
| | |||||
* | Add example for Bing Photo of the Day | Andinus | 2020-03-12 | 1 | -0/+4 |
| | |||||
* | Add support for Bing Photo of the Day | Andinus | 2020-03-12 | 1 | -0/+1 |
| | |||||
* | Cleanup README | Andinus | 2020-03-12 | 1 | -10/+9 |
| | |||||
* | Revert "Move README from org file to markdown" | Andinus | 2020-03-12 | 1 | -0/+30 |
| | | | | This reverts commit 9db33380e4baadd725190c18f35810039c1c780e. |