Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removing useless LOGIN_OK variable | Miquel Lionel | 2020-11-19 | 1 | -4/+0 |
| | |||||
* | Error checking and data dir in .local/share | Miquel Lionel | 2020-11-19 | 1 | -16/+26 |
| | | | | | | | | | | | - We use the '--no-config' flag on wget to have a consistent behavior accross machines. - using "curl --silent" instead of wget for trace id retrieval. feels faster. - deleted the elevator music switch, it was useless. - The data generated (cookies.txt, regions.txt, downloaded files) will be stored in $XDG_DATA_HOME/randopitons. - regions.txt is created if needbe. check checksum too. - More error checking has been made. | ||||
* | Various modifications of the script. | Miquel Lionel | 2020-11-18 | 1 | -46/+71 |
| | |||||
* | Removed useless code, fix missing var | root | 2020-11-16 | 1 | -49/+32 |
| | | | | | | - simplified the region file creation, no need for a gazillion line. - The -r switch was missing $MATCHEDFILE for its -s test - indenting | ||||
* | Cleaning this mess | Miquel Lionel | 2019-05-30 | 1 | -0/+0 |
| | |||||
* | Deleted _config.yml, no use for it now | Lionel | 2019-02-02 | 1 | -1/+1 |
| | |||||
* | Corrected some errors in my code | Lionel | 2018-11-05 | 1 | -6/+8 |
| | |||||
* | Added md5 filechecks in case one of you change the regions.txt file | Lionel | 2018-11-05 | 1 | -6/+17 |
| | |||||
* | Improved readability of the script. Added an elevator music option. | Lionel | 2018-11-05 | 1 | -51/+57 |
| | |||||
* | Removed useless filecheck lines. | Lionel | 2018-11-05 | 1 | -7/+1 |
| | |||||
* | Cleaning up the repo | Lionel | 2018-10-31 | 1 | -4/+4 |
| | |||||
* | Updated the README.md with usage. Code needs cleanup. | Lionel | 2018-10-29 | 1 | -61/+97 |
| | |||||
* | Fixed bad indents in the creation of the default files (regions.txt and ↵ | Lionel | 2018-10-22 | 1 | -28/+14 |
| | | | | webregions.txt). Still experimentating about the command line arguments. | ||||
* | Adding LICENSE file. | Lionel | 2018-10-21 | 1 | -32/+29 |
| | |||||
* | Making progress. Added the creation of regions.txt and webregions.txt if ↵ | Lionel | 2018-10-21 | 1 | -6/+43 |
| | | | | empty or non-existent. | ||||
* | Finally I'll rewrite it in bash i find it more readable than my python ↵ | Lionel | 2018-10-21 | 1 | -0/+93 |
scripts. Will plan on a powershell version too |