Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | depctrl global config: use depctrl's config handler | garret | 2022-12-21 | 1 | -32/+18 |
| | | | | | | | | | | | | | | | | | | better than finding a file that's probably the config, parsing the json, and writing it back in, for obvious reasons turns out no i wasnt thinning out the soup too much twas just right Reason for adding values one by one in key-pair loop instead of just config = new_config: > [01:31] arch1t3cht: oh, I think you can't assign entire tables to DependencyControl.config.c > [01:31] arch1t3cht: like, you can't do DependencyControl.config.c = <my new config>, > you should do DependencyControl.config.myfield = <my new value> and whatnot > [01:32] arch1t3cht: because behind the scenes it uses metatable magic to track what field changes > so it can merge its own changes with ones that other scripts made in the meantime Co-Authored-By: arch1t3cht <arch1t3cht@gmail.com> | ||||
* | depctrl global config: add extra feeds support | garret | 2022-11-24 | 1 | -2/+39 |
| | |||||
* | depctrl global config: only pass config to functions instead of whole file | garret | 2022-11-24 | 1 | -3/+2 |
| | |||||
* | depctrl global config: clean up, split into more functions | garret | 2022-11-24 | 1 | -17/+31 |
| | |||||
* | depctrl global config: don't be stupid | garret | 2022-11-23 | 1 | -7/+9 |
| | | | | | | no longer rewrites the entire config below the existing one(!) added forgotten local variables, removed unnecessary ones fixed a typo | ||||
* | depctrl global config: add reset button | garret | 2022-11-23 | 1 | -2/+4 |
| | |||||
* | depctrl global config: remove debug library import | garret | 2022-07-12 | 1 | -3/+1 |
| | | | | oops | ||||
* | add depctrl global config macro | garret | 2022-07-11 | 1 | -0/+173 |