aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--go.mod2
-rw-r--r--ils.go (renamed from thumbnailer.go)0
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 51a0039..91feeb3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# Thumbnailer
+# ils
Like ls but for images
```
-go install roseh.moe/cmd/thumbnailer@latest
+go install roseh.moe/cmd/ils@latest
```
diff --git a/go.mod b/go.mod
index 01de80c..f0b915e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module roseh.moe/cmd/thumbnailer
+module roseh.moe/cmd/ils
go 1.26.3
diff --git a/thumbnailer.go b/ils.go
index 55a8eb2..55a8eb2 100644
--- a/thumbnailer.go
+++ b/ils.go