lens @ 24c121a9ef229870f54de487de01c15a15ebbff1

ref: Move some bin from img to lens
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 3533b2d43c237b9553a5050fa8162693569565fb..0e3dbe92b8e21064c521c7a07a2516409c81937b 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -6,7 +6,7 @@   - sassc
   - sqlite-dev
 
 sources:
-  - https://git.sr.ht/~gabrielgio/img
+  - https://git.sr.ht/~gabrielgio/lens
   - https://github.com/valyala/quicktemplate.git
 tasks:
   - setup: |
@@ -14,7 +14,7 @@       cd quicktemplate 
       go build -o bin/qtc ./qtc/main.go
       sudo mv bin/qtc /usr/bin/
   - build: |
-      cd img
+      cd lens
       make
 triggers:
   - action: email
diff --git a/Makefile b/Makefile
index d9e89cca6601e7281ed1a2ae6c89915e313d872c..c1deac1178f2c824ff5d1418b7de10e010e1eb86 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-BIN=img
+BIN=lens
 OUT=./bin/$(BIN)
 SERVER=./cmd/server/main.go
 
diff --git a/README.md b/README.md
index 2b58f2377d4f6ced520608b61db5974e69fae2bf..a008d7f85f3780fae96c8df6ca4dfc0a0e314da7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# IMG
+# Lens
 
 A read only file explorer with media capabilities.