Commit Graph

28 Commits

Author SHA1 Message Date
garret 2ec8caee58 depctrl global config: add extra feeds support 2022-11-24 08:21:32 +00:00
garret c3454654c5 depctrl global config: only pass config to functions instead of whole file 2022-11-24 00:19:32 +00:00
garret 2d90b8e6df depctrl global config: clean up, split into more functions 2022-11-24 00:19:27 +00:00
garret 74feac83bb depctrl global config: don't be stupid
no longer rewrites the entire config below the existing one(!)
added forgotten local variables, removed unnecessary ones
fixed a typo
2022-11-23 20:42:05 +00:00
garret 9a260cb6d2 depctrl global config: add reset button 2022-11-23 20:41:33 +00:00
garret ffcca2c076 sylsplitter: move kana regex to within main function
hm perhaps i should not have this running on every script load lol
2022-11-18 02:54:29 +00:00
garret 0e409d9fa3 a-b: add script_namespace 2022-11-06 03:33:28 +00:00
garret 6e476859c0 consistency assistant: add includes
holy recursion
also, "cleaned" up a bit
2022-10-30 13:11:05 +00:00
garret b969522dc8 consistency assistant: add named captures 2022-10-28 03:35:44 +01:00
garret 165165e750 add consistency assistant 2022-10-28 03:35:44 +01:00
garret 583bb67b54 remove inverse glow example 2022-10-28 03:35:44 +01:00
garret e46d0618ac bring back em-dash.lua
apparently people actually use it
This reverts commit 7876e626d7.
2022-09-28 15:10:00 +01:00
garret c4ea5def11 append-comment: use textbox instead of edit
newlines start new comments
"type it yourself" message has been removed
local variables have been remembered this time
2022-08-05 02:57:42 +01:00
garret 509d6e9518 remove a few old, bad, and/or useless scripts
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
2022-08-05 02:45:25 +01:00
garret 7876e626d7 useless script
i have discovered that i actually do have an em-dash key
2022-07-28 18:46:26 +01:00
garret 1b2340131b depctrl global config: remove debug library import
oops
2022-07-12 04:49:28 +01:00
garret d131aad707 order layers: add script_namespace
note to self: dont forget this or depctrl will see it as itself
2022-07-11 23:39:50 +01:00
garret 59db2ff04d add depctrl global config macro 2022-07-11 21:21:24 +01:00
garret 2d3c31c511 add syl splitter 2022-06-19 10:10:46 +01:00
garret 36f2d72731 fix the fix that i did not check
oops
2022-06-17 23:19:31 +01:00
garret a9cd2df73f add timings copier
for copying song timings, so eng+romaji+moonrunes all line up
2022-06-17 22:56:29 +01:00
garret d636f1b008 nuke old and bad config stuff
This reverts commit 52f3a086f2.
It also manually bandages over the places where it was ripped out.

it was never a good idea in the first place
2022-06-17 22:52:44 +01:00
garret a86e96d96b use syntactic sugar (thing:func vs func(thing, etc)) 2022-06-17 22:45:00 +01:00
garret 8e13d9167e new script 2021-12-23 13:04:43 +00:00
garret 140b7f3fd2 new script 2021-12-22 20:12:24 +00:00
garret 37de70000e use -ss and -to "properly"
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
2021-12-15 19:49:59 +00:00
garret 472fc5337d add depctrl thing
no feed yet, will get round to it eventually™
2021-10-09 15:20:50 +01:00
garret 04a61982e8 macro folder
the beginning of becoming like every other cartel-aproved script repo in existence
2021-09-30 00:37:09 +01:00