From e2d3188d86079f0d4f4abea0da1680bfbe82f7a8 Mon Sep 17 00:00:00 2001 From: DominikaK Date: Wed, 4 Jan 2023 18:29:07 +0100 Subject: [PATCH] Add README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18eb2ab..1ec5339 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# text-utils \ No newline at end of file +# text-utils + +This repository is a collection of simple Python scripts for batch working on Markdown files, +intended for use in Markdown-based documentation. + +- `replacer.py` performs a replace over all Markdown files in a directory and its subdirectories +- `link_checker.py` checks for image files that are not referenced anywhere in a set of markdown files.