This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export script_name = "ASSWipe" | |
| export script_description = "Performs script cleanup, removes unnecessary tags and lines." | |
| export script_version = "0.5.0" | |
| export script_author = "line0" | |
| export script_namespace = "l0.ASSWipe" | |
| DependencyControl = require "l0.DependencyControl" | |
| version = DependencyControl{ | |
| feed: "https://raw.githubusercontent.com/TypesettingTools/line0-Aegisub-Scripts/master/DependencyControl.json", | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export script_name = "Phos-img2ass" | |
| export script_description = "Img2ass that is optimized to not be img2ass" | |
| export script_author = "PhosCity" | |
| export script_version = "0.1.5" | |
| export script_namespace = "phos.img2ass" | |
| DependencyControl = require "l0.DependencyControl" | |
| depctrl = DependencyControl{ | |
| feed: "https://raw.githubusercontent.com/PhosCity/Aegisub-Scripts/main/DependencyControl.json", | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export script_name = "DependencyControl Toolbox" | |
| export script_description = "Provides DependencyControl maintenance and configuration tools." | |
| export script_version = "0.1.5" | |
| export script_author = "line0" | |
| export script_namespace = "l0.DependencyControl.Toolbox" | |
| DepCtrl = require "l0.DependencyControl" | |
| depRec = DepCtrl feed: "https://raw.githubusercontent.com/TypesettingTools/DependencyControl/master/DependencyControl.json" | |
| logger = DepCtrl.logger | |
| logger.usePrefixWindow = false |