diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-06-12 21:03:07 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-06-12 21:03:07 -0700 |
| commit | e001cf7f742b94d5025708e03f09b29d0c2713b7 (patch) | |
| tree | 701ac0ea6e001eb468c82d05e6d877c8ae7a67e2 | |
| parent | 3391135078aecd774e44b4fafc1873d88e240530 (diff) | |
| download | imgutil-e001cf7f742b94d5025708e03f09b29d0c2713b7.tar.zst | |
Add ils to imgutil
| -rw-r--r-- | README.md | 11 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | ils/ils.go (renamed from ils.go) | 0 |
3 files changed, 9 insertions, 4 deletions
@@ -1,7 +1,12 @@ -# ils +# Image utilities for the command line -Like ls but for images +Included utilities: + + - ils: like ls but for images + - icat: display images in the terminal + - convert: convert between formats or resize images + - itest: check image properties ``` -go install roseh.moe/cmd/ils@latest +go install roseh.moe/cmd/imgutil/...@latest ``` @@ -1,4 +1,4 @@ -module roseh.moe/cmd/ils +module roseh.moe/cmd/imgutil go 1.26.3 |
