From db97c5b7a26e7c44ad8f024dd380d4487ae10158 Mon Sep 17 00:00:00 2001 From: Kazephil Date: Mon, 4 Jul 2022 12:44:23 +0900 Subject: [PATCH] Add draft of overall README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..976a03f --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Little CAT Tools + +This repository is intended to host scripts written to simplify various repetitive or tedious tasks involving CAT tools, mostly in terms of handing the files used or generated by such tools. + +# License + +In the spirit of sharing and freedom fostered by [OmegaT](https://omegat.org/), which inspired the majority of the scripts here, all scripts in this repository are provided under the terms of the [GPL3+ license](https://www.gnu.org/licenses/gpl-3.0.en.html).