lens @ 24c121a9ef229870f54de487de01c15a15ebbff1

ref: Move some bin from img to lens
 1diff --git a/.builds/alpine.yml b/.builds/alpine.yml
 2index 3533b2d43c237b9553a5050fa8162693569565fb..0e3dbe92b8e21064c521c7a07a2516409c81937b 100644
 3--- a/.builds/alpine.yml
 4+++ b/.builds/alpine.yml
 5@@ -6,7 +6,7 @@   - sassc
 6   - sqlite-dev
 7 
 8 sources:
 9-  - https://git.sr.ht/~gabrielgio/img
10+  - https://git.sr.ht/~gabrielgio/lens
11   - https://github.com/valyala/quicktemplate.git
12 tasks:
13   - setup: |
14@@ -14,7 +14,7 @@       cd quicktemplate 
15       go build -o bin/qtc ./qtc/main.go
16       sudo mv bin/qtc /usr/bin/
17   - build: |
18-      cd img
19+      cd lens
20       make
21 triggers:
22   - action: email
23diff --git a/Makefile b/Makefile
24index d9e89cca6601e7281ed1a2ae6c89915e313d872c..c1deac1178f2c824ff5d1418b7de10e010e1eb86 100644
25--- a/Makefile
26+++ b/Makefile
27@@ -1,4 +1,4 @@
28-BIN=img
29+BIN=lens
30 OUT=./bin/$(BIN)
31 SERVER=./cmd/server/main.go
32 
33diff --git a/README.md b/README.md
34index 2b58f2377d4f6ced520608b61db5974e69fae2bf..a008d7f85f3780fae96c8df6ca4dfc0a0e314da7 100644
35--- a/README.md
36+++ b/README.md
37@@ -1,4 +1,4 @@
38-# IMG
39+# Lens
40 
41 A read only file explorer with media capabilities.
42