Scripts by a translator dabbling in programming to ease various tasks related to handling files used CAT tools or to the translation process in general.
Go to file
Philippe Tourigny 3a0137864d Fix typo in README. 2023-06-10 22:25:24 +09:00
.idea Fix typo in README. 2023-06-10 22:25:24 +09:00
.vscode Add Python debug configuration. 2022-07-16 14:56:29 +09:00
omegat_tools Remove incorrect information from readme. 2022-08-15 22:09:36 +09:00
.gitignore Fix typo in README. 2023-06-10 22:25:24 +09:00
LICENSE Make Codeberg the new primary home for the project. 2022-07-19 00:12:10 +09:00
README.md Fix typo in README. 2023-06-10 22:25:24 +09:00

README.md

Little CAT Tools

This repository contains scripts intended to facilitate various repetitive or tedious tasks involving CAT tools or related translation tasks. They mostly cover the handling of files used or generated by such tools.

The majority of tools presented here draw on quick-and-dirty scripts I hacked together some time ago to address an immediate need. They have been rewritten from scratch to remove copy-and-pasted duplicate code and hardcoded information that should either be in a configuration file or obtained from the user.

Descriptions of the individual scripts can, for the time being, be found in the README in their subfolder.

Disclaimer

These scripts are provided as is. They have not been tested extensively, and are not designed to handle unexpected inputs or errors. The author shall not take responsibility if the use of these scripts blows up your coffee machine or results in any other unforeseen or unintended consequences.

License

In the spirit of sharing and freedom fostered by OmegaT, which inspired the majority of the scripts here, all scripts in this repository are provided under the terms of the GPL3+ license.