tlsmtools

command module
v2.0.0-...-4ada1b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2024 License: Unlicense Imports: 6 Imported by: 0

README

tlsmtools - TL File Splitting and Merging Tools

English | 简体中文

tlsmtools is a simple command-line utility designed to split and merge TL files.

Features

  • Split: Split a tl file into orig and alt parts.
  • Merge: Merge orig, alt, and text files into a single tl file.

Installation

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 build

Usage

Split a File
tlsmtools split -f [file path] [-d [output directory]]
  • -f or --file: Path to the file you want to split (required).
  • -d or --outputDir: Directory to save the split files (default is .).
Merge Files
tlsmtools merge -orig [orig file path] -alt [alt file path] -text [text file path] [-o [output file path]]
  • -orig: Path to the orig file (required).
  • -alt: Path to the alt file (required).
  • -text: Path to the text file (required).
  • -o or --output: Output file name and path (default is output.tl).

License

This project is licensed under The Unlicense.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL