Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add notify functionality to cetus | Andinus | 2020-03-23 | 5 | -2/+37 |
| | |||||
* | Add install instruction to readme | Andinus | 2020-03-20 | 2 | -0/+77 |
| | |||||
* | 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 | 5 | -231/+244 |
| | | | | | | | 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 support for other desktop environments | Andinus | 2020-03-19 | 1 | -5/+19 |
| | |||||
* | Add v0.5.1 demo video | Andinus | 2020-03-19 | 1 | -0/+1 |
| | |||||
* | Bump version to v0.5.1 v0.5.1 | Andinus | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | Add local cache for fetched body | Andinus | 2020-03-19 | 2 | -60/+128 |
| | |||||
* | Check local cache before downloading background | Andinus | 2020-03-19 | 2 | -8/+56 |
| | |||||
* | Add download function | Andinus | 2020-03-19 | 2 | -0/+34 |
| | |||||
* | Add demo video to readme | Andinus | 2020-03-19 | 1 | -0/+1 |
| | |||||
* | Fix logical error in execAPOD() | Andinus | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | Add examples to readme | Andinus | 2020-03-19 | 2 | -1/+26 |
| | |||||
* | Move apod & bpod blocks to their own function | Andinus | 2020-03-19 | 1 | -115/+148 |
| | |||||
* | Remove package cetus | Andinus | 2020-03-19 | 5 | -19/+8 |
| | | | | Moved req.go to request package & version to main.go | ||||
* | Fix gitlab ci yaml syntax | Andinus | 2020-03-18 | 1 | -8/+1 |
| | |||||
* | Initial commit for Cetus v0.5.0 v0.5.0 | Andinus | 2020-03-18 | 11 | -70/+387 |
| | |||||
* | Restructure for Cetus v0.5 | Andinus | 2020-03-18 | 7 | -607/+25 |
| | | | | | This version aims for a cleaner code, better documentation & to adopt better practices. | ||||
* | Bump version to v0.4.11 v0.4.11 | Andinus | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | cetus-wallhaven: Print additional information, fix logical error | Andinus | 2020-03-16 | 1 | -23/+24 |
| | |||||
* | Add cetus-wallhaven to gitlab ci | Andinus | 2020-03-16 | 1 | -0/+5 |
| | |||||
* | Add cetus-wallhaven to readme | Andinus | 2020-03-16 | 1 | -0/+34 |
| | |||||
* | Bump version to v0.4.10 v0.4.10 | Andinus | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | Add Wallhaven support | Andinus | 2020-03-16 | 2 | -0/+171 |
| | |||||
* | Export struct fields v0.4.9 | Andinus | 2020-03-16 | 3 | -48/+47 |
| | | | | | | | Only exported structs and fields are visible to other packages, including the encoding/json package. So you must capitalize the field names of the structs to export those fields so the Marshal func can see them | ||||
* | Fix logical error in ErrChk, bump version & remove RandAlNum v0.4.8 | Andinus | 2020-03-16 | 2 | -19/+5 |
| | |||||
* | Add RandAlNum function | Andinus | 2020-03-16 | 1 | -0/+16 |
| | |||||
* | Bump version to v0.4.7 v0.4.7 | Andinus | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | Add dump example in readme | Andinus | 2020-03-16 | 1 | -0/+7 |
| | |||||
* | Rewrite apod response retrival | Andinus | 2020-03-16 | 4 | -120/+82 |
| | |||||
* | Add dump option & rewrite bpod response retrieval function | Andinus | 2020-03-16 | 3 | -109/+114 |
| | |||||
* | Remove license text from headers | Andinus | 2020-03-15 | 6 | -84/+0 |
| | |||||
* | Add demo video to readme | Andinus | 2020-03-15 | 1 | -0/+1 |
| | |||||
* | Fix wording in readme | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Bump version to v0.4.6 v0.4.6 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | cetus-nasa: Fix compile time error | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Bump cetus version to v0.4.5 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | cetus-bing: Correct date format v0.4.5 | Andinus | 2020-03-15 | 1 | -1/+12 |
| | |||||
* | Bump version to v0.4.4 v0.4.4 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Port path-only to cetus-nasa | Andinus | 2020-03-15 | 2 | -0/+10 |
| | |||||
* | Support Bing Photo of the Day | Andinus | 2020-03-15 | 5 | -1/+254 |
| | |||||
* | 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 |
| | |||||
* | Bump version to v0.4.3 v0.4.3 | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Clean up repeat variable declaration | Andinus | 2020-03-15 | 1 | -13/+5 |
| | |||||
* | Handle if block within printDetails function | Andinus | 2020-03-15 | 1 | -3/+4 |
| | |||||
* | Fix url on media types other than image | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Split getting api response into a function | Andinus | 2020-03-15 | 1 | -7/+18 |
| | |||||
* | Fix url when media type is not an image | Andinus | 2020-03-15 | 1 | -1/+5 |
| |