Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A-B: escape magic characters in the indicator | garret | 2022-12-22 | 1 | -1/+7 |
| | |||||
* | A-B: add revert function | garret | 2022-12-22 | 1 | -2/+25 |
| | | | | to get the script back to how it was, but with any changes you've made | ||||
* | A-B: clean up code | garret | 2022-12-22 | 1 | -11/+23 |
| | | | | | | | | | | local functions split a thing off into a function sane function name hmm lot of functions this time also local variables and addressing luacheck warnings | ||||
* | A-B: make it so inline tags are applied to the indicator | garret | 2022-12-22 | 1 | -2/+2 |
| | |||||
* | depctrl global config: use OR helper function i forgor đź’€ about | garret | 2022-12-21 | 1 | -2/+2 |
| | | | | | | | | >write function specifically to help do a thing >time passes >have to do the thing again >dont use function i wrote genius | ||||
* | restyler: do not be stupid | garret | 2022-12-21 | 1 | -3/+4 |
| | |||||
* | em-dash: make trailing -s into em-dashes | garret | 2022-12-21 | 1 | -4/+9 |
| | |||||
* | 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> | ||||
* | dupe and comment: variable names that make sense | garret | 2022-12-15 | 1 | -4/+4 |
| | |||||
* | correct spelling | garret | 2022-11-29 | 1 | -1/+1 |
| | |||||
* | update copyright year | garret | 2022-11-29 | 1 | -1/+1 |
| | |||||
* | dupe and comment: use local functions | garret | 2022-11-24 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | sylsplitter: move kana regex to within main function | garret | 2022-11-18 | 1 | -3/+2 |
| | | | | hm perhaps i should not have this running on every script load lol | ||||
* | a-b: add script_namespace | garret | 2022-11-06 | 1 | -1/+2 |
| | |||||
* | consistency assistant: add includes | garret | 2022-10-30 | 1 | -17/+65 |
| | | | | | holy recursion also, "cleaned" up a bit | ||||
* | change aegisub version in readme | garret | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | consistency assistant: add named captures | garret | 2022-10-28 | 1 | -8/+11 |
| | |||||
* | add consistency assistant | garret | 2022-10-28 | 1 | -0/+39 |
| | |||||
* | remove inverse glow example | garret | 2022-10-28 | 1 | -34/+0 |
| | |||||
* | bring back em-dash.lua | garret | 2022-09-28 | 1 | -0/+27 |
| | | | | | apparently people actually use it This reverts commit 7876e626d73b8010ed63a2423c354f2412f318be. | ||||
* | rewrite README | garret | 2022-08-05 | 1 | -75/+73 |
| | |||||
* | append-comment: use textbox instead of edit | garret | 2022-08-05 | 1 | -9/+7 |
| | | | | | | newlines start new comments "type it yourself" message has been removed local variables have been remembered this time | ||||
* | remove a few old, bad, and/or useless scripts | garret | 2022-08-05 | 2 | -89/+0 |
| | | | | | | | I'm sure there are better layer orderers out there. I'm not a typesetter, so I'll never actually use mine enough that I fix the glaring issues. I don't even remember what inverse glow was for any more | ||||
* | update gitignore | garret | 2022-08-05 | 1 | -14/+1 |
| | |||||
* | useless script | garret | 2022-07-28 | 1 | -27/+0 |
| | | | | i have discovered that i actually do have an em-dash key | ||||
* | depctrl global config: remove debug library import | garret | 2022-07-12 | 1 | -3/+1 |
| | | | | oops | ||||
* | order layers: add script_namespace | garret | 2022-07-11 | 1 | -1/+2 |
| | | | | note to self: dont forget this or depctrl will see it as itself | ||||
* | add depctrl global config macro | garret | 2022-07-11 | 1 | -0/+173 |
| | |||||
* | add syl splitter | garret | 2022-06-19 | 1 | -0/+44 |
| | |||||
* | fix the fix that i did not check | garret | 2022-06-17 | 1 | -7/+3 |
| | | | | oops | ||||
* | add timings copier | garret | 2022-06-17 | 1 | -0/+54 |
| | | | | for copying song timings, so eng+romaji+moonrunes all line up | ||||
* | nuke old and bad config stuff | garret | 2022-06-17 | 4 | -117/+8 |
| | | | | | | | This reverts commit 52f3a086f2ad7a3bbc9b8f8225a99e9e99120613. It also manually bandages over the places where it was ripped out. it was never a good idea in the first place | ||||
* | use syntactic sugar (thing:func vs func(thing, etc)) | garret | 2022-06-17 | 1 | -7/+7 |
| | |||||
* | new script | garret | 2021-12-23 | 3 | -0/+103 |
| | |||||
* | new script | garret | 2021-12-22 | 2 | -0/+43 |
| | |||||
* | use -ss and -to "properly" | garret | 2021-12-15 | 1 | -2/+2 |
| | | | | | | | | this way just seeks to the bit you need and _then_ extracts it, instead of decoding everything and chucking away the bits we didn't ask for. massive performance increase, should've rtfm'd earlier | ||||
* | add depctrl thing | garret | 2021-10-09 | 9 | -79/+182 |
| | | | | no feed yet, will get round to it eventually™ | ||||
* | finally add config stuff | garret | 2021-10-09 | 2 | -0/+97 |
| | |||||
* | macro folder | garret | 2021-09-30 | 10 | -0/+0 |
| | | | | the beginning of becoming like every other cartel-aproved script repo in existence | ||||
* | remove bad from readme | garret | 2021-09-08 | 1 | -8/+0 |
| | |||||
* | remove bad | garret | 2021-09-07 | 1 | -45/+0 |
| | |||||
* | add message | garret | 2021-09-07 | 1 | -1/+4 |
| | |||||
* | more stuff | garret | 2021-09-07 | 2 | -3/+3 |
| | |||||
* | stuff | garret | 2021-09-07 | 2 | -1/+4 |
| | |||||
* | remove log after generating chapters | garret | 2021-08-21 | 1 | -8/+6 |
| | | | | | if they've been saved, it's pretty obvious if we've pressed cancel, we probably don't want the chapters |