diff options
author | garret <garret@airmail.cc> | 2021-06-13 15:44:57 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2021-06-13 15:44:57 +0100 |
commit | 42a609bb91385285228903a34303d3039c158333 (patch) | |
tree | 0f7d43e35284d408d1956cadbe31c6bd419cfd18 /README.md | |
parent | a123e01ef8a91540e9d3c12e12571447224516dc (diff) | |
download | aegisub-scripts-42a609bb91385285228903a34303d3039c158333.tar.gz aegisub-scripts-42a609bb91385285228903a34303d3039c158333.tar.bz2 aegisub-scripts-42a609bb91385285228903a34303d3039c158333.zip |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -3,6 +3,8 @@ Aegisub automation scripts I've written. Probably only useful to me. +A few of them are dupes of (parts of) already-existing scripts, because fuck bloat, and fuck depctrl. + ---- ## Script List @@ -37,6 +39,14 @@ Makes .xml chapters for matroska. Makes lines with the effect `chapter` into chapters. Start time of the line is used for the timestamp, text of the line is used for chapter name. Language is currently hardcoded to english. +### CR Restyler + +`become-fansubber.lua` + +select the lines +it sets them to default style +wow amazing + ### Dupe and Comment Duplicates a line and comments out the original. @@ -49,3 +59,7 @@ Appends an Em-dash (`—`) to the selected line(s). Replaces `--` with `—`. I do not have an em-dash key on my keyboard. + +### tagstrip + +gets rid of tags (and comments) in the selected line(s) |