aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-30 17:15:44 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-30 17:15:44 -0700
commit98407e4b89bbe60055ac7374bf047019b36f6c2b (patch)
treef78e9ea2a7a6b2342fac2c8c5cdb164940814a40
parentad5a27a5863bcdc8ccd29028ad11b4221dd60f10 (diff)
downloadimgutil-98407e4b89bbe60055ac7374bf047019b36f6c2b.tar.zst
Rename to ils
-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