summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-05-09 07:46:34 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-05-09 07:46:34 +0200
commit47581095e79de5726189760e29cba77a3cfb88de (patch)
treea82bfa8552a78f6aa8416bd414c5a9af34cbaa11 /README.md
parent7fad983b10f338d48a1385c1ae59cb3e2444e9d8 (diff)
add disclaimer
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 16e57a9..4c3fd63 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,13 @@ else. Features include:
* Altering images for publication – note that these edit all files in place
(`--scrub-metadata`, `--resize`, `--exif-copyright`)
+**NO MAINTENANCE INTENDED**
+
+pyggle exists to fill a gap in my personal workflow.
+It is available as open-source software because why not.
+I do not intend to address feature requests or bug reports unless I consider
+them interesting or relevant to my personal workflow.
+
## Demo
See the galleries linked from
@@ -28,7 +35,7 @@ gallery in, while passing it some image files. I.e.:
```
cd /some/directory
-/another/directory/python-image-gallery/bin/pyggle *.jpg
+/another/directory/pyggle/bin/pyggle *.jpg
```
See `pyggle --help` for a list of options.