English | 简体中文
tlsmtools is a simple command-line utility designed to split and merge TL files.
- Split: Split a
tlfile intoorigandaltparts. - Merge: Merge
orig,alt, andtextfiles into a singletlfile.
Ensure that you have Go installed on your system. Currentlt only tested on Go version 1.23.1.
git clone https://github.com/MZWNET/tlsmtools.git
cd tlsmtools
go buildtlsmtools split -f [file path] [-d [output directory]]-for--file: Path to the file you want to split (required).-dor--outputDir: Directory to save the split files (default is.).
tlsmtools merge -orig [orig file path] -alt [alt file path] -text [text file path] [-o [output file path]]-orig: Path to theorigfile (required).-alt: Path to thealtfile (required).-text: Path to thetextfile (required).-oor--output: Output file name and path (default isoutput.tl).
This project is licensed under The Unlicense.