aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* restyler: do not be stupidgarret2022-12-211-3/+4
|
* em-dash: make trailing -s into em-dashesgarret2022-12-211-4/+9
|
* depctrl global config: use depctrl's config handlergarret2022-12-211-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 sensegarret2022-12-151-4/+4
|
* correct spellinggarret2022-11-291-1/+1
|
* update copyright yeargarret2022-11-291-1/+1
|
* dupe and comment: use local functionsgarret2022-11-241-3/+3
|
* depctrl global config: add extra feeds supportgarret2022-11-241-2/+39
|
* depctrl global config: only pass config to functions instead of whole filegarret2022-11-241-3/+2
|
* depctrl global config: clean up, split into more functionsgarret2022-11-241-17/+31
|
* depctrl global config: don't be stupidgarret2022-11-231-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 buttongarret2022-11-231-2/+4
|
* sylsplitter: move kana regex to within main functiongarret2022-11-181-3/+2
| | | | hm perhaps i should not have this running on every script load lol
* a-b: add script_namespacegarret2022-11-061-1/+2
|
* consistency assistant: add includesgarret2022-10-301-17/+65
| | | | | holy recursion also, "cleaned" up a bit
* change aegisub version in readmegarret2022-10-281-1/+1
|
* consistency assistant: add named capturesgarret2022-10-281-8/+11
|
* add consistency assistantgarret2022-10-281-0/+39
|
* remove inverse glow examplegarret2022-10-281-34/+0
|
* bring back em-dash.luagarret2022-09-281-0/+27
| | | | | apparently people actually use it This reverts commit 7876e626d73b8010ed63a2423c354f2412f318be.
* rewrite READMEgarret2022-08-051-75/+73
|
* append-comment: use textbox instead of editgarret2022-08-051-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 scriptsgarret2022-08-052-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 gitignoregarret2022-08-051-14/+1
|
* useless scriptgarret2022-07-281-27/+0
| | | | i have discovered that i actually do have an em-dash key
* depctrl global config: remove debug library importgarret2022-07-121-3/+1
| | | | oops
* order layers: add script_namespacegarret2022-07-111-1/+2
| | | | note to self: dont forget this or depctrl will see it as itself
* add depctrl global config macrogarret2022-07-111-0/+173
|
* add syl splittergarret2022-06-191-0/+44
|
* fix the fix that i did not checkgarret2022-06-171-7/+3
| | | | oops
* add timings copiergarret2022-06-171-0/+54
| | | | for copying song timings, so eng+romaji+moonrunes all line up
* nuke old and bad config stuffgarret2022-06-174-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))garret2022-06-171-7/+7
|
* new scriptgarret2021-12-233-0/+103
|
* new scriptgarret2021-12-222-0/+43
|
* use -ss and -to "properly"garret2021-12-151-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 thinggarret2021-10-099-79/+182
| | | | no feed yet, will get round to it eventuallyâ„¢
* finally add config stuffgarret2021-10-092-0/+97
|
* macro foldergarret2021-09-3010-0/+0
| | | | the beginning of becoming like every other cartel-aproved script repo in existence
* remove bad from readmegarret2021-09-081-8/+0
|
* remove badgarret2021-09-071-45/+0
|
* add messagegarret2021-09-071-1/+4
|
* more stuffgarret2021-09-072-3/+3
|
* stuffgarret2021-09-072-1/+4
|
* remove log after generating chaptersgarret2021-08-211-8/+6
| | | | | if they've been saved, it's pretty obvious if we've pressed cancel, we probably don't want the chapters
* rename cr restyler -> restylergarret2021-08-212-15/+14
|
* remove stuff that shouldntve been there in the first placegarret2021-08-191-19/+2
|
* update readmegarret2021-08-161-12/+3
|
* cr restyler v2garret2021-08-151-20/+32
| | | | | | | original made lots of assumptions about the default style (and cr's styles, to some extent) v2 copies the values from the styles themselves, and only tags if the value is actually different. works with _all_ styles, not just the 4 i put in v1. still can't help if the cr script doesn't use styles properly. not quite done yet, still need to sort out the handling of inline tags, but very much usable
* fix incorrect wildcardsgarret2021-08-111-1/+1
| | | | caused by incorrect documentation