diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-05-30 17:15:44 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-05-30 17:15:44 -0700 |
| commit | 98407e4b89bbe60055ac7374bf047019b36f6c2b (patch) | |
| tree | f78e9ea2a7a6b2342fac2c8c5cdb164940814a40 | |
| parent | ad5a27a5863bcdc8ccd29028ad11b4221dd60f10 (diff) | |
| download | imgutil-98407e4b89bbe60055ac7374bf047019b36f6c2b.tar.zst | |
Rename to ils
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | ils.go (renamed from thumbnailer.go) | 0 |
3 files changed, 3 insertions, 3 deletions
@@ -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 ``` @@ -1,4 +1,4 @@ -module roseh.moe/cmd/thumbnailer +module roseh.moe/cmd/ils go 1.26.3 |
