aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0dc67b9..df587a8 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,12 @@
-# The worst terminal image viewer
+# Image utilities for the command line
-seriously just use img2sixel
+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/imgutil/...@latest
+```