From cc4319f1aaba08e7f966c398292425862d276afe Mon Sep 17 00:00:00 2001 From: KoloMl Date: Thu, 8 Feb 2024 02:24:52 +0400 Subject: [PATCH] Initial commit --- .gitignore | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd430b4 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Philomena Tagging Assistant + +This is s browser extension written for the [Philomena](https://github.com/derpibooru/philomena)-based boorus. It gives +you the ability to tag the images more easily and quickly. \ No newline at end of file